Lucene search
+L

97 matches found

Kitploit
Kitploit
added 2026/09/10 12:50 a.m.9 views

CVE-2026-24134-PoC

CVE-2026-24134-PoC Overview This repository contains the Proof of Concept PoC for CVE-2026-24134 , a Broken Object Level Authorization BOLA vulnerability in StudioCMS. Contents cve202624134poc.py - Python exploitation script Prerequisites StudioCMS=0.1.1 root@kitploit: pip install requests...

6.5CVSS5.9AI score0.00306EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/09 4:11 p.m.7 views

CVE-2026-30945-PoC

🗑️ CVE-2026-30945 StudioCMS IDOR — Arbitrary API Token Revocation Leading to Denial of Service NVD • Advisory • CWE-639 Overview The DELETE /studiocmsapi/dashboard/api-tokens endpoint in StudioCMS ≤ 0.3.0 allows any authenticated user with editor privileges or above to revoke API tokens belonging...

7.1CVSS5.9AI score0.00452EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/09 7:11 a.m.8 views

CVE-2026-30944-PoC

🔓 CVE-2026-30944 StudioCMS Privilege Escalation via Insecure API Token Generation NVD • Advisory • CWE-639 Overview The POST /studiocmsapi/dashboard/api-tokens endpoint in StudioCMS ≤ 0.3.0 allows any authenticated user at minimum Editor role to generate API tokens for any other user , including...

8.8CVSS6AI score0.00564EPSS
SaveExploits3References2
Veracode
Veracode
added 2026/05/16 5:17 a.m.23 views

Authorization Bypass

StudioCMS is vulnerable to Improper Access Control. The vulnerability is due to missing await handling for the asynchronous isAuthorized function in the S3 storage manager, where authorization checks in the POST and PUT handlers always evaluate as successful because unresolved Promise objects are...

7.6CVSS5.8AI score0.00183EPSS
SaveExploits1References3Affected Software1
RedhatCVE
RedhatCVE
added 2026/03/26 3:17 p.m.11 views

CVE-2026-32638

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.4, the REST API getUsers endpoint in StudioCMS uses the attacker-controlled rank query parameter to decide whether owner accounts should be filtered from the result set. As a result, an admin token...

2.7CVSS5.8AI score0.00375EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:10 p.m.13 views

CVE-2026-32106

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.3, the REST API createUser endpoint uses string-based rank checks that only block creating owner accounts, while the Dashboard API uses indexOf-based rank comparison that prevents creating users at...

7.2CVSS5.8AI score0.003EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:10 p.m.11 views

CVE-2026-32104

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.3, the updateUserNotifications endpoint accepts a user ID from the request payload and uses it to update that user's notification preferences. It checks that the caller is logged in but never...

5.4CVSS5.8AI score0.00253EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:03 p.m.15 views

CVE-2026-30944

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.0, the /studiocmsapi/dashboard/api-tokens endpoint allows any authenticated user at least Editor to generate API tokens for any other user, including owner and admin accounts. The endpoint fails to...

8.8CVSS5.8AI score0.00564EPSS
SaveExploits3References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:02 p.m.16 views

CVE-2026-32101

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.3.1, the S3 storage manager's isAuthorized function is declared async returns Promise but is called without await in both the POST and PUT handlers. Since a Promise object is always truthy in...

7.6CVSS5.8AI score0.00183EPSS
SaveExploits1References1
CNVD
CNVD
added 2026/03/20 12:00 a.m.35 views

StudioCMS Information Disclosure Vulnerability

StudioCMS is StudioCMS open source a content management system . StudioCMS suffers from an information disclosure vulnerability that stems from the use of an attacker-controlled rank query parameter in the REST API getUsers endpoint, which can be exploited by an attacker to cause an administrator...

2.7CVSS5.3AI score0.00375EPSS
SaveExploits1
NVD
NVD
added 2026/03/18 9:16 p.m.16 views

