← Vulnerability feed

Vulnerability record · CVE-2012-5192 · published 28 January 2014

CVE-2012-5192: Bitweaver view_overlay.php directory traversal file read

BBitweaver · Bitweaver

Bitweaver 2.8.1 and earlier contains a directory traversal flaw in gmap/view_overlay.php. The overlay_type parameter accepts encoded dot-dot-slash sequences, letting a remote attacker read files outside the intended directory. The record is thin: no patch version or fixed release is named.

5.0 CVSS 2.0 Medium EPSS 52% · top 1.1% CWE-22 · Path traversal
5.0CVSS 2.0 base score
52%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
2References, 2 tagged exploit
16 Jun 2026Last modified by NVD

Description

Directory traversal vulnerability in gmap/view_overlay.php in Bitweaver 2.8.1 and earlier allows remote attackers to read arbitrary files via "''%2F" (dot dot encoded slash) sequences in the overlay_type parameter.

AV:N/AC:L/Au:N/C:P/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: medium.

high priorityUnauthenticated remote file read with public exploit references and very high EPSS, though impact is confidentiality-only and no KEV listing exists.

What it is

Bitweaver 2.8.1 and earlier contains a directory traversal flaw in gmap/view_overlay.php. The overlay_type parameter accepts encoded dot-dot-slash sequences, letting a remote attacker read files outside the intended directory. The record is thin: no patch version or fixed release is named.

Impact

An unauthenticated attacker can read arbitrary files on the server, potentially exposing configuration files, credentials or other sensitive data. There is no write or code execution impact in the supplied data.

Attack surface

Reachable over the network through HTTP requests to gmap/view_overlay.php with a crafted overlay_type parameter. The CVSS vector AV:N/AC:L/Au:N indicates no authentication and no user interaction are required.

Exploitation

Not listed in CISA KEV, but EPSS is 0.52477 (99th percentile) and both references are tagged Exploit, indicating public exploit material exists.

What to do

  • Apply the vendor fix for Bitweaver if one is available; the record does not name a patched version, so confirm with the vendor.
  • If no patch exists, remove or disable gmap/view_overlay.php or block access to it at the web server.
  • Validate and reject traversal sequences in overlay_type, and resolve file paths against a strict allowlist.
  • Run Bitweaver with least privilege and restrict readable files via filesystem permissions.
  • Place the application behind a WAF rule that blocks encoded dot-dot-slash patterns in request parameters.

Detection

  • Search web logs for requests to gmap/view_overlay.php containing %2F, .. or encoded traversal sequences in overlay_type.
  • Alert on HTTP 200 responses to overlay_type values that resolve outside the expected gmap directory.
  • Monitor for repeated file-read attempts from a single source against view_overlay.php.
  • Review filesystem access logs for reads of sensitive files by the web server user.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2012-5192 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

7.5CVE-2009-1678Bitweaver path traversal vulnerabilityDirectory traversal vulnerability in the saveFeed function in rss/feedcreator.class.php in Bitweaver 2.6 and earlier allows remote attackers to creat…EPSS 2.4%7.5CVE-2007-6375Bitweaver sql injection vulnerabilityMultiple SQL injection vulnerabilities in Bitweaver 2.0.0 and earlier allow remote attackers to execute arbitrary SQL commands via the (1) sort_mode …EPSS 1.0%7.5CVE-2006-6923Bitweaver vulnerabilitySQL injection vulnerability in newsletters/edition.php in bitweaver 1.3.1 and earlier allows remote attackers to execute arbitrary SQL commands via t…EPSS 1.1%7.5CVE-2005-4380Bitweaver sql injection vulnerabilityMultiple SQL injection vulnerabilities in Bitweaver 1.1 and 1.1.1 beta allow remote attackers to execute arbitrary SQL commands via the (1) sort_mode…EPSS 2.2%6.8CVE-2007-6412Bitweaver code injection vulnerabilityDirect static code injection vulnerability in wiki/index.php in Bitweaver 2.0.0 and earlier, when comments are enabled, allows remote attackers to in…EPSS 1.5%6.8CVE-2006-6925Bitweaver vulnerabilityMultiple cross-site scripting (XSS) vulnerabilities in bitweaver 1.3.1 and earlier allow remote attackers to inject arbitrary web script or HTML via …EPSS 2.1%6.5CVE-2009-1677Bitweaver code injection vulnerabilityMultiple static code injection vulnerabilities in the saveFeed function in rss/feedcreator.class.php in Bitweaver 2.6 and earlier allow (1) remote au…EPSS 2.1%6.1CVE-2012-5193Bitweaver cross-site scripting vulnerabilityMultiple cross-site scripting (XSS) vulnerabilities in Bitweaver 2.8.1 and earlier allow remote attackers to inject arbitrary web script or HTML via …EPSS 1.8%

Source: NIST National Vulnerability Database (record CVE-2012-5192), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.