
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-55825 is a path traversal vulnerability (CWE-22) in Contao, an open-source CMS, affecting versions 5.7.0 through 5.7.6 of the contao/core-bundle package. An authenticated backend user with access to at least one job can exploit crafted ../ segments in attachment identifiers to read files from other job directories within var/job-attachments, constituting a cross-job authorization bypass. The vulnerability was published on July 31, 2026, and patched in version 5.7.7. It carries a CVSS v3.1 base score of 3.1 (Low) (GitHub Advisory, ENISA EUVD).
The root cause lies in JobsController::downloadJobAttachment(), which authorizes access based solely on the jobUuid route parameter but then passes an attacker-controlled identifier parameter to Jobs::getAttachment(). This method constructs a path by joining the authorized job UUID with the user-supplied identifier (e.g., authorized-job/../victim-job/debug_log.csv). The VirtualFilesystem::resolve() method canonicalizes the combined path and only rejects paths that escape the filesystem mount entirely (i.e., those starting with ..), so a traversal like /../victim-job/debug_log.csv canonicalizes to victim-job/debug_log.csv, which remains within the mount and is accepted. The identifier is treated as a path rather than a sanitized filename, and no validation rejects /, \, NUL, or dot-segment components (GitHub Advisory).
A low-privileged authenticated backend user can read attachment files belonging to other jobs they are not authorized to access, provided they know or can obtain the target job's UUID and attachment filename. Built-in crawler jobs attach CSV logs such as debug_log.csv, broken-link-checker_log.csv, and search-index_log.csv, which may contain crawled URLs, referring URLs, tags, and error messages. There is no integrity or availability impact; the vulnerability is limited to a low-level confidentiality breach within the var/job-attachments directory (GitHub Advisory).
debug_log.csv). Job UUIDs are UUID v4 values, so this step requires prior knowledge or information disclosure from another source.../victim-job-uuid/debug_log.csv, where victim-job-uuid is the target job's UUID.jobUuid route parameter and the crafted traversal string as the identifier parameter.identifier parameters containing ../ or URL-encoded equivalents (e.g., %2F..%2F, %2e%2e%2f) alongside a valid jobUuid.identifier values referencing known attachment filenames such as debug_log.csv, broken-link-checker_log.csv, or search-index_log.csv from different job UUIDs.Upgrade contao/core-bundle to version 5.7.7, which is the patched release addressing this vulnerability. The recommended fix involves treating the attachment identifier strictly as a filename by rejecting /, \, NUL, and dot-segment components; adding a route requirement to prevent slashes in the {identifier} parameter; and asserting the canonical relative path starts with the authorized job directory before returning a file item. No configuration-based workaround is documented; upgrading to 5.7.7 is the only supported remediation (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."