PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-54613 givanz CVE debrief

CVE-2026-54613 is a medium-severity vulnerability in Vvveb CMS that allows an authenticated user with Editor role and editor/* permission to disclose sensitive exported site content or remove backup data via a path traversal attack. The issue arises from the getThemeFolder() function in admin/controller/editor/revisions.php, which returns the attacker-controlled theme parameter without sanitization. The backupFolder() function then concatenates it beneath DIR_THEMES before operating on a named .html file. This can lead to sensitive content disclosure or backup data removal. The issue is fixed in version 1.0.8.5. Defenders should assess exposure, apply the patch, and monitor for to

Vendor
givanz
Product
Vvveb
CVSS
MEDIUM 5.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-17
Original CVE updated
2026-09-22
Advisory published
2026-09-17
Advisory updated
2026-09-22

Who should care

Defenders of Vvveb CMS installations, particularly those with Editor role users, should assess exposure and apply the patch in version 1.0.8.5 to prevent sensitive content disclosure or backup data removal.

Why it matters

CVE-2026-54613 is a medium-severity vulnerability in Vvveb CMS that allows authenticated users to disclose sensitive content or remove backup data. Defenders should assess exposure, apply the patch, and monitor for suspicious activity.

  • Sensitive exported site content disclosure
  • Removal of backup data via path traversal
  • Potential for unauthorized access to backup subdirectories
  • Verification of patch application and system integrity

Technical summary

The getThemeFolder() function in admin/controller/editor/revisions.php returns the attacker-controlled theme parameter without sanitization. The backupFolder() function concatenates it beneath DIR_THEMES before operating on a named .html file. An authenticated user with Editor role and editor/* permission can submit traversal sequences to redirect file_get_contents() or unlink() to a reachable backup subdirectory outside the web root.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the patch in version 1.0.8.5
  • Restrict access to the editor/* permission
  • Monitor for suspicious activity on the CMS
  • Verify the integrity of backup data
  • Conduct a thorough review of the CMS configuration and user permissions
  • Implement additional monitoring and logging to detect potential exploitation attempts
  • Consider applying compensating controls for exposed systems while remediation is scheduled and verified

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. However, the corpus does not establish versions, exploitation, impact, or remediation beyond the provided information, which requires verification from the supplied official sources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-54613 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-54613

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-54613 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54613

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.