CVE-2005-2095 : Détail

CVE-2005-2095

0.52%V3
Network
2005-07-13
02h00 +00:00
2017-10-09
22h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

options_identities.php in SquirrelMail 1.4.4 and earlier uses the extract function to process the $_POST variable, which allows remote attackers to modify or read the preferences of other users, conduct cross-site scripting XSS) attacks, and write arbitrary files.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE Other No informations.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.3 AV:N/AC:M/Au:N/C:P/I:N/A:N [email protected]

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 : 43830

Date de publication : 2015-07-13 22h00 +00:00
Auteur : GulfTech Security
EDB Vérifié : No

SquirrelMail Arbitrary Variable Overwrite Vendor: The SquirrelMail Project Team Product: SquirrelMail Version: <= 1.4.5-RC1 Website: http://www.squirrelmail.org/ BID: 14254 CVE: CVE-2005-2095 SECUNIA: 16058 PACKETSTORM: 38709 Description: SquirrelMail is a standards-based webmail package written in php. It includes built-in pure PHP support for the IMAP and SMTP protocols. Unfortunately there is a fairly serious variable handling issue in one of the core SquirrelMail scripts that can allow an attacker to take control of variables used within the script, and influence functions and actions within the script. An updated version of SquirrelMail can be downloaded from their official website. Users are advised to update their SquirrelMail installations as soon as possible. Variable Overwriting: There is a fairly serious variable overwriting vulnerability in one of the core SquirrelMail scripts. The vulnerable script makes use of an extract() call in a careless manner, thus allowing us to overwrite any variables declared before the fault extract call is made. Let's have a look at /src/options_identities.php /** * Path for SquirrelMail required files. * @ignore */ define('SM_PATH','../'); /* SquirrelMail required files. */ require_once(SM_PATH . 'include/validate.php'); require_once(SM_PATH . 'functions/global.php'); require_once(SM_PATH . 'functions/display_messages.php'); require_once(SM_PATH . 'functions/html.php'); /* POST data var names are dynamic because of the possible multiple idents so lets get them all */ if (!empty($_POST)) { extract($_POST); } As we can see from the above block of code, the careless extract() call is made after a majority of the important variables used in the application are loaded, thus making them vulnerable to being easily overwritten. In short, by submitting the variable(s) of the attackers choosing a malicious user could easily influence many important variables, and function calls. Solution: Thanks to Jonathan Angliss and the SquirrelMail team for a prompt resolution to this vulnerability. In regards to the updated files http://www.squirrelmail.org/download.php The latest version of SquirrelMail 1.4.5 can be downloaded from the link above, and users are advised to upgrade as soon as possible. Credits: James Bercegay of the GulfTech Security Research Team

Products Mentioned

Configuraton 0

Squirrelmail>>Squirrelmail >> Version 1.0.4

Squirrelmail>>Squirrelmail >> Version 1.0.5

Squirrelmail>>Squirrelmail >> Version 1.2.0

Squirrelmail>>Squirrelmail >> Version 1.2.1

Squirrelmail>>Squirrelmail >> Version 1.2.2

Squirrelmail>>Squirrelmail >> Version 1.2.3

Squirrelmail>>Squirrelmail >> Version 1.2.4

Squirrelmail>>Squirrelmail >> Version 1.2.5

Squirrelmail>>Squirrelmail >> Version 1.2.6

Squirrelmail>>Squirrelmail >> Version 1.2.7

Squirrelmail>>Squirrelmail >> Version 1.2.8

Squirrelmail>>Squirrelmail >> Version 1.2.9

Squirrelmail>>Squirrelmail >> Version 1.2.10

Squirrelmail>>Squirrelmail >> Version 1.2.11

Squirrelmail>>Squirrelmail >> Version 1.4

    Squirrelmail>>Squirrelmail >> Version 1.4.0

    Squirrelmail>>Squirrelmail >> Version 1.4.1

    Squirrelmail>>Squirrelmail >> Version 1.4.2

    Squirrelmail>>Squirrelmail >> Version 1.4.3

    Squirrelmail>>Squirrelmail >> Version 1.4.3_rc1

      Squirrelmail>>Squirrelmail >> Version 1.4.3a

        Squirrelmail>>Squirrelmail >> Version 1.44

          Références

          http://www.securityfocus.com/bid/14254
          Tags : vdb-entry, x_refsource_BID
          http://www.securityfocus.com/archive/1/405200
          Tags : mailing-list, x_refsource_BUGTRAQ
          http://www.securityfocus.com/archive/1/405202
          Tags : mailing-list, x_refsource_BUGTRAQ
          https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=163047
          Tags : vendor-advisory, x_refsource_FEDORA
          http://www.redhat.com/support/errata/RHSA-2005-595.html
          Tags : vendor-advisory, x_refsource_REDHAT
          http://www.debian.org/security/2005/dsa-756
          Tags : vendor-advisory, x_refsource_DEBIAN