← Vulnerability feed

Vulnerability record · CVE-2018-8770 · published 18 March 2018

CVE-2018-8770: Cobub Razor test scripts leak physical server paths

CCobub · Razor

Cobub Razor 0.8.0 exposes physical filesystem paths through a set of test scripts under tests/, including generate.php, several controllers/*Test.php files, fixtures, libs/ipTest.php and models/commonDbfix.php. The flaw is a CWE-200 information exposure that reveals server directory layout, which aids reconnaissance for follow-on attacks. The record does not state which specific versions beyond 0.8.0 are affected.

5.3 CVSS 3.1 Medium EPSS 59% · top 0.9% CWE-200 · Information exposure
5.3CVSS 3.1 base score, v2 5.0
59%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

Physical path Leakage exists in Western Bridge Cobub Razor 0.8.0 via generate.php, controllers/getConfigTest.php, controllers/getUpdateTest.php, controllers/postclientdataTest.php, controllers/posterrorTest.php, controllers/posteventTest.php, controllers/posttagTest.php, controllers/postusinglogTest.php, fixtures/Controller_fixt.php, fixtures/Controller_fixt2.php, fixtures/view_fixt2.php, libs/ipTest.php, or models/commonDbfix.php in tests/.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Automated analysis

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

medium priorityThe flaw only leaks path information (CVSS 5.3, low confidentiality impact), but public exploit code and a high EPSS score make opportunistic scanning likely.

What it is

Cobub Razor 0.8.0 exposes physical filesystem paths through a set of test scripts under tests/, including generate.php, several controllers/*Test.php files, fixtures, libs/ipTest.php and models/commonDbfix.php. The flaw is a CWE-200 information exposure that reveals server directory layout, which aids reconnaissance for follow-on attacks. The record does not state which specific versions beyond 0.8.0 are affected.

Impact

An attacker gains low-value information: the absolute filesystem paths of the application on the server. That alone does not grant code execution or data access, but it helps map the deployment and plan further exploitation.

Attack surface

Reachable over the network via HTTP requests to the listed test scripts; the CVSS vector shows no privileges and no user interaction required. The description does not state whether the tests/ directory is exposed by default or only in certain deployments.

Exploitation

Public exploit code exists (Exploit-DB 44495 and a GitHub advisory, both tagged Exploit), and EPSS is 0.59208 (99th percentile), indicating elevated likelihood of exploitation attempts. It is not listed in CISA KEV, so no confirmed in-the-wild campaign is documented in this record.

What to do

  • Upgrade or patch Cobub Razor to a release that removes or fixes the tests/ scripts; the record does not name a fixed version, so confirm with the vendor.
  • If no patch is available, block or remove the tests/ directory and the listed scripts from the web root.
  • Restrict access to test and fixture files via web server rules (deny direct HTTP access to tests/, fixtures/, libs/ and models/ paths).
  • Disable detailed error output and path disclosure in production PHP configuration.
  • Monitor for requests to the listed test script paths and treat them as hostile reconnaissance.

Detection

  • Search web access logs for requests to /tests/, generate.php, controllers/getConfigTest.php, getUpdateTest.php, postclientdataTest.php, posterrorTest.php, posteventTest.php, posttagTest.php, postusinglogTest.php, fixtures/Controller_fixt.php, Controller_fixt2.php, view_fixt2.php, libs/ipTest.php and models/commonDbfix.php.
  • Alert on HTTP responses from those paths that contain absolute filesystem paths (e.g., /var/www, C:\ paths) or PHP warning text.
  • Baseline normal traffic to the application and flag first-time or scanner-style requests to test endpoints.
  • Correlate repeated hits on these paths from a single source with other reconnaissance activity.

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-2018-8770 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.

9.8CVE-2024-28421Cobub razor sql injection vulnerabilitySQL Injection vulnerability in Razor 0.8.0 allows a remote attacker to escalate privileges via the ChannelModel::updateapk method of the channelmodle…EPSS 0.83%9.8CVE-2019-10276Cobub razor unrestricted file upload vulnerabilityWestern Bridge Cobub Razor 0.8.0 has a file upload vulnerability via the web/assets/swf/uploadify.php URI, as demonstrated by a .php file with the im…EPSS 1.8%8.8CVE-2018-7746Cobub razor cross-site scripting vulnerabilityAn issue was discovered in Western Bridge Cobub Razor 0.7.2. Authentication is not required for /index.php?/manage/channel/modifychannel. For example…EPSS 3.1%8.8CVE-2018-7720Cobub razor cross-site request forgery vulnerabilityA cross-site request forgery (CSRF) vulnerability exists in Western Bridge Cobub Razor 0.7.2 via /index.php?/user/createNewUser/, resulting in accoun…EPSS 1.1%7.5CVE-2018-8056Cobub razor information exposure vulnerabilityPhysical path Leakage exists in Western Bridge Cobub Razor 0.8.0 via an invalid channel_name parameter to /index.php?/manage/channel/addchannel or a …EPSS 13%7.5CVE-2018-7745Cobub razor improper authentication vulnerabilityAn issue was discovered in Western Bridge Cobub Razor 0.7.2. Authentication is not required for /index.php?/install/installation/createuserinfo reque…EPSS 12%6.1CVE-2022-36747Cobub razor cross-site scripting vulnerabilityRazor v0.8.0 was discovered to contain a cross-site scripting (XSS) vulnerability via the function uploadchannel().EPSS 0.67%5.9CVE-2025-68686FortiOS symbolic link patch bypass exposes sensitive informationFortiOS contains an information exposure flaw (CWE-200) that lets a remote unauthenticated attacker bypass the patch for the symbolic link persistenc…KEVEPSS 30%analysed

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