CVE-2026-95698
Last modified
CVE-2026-95698 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. The findOrgImage method in MISP's OrgImgHelper constructs a filesystem path by concatenating a user-supplied organization identifier with a fixed image directory and a file extension, then calls file_exists() on the resulting path. The organization name field is attacker-controllable through event import, which sets Org.name.
Description
The findOrgImage method in MISP's OrgImgHelper constructs a filesystem path by concatenating a user-supplied organization identifier with a fixed image directory and a file extension, then calls file_exists() on the resulting path. The organization name field is attacker-controllable through event import, which sets Org.name. Because no validation was performed on the field value before path construction, an organization name containing directory traversal sequences (e.g., ../../etc/passwd) would cause the path to resolve outside the intended org-image directory. This yields two security impacts: - an arbitrary file existence oracle, since file_exists() returns a boolean for any path the process can access. - an arbitrary file read limited to files with .png or .svg extensions, because the resolved filename is returned and subsequently rendered or served to the requesting user. The vulnerability requires an authenticated user with the ability to create or import events that set the organization name.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-95698?
How severe is CVE-2026-95698?
How do I fix CVE-2026-95698?
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-9568A weakness has been identified in ThingsBoard up to 4.3.1.1.…5
- CVE-2026-95682MISP contains a stored cross-site scripting (XSS) vulnerabil…4.8
- 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-9570The Taskbuilder WordPress plugin before 5.0.8 does not prop…7.1
- CVE-2026-95701In MISP, the __statisticsOrgs method in UsersController.php …5.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
Are you affected by CVE-2026-95698?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
