๐Ÿ” CVE Alert

CVE-2026-55485

HIGH 8.8

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

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

Piccolo Admin is an admin interface and content management system for Python, built on top of Piccolo. Prior to 1.14.0, piccolo_admin/endpoints.py uses superuser_validators to block PUT, PATCH, DELETE, and POST requests by non-superusers but permits GET requests to configured user and session tables, while piccolo_api/session_auth/tables.py exposes SessionsBase.token because the token column is not secret. In deployments that add the Sessions and User tables to create_admin, a non-superuser administrator can call GET /api/tables/sessions/, obtain another user's live session token, replay it as the Cookie id value to impersonate a superuser, and permanently set superuser to true on the attacker's own row. This issue is fixed in version 1.14.0.

CWE CWE-200 CWE-269 CWE-863
Vendor piccolo-orm
Product piccolo_admin
Published Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for piccolo-orm piccolo_admin

Be the first to know when new high vulnerabilities affecting piccolo-orm piccolo_admin are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

piccolo-orm / piccolo_admin
< 1.14.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/piccolo-orm/piccolo_admin/security/advisories/GHSA-2gh4-jmwq-rr8w github.com: https://github.com/piccolo-orm/piccolo_api/pull/331 github.com: https://github.com/piccolo-orm/piccolo_admin/commit/96ddae12baf12288056cbb0cda6f9e8d7e22c86d github.com: https://github.com/piccolo-orm/piccolo_api/commit/520ec2567ae1d2cc417c8c0d1ad0ddc05549a8a4 github.com: https://github.com/piccolo-orm/piccolo_admin/releases/tag/1.14.0 github.com: https://github.com/piccolo-orm/piccolo_api/releases/tag/1.10.0