CVE-2026-95701
Last modified
CVE-2026-95701 is a medium-severity vulnerability rated 5.1/10 on the CVSS scale. In MISP, the __statisticsOrgs method in UsersController.php used the organization name directly as a file-system path component when checking for the existence of an organization logo image. The original code called file_exists() with a path constructed as APP .
Description
In MISP, the __statisticsOrgs method in UsersController.php used the organization name directly as a file-system path component when checking for the existence of an organization logo image. The original code called file_exists() with a path constructed as APP . 'webroot' . DS . 'img' . DS . 'orgs' . DS . $k . '.png', where $k is the organization name. Because the referenced directory (app/webroot/img/orgs) no longer exists in current MISP deployments (org logos were relocated to files/img/orgs), the check was functionally dead and never triggered. However, the underlying pattern—concatenating an attacker-influenced organization name into a file path without sanitization—constitutes a path traversal weakness. An organization name containing directory traversal sequences (e.g., '../../../../etc/passwd') would, if the target directory existed, allow an authenticated user with the ability to create or rename an organization to probe for the existence of arbitrary files on the server.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-95701?
How severe is CVE-2026-95701?
How do I fix CVE-2026-95701?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-95683In MISP, the Overmind event view enriches an event with its …5.3
- CVE-2026-95685MISP contains an access control flaw in the EventReports fun…5.3
- CVE-2026-95693In MISP, the EventReport::uploadPicture method in processed …5.3
- CVE-2026-95697MISP contains an authorization flaw in the Organisation mode…5.3
- CVE-2026-95698The findOrgImage method in MISP's OrgImgHelper constructs a …5.3
- CVE-2026-9570The Taskbuilder WordPress plugin before 5.0.8 does not prop…7.1
- CVE-2026-95703In MISP, the OrganisationsController::__uploadLogo method pr…5.1
- CVE-2026-9571Mattermost versions 11.7.x <= 11.7.2, 11.6.x <= 11.6.4, 10.1…6.5
- CVE-2026-9572A security vulnerability has been detected in GPAC up to 2.4…5.5
- CVE-2026-9573A vulnerability was detected in itsourcecode Student Transcr…7.3
- CVE-2026-9574A flaw has been found in itsourcecode Student Transcript Pro…7.3
- CVE-2026-9575A vulnerability has been found in itsourcecode Student Trans…7.3
Are you affected by CVE-2026-95701?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
