Lucene search
+L

51 matches found

Circl
Circl
added 2026/08/28 8:35 p.m.15 views

CVE-2026-55485

creationtimestamp| type| source ---|---|--- 2026-08-28 20:35:29+00:00| published-proof-of-concept| https://github.com/piccolo-orm/piccoloadmin/security/advisories/GHSA-2gh4-jmwq-rr8w 2026-08-30 12:02:13+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mucduenvgk2z...

8.8CVSS5.8AI score0.00389EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/28 8:18 p.m.11 views

CVE-2026-55485

Piccolo Admin is an admin interface and content management system for Python, built on top of Piccolo. Prior to 1.14.0, piccoloadmin/endpoints.py uses superuservalidators to block PUT, PATCH, DELETE, and POST requests by non-superusers but permits GET requests to configured user and session table...

8.8CVSS0.00389EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 6:14 p.m.11 views

GHSA-2GH4-JMWQ-RR8W piccolo-admin has a privilege escalation issue - admin to superuser via session-token disclosure in GET /api/tables/sessions/.

Summary piccoloadmin uses a helper called superuservalidators to gate access to the user and session tables for non-superusers. The helper rejects PUT, PATCH, DELETE, and POST, but does not reject GET. The sessions table stores live session tokens in plaintext, and the token column is not marked...

8.8CVSS5.9AI score0.00389EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/28 6:14 p.m.16 views

piccolo-admin has a privilege escalation issue - admin to superuser via session-token disclosure in GET /api/tables/sessions/.

Summary piccoloadmin uses a helper called superuservalidators to gate access to the user and session tables for non-superusers. The helper rejects PUT, PATCH, DELETE, and POST, but does not reject GET. The sessions table stores live session tokens in plaintext, and the token column is not marked...

8.8CVSS5.9AI score0.00389EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/08/28 6:13 p.m.29 views

CVE-2026-55485

Piccolo Admin is a Python admin interface and content management system built on the Piccolo ORM. Prior to 1.14.0 , the superuser_validators in piccolo_admin/endpoints.py block mutating requests (PUT, PATCH, DELETE, POST) by non-superusers but permit GET requests to configured user and session ta...

8.8CVSS5.9AI score0.00389EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 6:13 p.m.23 views

CVE-2026-55485 Piccolo Admin: Privilege escalation - admin to superuser via session-token disclosure in GET /api/tables/sessions/.

Piccolo Admin is an admin interface and content management system for Python, built on top of Piccolo. Prior to 1.14.0, piccoloadmin/endpoints.py uses superuservalidators to block PUT, PATCH, DELETE, and POST requests by non-superusers but permits GET requests to configured user and session table...

8.8CVSS5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/28 6:13 p.m.41 views

CVE-2026-55485 Piccolo Admin: Privilege escalation - admin to superuser via session-token disclosure in GET /api/tables/sessions/.

Piccolo Admin is an admin interface and content management system for Python, built on top of Piccolo. Prior to 1.14.0, piccoloadmin/endpoints.py uses superuservalidators to block PUT, PATCH, DELETE, and POST requests by non-superusers but permits GET requests to configured user and session table...

8.8CVSS0.00389EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/28 6:13 p.m.11 views

EUVD-2026-67858

Piccolo Admin is an admin interface and content management system for Python, built on top of Piccolo. Prior to 1.14.0, piccoloadmin/endpoints.py uses superuservalidators to block PUT, PATCH, DELETE, and POST requests by non-superusers but permits GET requests to configured user and session table...

8.8CVSS5.9AI score0.00389EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.15 views

PT-2026-83243

Name of the Vulnerable Software and Affected Versions Piccolo Admin versions prior to 1.14.0 Description Piccolo Admin contains an authorization bypass and sensitive information leak. The superuser validators function in piccolo admin/endpoints.py uses a deny-list that blocks PUT, PATCH, DELETE,...

8.8CVSS5.9AI score0.00389EPSS
SaveExploits0References15
OSV
OSV
added 2026/07/07 11:45 a.m.24 views

PYSEC-2026-1780 Piccolo Admin's raw SVG loading may lead to complete data compromise from admin page

Summary Piccolo's admin panel provides the ability to upload media files and view them within the admin panel. If SVG is an allowed file type for upload; the default; an attacker can upload an SVG which when loaded under certain contexts allows for arbitrary access to the admin page. This access...

7.7CVSS7AI score0.00493EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2023-0197

Malicious code in bioql PyPI...

9.1CVSS9AI score0.00782EPSS
SaveExploits2References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.15 views

EUVD-2024-1267

Malicious code in bioql PyPI...

7.7CVSS7.5AI score0.00493EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2023-0196

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00556EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/23 4:44 a.m.15 views

CVE-2023-41885

Piccolo is an ORM and query builder which supports asyncio. In versions 0.120.0 and prior, the implementation of BaseUser.login leaks enough information to a malicious user such that they would be able to successfully generate a list of valid users on the platform. As Piccolo on its own does not...

5.3CVSS6.7AI score0.00556EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 2:00 a.m.13 views

CVE-2023-47128

Piccolo is an object-relational mapping and query builder which supports asyncio. Prior to version 1.1.1, the handling of named transaction savepoints in all database implementations is vulnerable to SQL Injection via f-strings. While the likelihood of an end developer exposing a savepoints name...

9.1CVSS7.8AI score0.00782EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2025/02/05 9:42 a.m.12 views

CVE-2024-30248

Piccolo Admin is an admin interface/content management system for Python, built on top of Piccolo. Piccolo's admin panel allows media files to be uploaded. As a default, SVG is an allowed file type for upload. An attacker can upload an SVG which when loaded can allow arbitrary access to the admin...

7.7CVSS6.8AI score0.00493EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/02 3:15 p.m.44 views

CVE-2024-30248

Piccolo Admin is an admin interface/content management system for Python, built on top of Piccolo. Piccolo's admin panel allows media files to be uploaded. As a default, SVG is an allowed file type for upload. An attacker can upload an SVG which when loaded can allow arbitrary access to the admin...

7.7CVSS7.6AI score0.00493EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/04/02 2:55 p.m.52 views

CVE-2024-30248 Piccolo Admin's raw SVG loading may lead to complete data compromise from admin page

Piccolo Admin is an admin interface/content management system for Python, built on top of Piccolo. Piccolo's admin panel allows media files to be uploaded. As a default, SVG is an allowed file type for upload. An attacker can upload an SVG which when loaded can allow arbitrary access to the admin...

7.7CVSS7.7AI score0.00493EPSS
SaveExploits0References2
CVE
CVE
added 2024/04/02 2:55 p.m.104 views

CVE-2024-30248

CVE-2024-30248 affects Piccolo Admin, the Python-based admin interface for Piccolo. The vulnerability arises from SVG uploads being allowed by default, allowing an attacker to load a malicious SVG that can grant arbitrary access to the admin page. The root cause is insufficient validation/handlin...

7.7CVSS7.5AI score0.00493EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/02 2:55 p.m.41 views

CVE-2024-30248 Piccolo Admin's raw SVG loading may lead to complete data compromise from admin page

Piccolo Admin is an admin interface/content management system for Python, built on top of Piccolo. Piccolo's admin panel allows media files to be uploaded. As a default, SVG is an allowed file type for upload. An attacker can upload an SVG which when loaded can allow arbitrary access to the admin...

7.7CVSS7.5AI score
SaveExploits0References4
Rows per page
Query Builder