CVE-2026-32638

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.4, the REST API getUsers endpoint in StudioCMS uses the attacker-controlled rank query parameter to decide whether owner accounts should be filtered from the result set. As a result, an admin token...

2.7CVSS0.00375EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/18 8:41 p.m.7 views

CVE-2026-32638

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.4, the REST API getUsers endpoint in StudioCMS uses the attacker-controlled rank query parameter to decide whether owner accounts should be filtered from the result set. As a result, an admin token...

2.7CVSS5.8AI score0.00375EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/03/18 8:41 p.m.30 views

CVE-2026-32638 StudioCMS REST getUsers Exposes Owner Account Records to Admin Tokens

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.4, the REST API getUsers endpoint in StudioCMS uses the attacker-controlled rank query parameter to decide whether owner accounts should be filtered from the result set. As a result, an admin token...

2.7CVSS0.00375EPSS
SaveExploits1References3
CVE
CVE
added 2026/03/18 8:41 p.m.44 views

CVE-2026-32638

CVE-2026-32638 affects StudioCMS before 0.4.4. The REST API endpoint getUsers can be invoked by an admin token with rank=owner to enumerate owner accounts (id, username, display name, email), bypassing the intended boundary even though getUser blocks admins. Root cause: using an attacker-controll...

2.7CVSS5.8AI score0.00375EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/03/18 8:41 p.m.11 views

CVE-2026-32638 StudioCMS REST getUsers Exposes Owner Account Records to Admin Tokens

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.4, the REST API getUsers endpoint in StudioCMS uses the attacker-controlled rank query parameter to decide whether owner accounts should be filtered from the result set. As a result, an admin token...

2.7CVSS5.8AI score
SaveExploits0References5
CNNVD
CNNVD
added 2026/03/18 12:00 a.m.19 views

StudioCMS 安全漏洞

StudioCMS is StudioCMS open source a content management system . StudioCMS suffers from an information disclosure vulnerability that stems from the use of an attacker-controlled rank query parameter in the REST API getUsers endpoint, which can be exploited by an attacker to cause an administrator...

2.7CVSS5.7AI score0.00375EPSS
SaveExploits1References3
CNVD
CNVD
added 2026/03/17 12:00 a.m.17 views

Unspecified Vulnerability in StudioCMS (CNVD-2026-18151)

StudioCMS is StudioCMS open source a content management system . StudioCMS has a security vulnerability that can be exploited by an attacker to cause an administrator to create additional administrator accounts via the REST API...

7.2CVSS5.3AI score0.003EPSS
SaveExploits1
CNVD
CNVD
added 2026/03/17 12:00 a.m.26 views

Unspecified Vulnerability in StudioCMS (CNVD-2026-18154)

StudioCMS is StudioCMS open source a content management system . A denial of service vulnerability exists in StudioCMS. The vulnerability stems from insufficient DELETE /studiocmsapi/dashboard/api-tokens endpoint validation, which can be exploited by an attacker to cause a denial of service...

7.1CVSS5.2AI score0.00452EPSS
SaveExploits2
CNVD
CNVD
added 2026/03/17 12:00 a.m.37 views

Unspecified Vulnerability in StudioCMS (CNVD-2026-18153)

StudioCMS is StudioCMS open source a content management system . StudioCMS has an authorization issue vulnerability that originates from improper authorization of the /studiocmsapi/dashboard/api-tokens endpoint, which can be exploited by an attacker to cause elevation of privilege...

8.8CVSS5.3AI score0.00564EPSS
SaveExploits3
CNVD
CNVD
added 2026/03/17 12:00 a.m.32 views

Unspecified Vulnerability in StudioCMS

StudioCMS is StudioCMS open source a content management system . A security vulnerability exists in StudioCMS that can be exploited by an attacker to cause any authenticated user to modify the notification preferences of other users...

5.4CVSS5.3AI score0.00253EPSS
SaveExploits1
Rows per page
Query Builder