LiveActive security incident?Get immediate response
CVE Record

CVE-2019-7305: eXtplorer exposes /usr and /etc/extplorer over HTTP

Information Exposure vulnerability in eXtplorer makes the /usr/ and /etc/extplorer/ system directories world-accessible over HTTP. Introduced in the Makefile patch file debian/patches/debian-changes-2.1.0b6+dfsg-1 or debian/patches/adds-a-makefile.patch, this can lead to data leakage, information disclosure and potentially remote code execution on the web server. This issue affects all versions of eXtplorer in Ubuntu and Debian

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-7305 exposes sensitive eXtplorer-related system paths over HTTP on Debian and Ubuntu packages. A remote unauthenticated visitor could read information from /usr/ and /etc/extplorer/. The stated impact is data leakage, information disclosure, and possible remote code execution, so internet-facing deployments need review.

Executive priority

Prioritize review for internet-facing Debian or Ubuntu systems running eXtplorer. The score is medium, but unauthenticated HTTP exposure of system directories can disclose sensitive data and may support follow-on compromise.

Technical view

This is a CWE-200 information exposure in eXtplorer packaging for Ubuntu and Debian. The source attributes it to Makefile patch files that made /usr/ and /etc/extplorer/ world-accessible over HTTP. CVSS 3.1 is 5.8: network, low complexity, no privileges, no user interaction, changed scope, low confidentiality impact.

Likely exposure

Exposure is most likely on Debian or Ubuntu systems running the affected eXtplorer package, especially if reachable from untrusted networks. The bundle names eXtplorer 2.1.0 and states all Ubuntu and Debian versions are affected.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Because the issue is remote, unauthenticated, and low complexity, vulnerable internet-facing instances are easier to probe, but exploitation status is unconfirmed from the provided sources.

Researcher notes

Evidence identifies a packaging-induced exposure, not a core application flaw. The provided bundle does not include a specific fixed version, patch status, or exploit evidence, so remediation should be tied to vendor advisories and local exposure validation.

Mitigation direction

  • Inventory Debian and Ubuntu hosts for installed eXtplorer packages.
  • Check vendor guidance and package repositories for corrected eXtplorer builds.
  • Restrict HTTP access to eXtplorer from untrusted networks.
  • Disable or remove eXtplorer where it is not required.
  • Review exposed files for leaked secrets or operational details.

Validation and detection

  • Confirm whether eXtplorer is installed on Debian or Ubuntu systems.
  • Verify whether /usr/ is reachable through the eXtplorer web path.
  • Verify whether /etc/extplorer/ is reachable over HTTP.
  • Check web server access logs for requests to these exposed paths.
  • Document package version, exposure path, and network reachability.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-7305 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.8 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.8Medium
CVSS 3.1 vector shape for CVE-2019-7305Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CanonicaleXtplorer2.1.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.