Lucene search
+L

109 matches found

Kitploit
Kitploit
added 2026/09/14 1:59 a.m.6 views

CVE-2025-64714-privatebin-2.0.2-PoC

CVE-2025-64714 — Inclusión Local de Archivos en PrivateBin mediante Path Traversal en la Cookie de Plantilla Severidad: Media CVSS v3.1: 5.8 Vector: AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N Versiones afectadas: PrivateBin = 1.7.7 Versión parcheada: 2.0.3 CWE: CWE-23 Path Traversal Relativo, CWE-73...

5.8CVSS5.9AI score0.00493EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/28 10:35 p.m.14 views

CVE-2026-55696

creationtimestamp| type| source ---|---|--- 2026-08-28 22:35:07+00:00| published-proof-of-concept| https://github.com/PrivateBin/PrivateBin/security/advisories/GHSA-f2xf-7x3g-4272...

4.3CVSS5.8AI score0.00224EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/28 10:16 p.m.12 views

CVE-2026-55891

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'REQUESTURI' through FILTERSANITIZEURL, which does not remove quotation marks, angle brackets, or apostrophes, and Controller::init stores t...

0.00328EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/28 10:16 p.m.12 views

CVE-2026-55696

PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Prior to 2.0.5, AttachmentViewer.setAttachment in js/privatebin.js uses getAttachmentMimeType to accept attacker-controlled MIME types and uses getBlobUrl to create a same-origin blob before setting...

4.3CVSS0.00224EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/28 8:25 p.m.14 views

PrivateBin has reflected JSON injection in backend responses via unescaped REQUEST_URI

Vulnerability Details A reflected JSON injection allows an attacker to return arbitrary data in the JSON endpoints like /?jsonld= and /?pasteid. Root Cause Request::getRequestUri sanitizes $SERVER'REQUESTURI' with FILTERSANITIZEURL: php public function getRequestUri $uri =...

6.1AI score0.00328EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/28 8:25 p.m.13 views

GHSA-XRJC-C68J-HP7W PrivateBin has reflected JSON injection in backend responses via unescaped REQUEST_URI

Vulnerability Details A reflected JSON injection allows an attacker to return arbitrary data in the JSON endpoints like /?jsonld= and /?pasteid. Root Cause Request::getRequestUri sanitizes $SERVER'REQUESTURI' with FILTERSANITIZEURL: php public function getRequestUri $uri =...

6.1AI score0.00328EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 8:23 p.m.8 views

CVE-2026-55891 PrivateBin: Reflected JSON injection in backend responses via unescaped REQUEST_URI

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'REQUESTURI' through FILTERSANITIZEURL, which does not remove quotation marks, angle brackets, or apostrophes, and Controller::init stores t...

6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/28 8:23 p.m.48 views

CVE-2026-55891 PrivateBin: Reflected JSON injection in backend responses via unescaped REQUEST_URI

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'REQUESTURI' through FILTERSANITIZEURL, which does not remove quotation marks, angle brackets, or apostrophes, and Controller::init stores t...

0.00328EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/28 8:23 p.m.26 views

CVE-2026-55891

PrivateBin , a zero-knowledge PHP pastebin, is vulnerable to reflected JSON injection in its JSON-LD response paths (/?jsonld= and /?pasteid) in versions prior to 2.0.5 . The root cause is that FILTER_SANITIZE_URL does not strip quotation marks from $_SERVER['REQUEST_URI'], and the unsanitized va...

6AI score0.00328EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 8:22 p.m.9 views

GHSA-F2XF-7X3G-4272 PrivateBin has stored Cross-Side-Scripting (XSS) vulnerability in attachment download link via dangerous MIME types with required user-interaction

Summary Stored cross-site scripting XSS in PrivateBin's attachment download link. An anonymous attacker can create a paste with a text/html attachment that, with certain user interaction, bypasses protections similar to CVE-2022-24833. When a victim opens the "Download attachment" link in a new...

4.3CVSS5.9AI score0.00224EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/28 8:22 p.m.18 views

PrivateBin has stored Cross-Side-Scripting (XSS) vulnerability in attachment download link via dangerous MIME types with required user-interaction

Summary Stored cross-site scripting XSS in PrivateBin's attachment download link. An anonymous attacker can create a paste with a text/html attachment that, with certain user interaction, bypasses protections similar to CVE-2022-24833. When a victim opens the "Download attachment" link in a new...

8.2CVSS6.8AI score0.01358EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/08/28 8:20 p.m.53 views

CVE-2026-55696 PrivateBin: Stored Cross-Side-Scripting (XSS) vulnerability in attachment download link via dangerous MIME types with required user-interaction

PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Prior to 2.0.5, AttachmentViewer.setAttachment in js/privatebin.js uses getAttachmentMimeType to accept attacker-controlled MIME types and uses getBlobUrl to create a same-origin blob before setting...

4.3CVSS0.00224EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/28 8:20 p.m.20 views

CVE-2026-55696

PrivateBin versions prior to 2.0.5 contain a stored XSS vulnerability in the attachment download link. The root cause is that DOMPurify sanitization in AttachmentViewer.setAttachment only applies to image/*svg MIME types, and the resulting sanitized blob is assigned to a local variable used for t...

4.3CVSS6AI score0.00224EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 8:20 p.m.16 views

CVE-2026-55696 PrivateBin: Stored Cross-Side-Scripting (XSS) vulnerability in attachment download link via dangerous MIME types with required user-interaction

PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Prior to 2.0.5, AttachmentViewer.setAttachment in js/privatebin.js uses getAttachmentMimeType to accept attacker-controlled MIME types and uses getBlobUrl to create a same-origin blob before setting...

4.3CVSS6AI score
SaveExploits0References5
Chainguard
Chainguard
added 2026/08/05 8:21 a.m.23 views

CVE-2026-69245 vulnerabilities

Vulnerabilities for packages: drupal, moodle, nextcloud-server, privatebin...

6.5CVSS5.9AI score0.00137EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/08/05 8:21 a.m.31 views

GHSA-F7VP-7XGX-4W4R vulnerabilities

Vulnerabilities for packages: drupal, moodle, nextcloud-server, privatebin...

5.9AI score
SaveExploits0
Chainguard
Chainguard
added 2026/08/05 8:21 a.m.26 views

GHSA-V5MV-P594-2X33 vulnerabilities

Vulnerabilities for packages: drupal, moodle, nextcloud-server, privatebin...

5.9AI score
SaveExploits0
Chainguard
Chainguard
added 2026/08/05 8:21 a.m.22 views

CVE-2026-69246 vulnerabilities

Vulnerabilities for packages: drupal, moodle, nextcloud-server, privatebin...

7.2CVSS5.9AI score0.00213EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/08/04 2:17 p.m.14 views

GHSA-32RQ-JHR7-M3HH vulnerabilities

Vulnerabilities for packages: drupal, nextcloud-server, privatebin...

5.9AI score
SaveExploits0
Chainguard
Chainguard
added 2026/08/04 2:17 p.m.16 views

GHSA-3FVR-2JW6-CRQ4 vulnerabilities

Vulnerabilities for packages: drupal, nextcloud-server, privatebin...

5.9AI score
SaveExploits0
Rows per page
Query Builder