Lucene search
+L

97 matches found

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

CVE-2026-24134-PoC

CVE-2026-24134-PoC 概述 本仓库包含 CVE-2026-24134 的概念验证(PoC),这是 StudioCMS 中的一个对象级授权失效(BOLA)漏洞。 内容 cve202624134poc.py - Python 利用脚本 前置条件 StudioCMS=0.1.1 root@kitploit: pip install requests colorama 快速开始 手动利用 root@kitploit: 基本用法 python3 cve202624134poc.py \ -u http://localhost:4321 \ --username visitoruse...

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

CVE-2026-30945-PoC

🗑️ CVE-2026-30945 StudioCMS IDOR — 任意 API 令牌撤销导致拒绝服务 NVD • 安全公告 • CWE-639 概述 StudioCMS ≤ 0.3.0 中的 DELETE /studiocmsapi/dashboard/api-tokens 端点允许任何具有 editor 或更高级别权限的已认证用户撤销任何其他用户 (包括 admin 和 owner 账户)的 API 令牌。 该处理程序直接从请求负载中接受 tokenID 和 userID,而不验证令牌所有权、调用者身份或角色层级。这使得针对关键集成和自动化系统的定向拒绝服务 成为可能。 相关说明:...

8.8CVSS5.9AI score0.00564EPSS
SaveExploits4References2
Kitploit
Kitploit
added 2026/09/09 7:11 a.m.8 views

CVE-2026-30944-PoC

🔓 CVE-2026-30944 StudioCMS 通过不安全的 API 令牌生成实现权限提升 NVD • 安全公告 • CWE-639 概述 StudioCMS ≤ 0.3.0 中的 POST /studiocmsapi/dashboard/api-tokens 端点允许任何已认证用户(至少为 Editor 角色)为任何其他用户 (包括 owner 和 admin 账户)生成 API 令牌。 该端点接受请求体中的 user 参数来指定目标用户 UUID,但从不验证 请求用户是否有权代表该目标用户创建令牌。这是一个典型的对象级授权失效(BOLA)漏洞,可导致完全权限提升。 攻击流程...

8.8CVSS6AI score0.00564EPSS
SaveExploits3References2
Veracode
Veracode
added 2026/05/16 5:17 a.m.21 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.10 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.12 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.14 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.15 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.34 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
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
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
CNNVD
CNNVD
added 2026/03/18 12:00 a.m.18 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.25 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.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
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
Rows per page
Query Builder