CVE-2026-55891
Last modified
CVE-2026-55891 is a none-severity vulnerability. PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Prior to 2.0.5, Request::getRequestUri() in lib/Request.php passes $_SERVER['REQUEST_URI'] through FILTER_SANITIZE_URL, which does not remove quotation marks, angle brackets, or apostrophes, and Controller::_init() stores the attacker-controlled value in Controller::$_urlBase. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Prior to 2.0.5, Request::getRequestUri() in lib/Request.php passes $_SERVER['REQUEST_URI'] through FILTER_SANITIZE_URL, which does not remove quotation marks, angle brackets, or apostrophes, and Controller::_init() stores the attacker-controlled value in Controller::$_urlBase. Controller::_jsonld() in lib/Controller.php then uses str_replace() to insert that value without JSON escaping into js/types.jsonld, js/paste.jsonld, and the other JSON-LD templates used by /?jsonld= and /?pasteid. A raw quotation mark delivered by an HTTP client, proxy, or structured-data crawler that does not normalize the request target can break out of the JSON string and inject arbitrary key-value data into a CORS-open application/ld+json response. The jsonld branch in Controller::__construct() returns before _setCacheHeaders(), so the response also lacks X-Content-Type-Options: nosniff, Content Security Policy, X-Frame-Options, and Referrer-Policy. Direct script execution was not demonstrated, but manipulated responses can affect structured-data consumers or combine with less strict clients. This issue is fixed in version 2.0.5.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| PrivateBin | PrivateBin | < 2.0.5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55891?
How severe is CVE-2026-55891?
How do I fix CVE-2026-55891?
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-55884Tilt defines dev environments as code for microservice apps …9.2
- CVE-2026-55885Grav is a file-based Web platform. Prior to 1.7.53, an authe…6.8
- CVE-2026-55886Jodit Editor is a WYSIWYG editor with written in pure TypeSc…6.3
- CVE-2026-55887MCP Gateway allows easy and secure running and deployment of…8.7
- CVE-2026-5589An integer underflow in bt_mesh_sol_recv() in the Bluetooth …6.3
- CVE-2026-55890Grav is a file-based Web platform. Prior to 2.0.0-rc.9, Grav…4.8
- CVE-2026-55892Vim is an open source, command line text editor. Prior to 9.…5.5
- CVE-2026-55893Capstone is a disassembly framework. In 6.0.0-Alpha9 and ear…7.3
- CVE-2026-55894Capstone is a disassembly framework. In 6.0.0-Alpha9 and ear…6.8
- CVE-2026-55895Vim is an open source, command line text editor. Prior to 9.…7.8
- CVE-2026-55897luci-app-advanced-reboot is a LuCI (web interface) applicati…8.8
- CVE-2026-55898Out-of-bounds read in Microsoft Office Excel allows an unaut…7.1
Are you affected by CVE-2026-55891?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
