5
CVSSv2

CVE-2006-0891

Published: 25/02/2006 Updated: 20/07/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

Multiple directory traversal vulnerabilities in NOCC Webmail 1.0 allow remote malicious users to include arbitrary files via .. (dot dot) sequences and a trailing NULL (%00) byte in (1) the _SESSION['nocc_theme'] parameter in (a) html/footer.php; and (2) the lang and (3) theme parameters and the (4) Accept-Language HTTP header field, when force_default_lang is disabled, in (b) index.php, as demonstrated by injecting PHP code into a profile and accessing it using the lang parameter in index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

nocc nocc 1.0

Exploits

<?php # ---noccw_10_incl_xplphp 822 23/02/2006 # # # # NOCC Webmail <= 10 remote commands execution exploit through arbitrary # # local inclusion & attachment filename prediction # # ...