CVE-2026-41936: Vvveb < 1.0.8.2 XML External Entity Injection via Import
Vvveb before version 1.0.8.2 contains an XML external entity (XXE) injection vulnerability in the admin Tools/Import feature that allows authenticated site_admin users to read arbitrary files and modify database records. Attackers can exploit the XML parser configuration in system/import/xml.php to inject file:// or php://filter entity references that are resolved and persisted into the application database, enabling arbitrary file disclosure and administrator password hash overwriting for privilege escalation.
Security readout for executives and security teams
Plain-English summary
A logged-in Vvveb site administrator can abuse the XML import feature to read sensitive server files and alter database records. This could expose credentials or enable privilege escalation by replacing an administrator password hash. Vvveb versions before 1.0.8.2 are affected.
Executive priority
Treat this as a high-priority upgrade for affected installations, especially where administration is internet-accessible or site_admin accounts are broadly assigned. The authentication requirement reduces exposure, but compromise of one privileged account could lead to sensitive-file theft and stronger administrative control.
Technical view
The admin Tools/Import flow uses unsafe XML parser behavior in system/import/xml.php. External entities referencing local resources can be resolved and stored in the database, causing arbitrary file disclosure or database-record modification. Exploitation requires authenticated site_admin access but needs no user interaction.
Likely exposure
Exposure is limited to Vvveb installations before 1.0.8.2 where an attacker has site_admin access and can use the XML import feature. Internet-accessible administration increases opportunity, but the sources do not establish how commonly the feature or affected versions are deployed.
Exploitation context
The CVSS 4.0 score is 8.6, reflecting network reachability, low complexity, required low privileges, and high confidentiality and integrity impact. The supplied record is not in KEV, and the cited evidence does not establish active exploitation in the wild.
Researcher notes
This is CWE-611. The central condition is external-entity resolution during authenticated XML import, with resolved content persisted into application data. The supplied sources identify file disclosure and database modification, including administrator password-hash replacement. They do not demonstrate unauthenticated access, code execution, service disruption, or exploitation in the wild.
Mitigation direction
Upgrade Vvveb to version 1.0.8.2 or later.
Restrict administrative access to trusted users and networks until upgrading.
Temporarily disable or tightly control XML imports if immediate upgrading is impossible.
Rotate exposed credentials if investigation indicates sensitive files were accessed.
Follow the vendor advisory for any additional remediation guidance.
Validation and detection
Inventory Vvveb installations and confirm their exact versions.
Verify deployed code includes the vendor's XML import patch.
Review site_admin accounts for unexpected or excessive privileges.
Examine import activity and administrative logs for suspicious XML submissions.
Check administrator records for unexplained password-hash changes.
Investigate possible disclosure of configuration files, credentials, or other secrets.
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 · low confidence lookup
CWE-611: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
2CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-611 · source CWE mapping
Improper Restriction of XML External Entity Reference
Improper Restriction of XML External Entity Reference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.