Lucene search
K

43612 matches found

CNNVD
CNNVD
added 2026/03/12 12:0 a.m.11 views

TinaCMS 路径遍历漏洞

TinaCMS is an open-source headless CMS developed by Tina for Markdown, MDX, and JSON formats. Versions of TinaCMS prior to 2.1.2 contained a path traversal vulnerability. This vulnerability stemmed from the use of path.join to combine paths without verifying that the resolved path remained within...

6.3CVSS5.8AI score0.00426EPSS
Exploits1References1
Packet Storm
Packet Storm
added 2026/03/12 12:0 a.m.229 views

📄 SPIP CMS Analysis Scanner Script

This is an exploitation tool designed for websites running the SPIP CMS versions 5.4.0 through 5.11.0. The tool performs automated detection and enumeration of SPIP installations, identifies installed plugins, attempts to determine plugin versions, and searches for forms using the saisies plugin...

5.8AI score
Exploits0
GithubExploit
GithubExploit
added 2026/03/11 10:33 p.m.146 views

Exploit for CVE-2026-30945

🗑️ CVE-2026-30945 StudioCMS IDOR — Arbitrary API Token Revoc...

8.8CVSS5.8AI score0.00564EPSS
Exploits4
ATTACKERKB
ATTACKERKB
added 2026/03/11 9:25 p.m.2 views

CVE-2026-27591

Winter is a free, open-source content management system CMS based on the Laravel PHP framework. Prior to 1.0.477, 1.1.12, and 1.2.12, Winter CMS allowed authenticated backend users to escalate their accounts level of access to the system by modifying the roles / permissions assigned to their...

9.9CVSS5.8AI score0.00486EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2026/03/11 9:25 p.m.29 views

CVE-2026-27591 Winter: Privilege escalation by authenticated backend users

Winter is a free, open-source content management system CMS based on the Laravel PHP framework. Prior to 1.0.477, 1.1.12, and 1.2.12, Winter CMS allowed authenticated backend users to escalate their accounts level of access to the system by modifying the roles / permissions assigned to their...

9.9CVSS0.00486EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2026/03/11 9:25 p.m.3 views

CVE-2026-27591 Winter: Privilege escalation by authenticated backend users

Winter is a free, open-source content management system CMS based on the Laravel PHP framework. Prior to 1.0.477, 1.1.12, and 1.2.12, Winter CMS allowed authenticated backend users to escalate their accounts level of access to the system by modifying the roles / permissions assigned to their...

9.9CVSS5.8AI score0.00486EPSS
Exploits0References4
OSV
OSV
added 2026/03/11 9:25 p.m.5 views

CVE-2026-27591 Winter: Privilege escalation by authenticated backend users

Winter is a free, open-source content management system CMS based on the Laravel PHP framework. Prior to 1.0.477, 1.1.12, and 1.2.12, Winter CMS allowed authenticated backend users to escalate their accounts level of access to the system by modifying the roles / permissions assigned to their...

9.9CVSS5.8AI score0.00486EPSS
Exploits0References6
NVD
NVD
added 2026/03/11 9:16 p.m.4 views

CVE-2026-32103

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.3, the POST /studiocmsapi/dashboard/create-reset-link endpoint allows any authenticated user with admin privileges to generate a password reset token for any other user, including the owner account...

7.2CVSS0.00344EPSS
Exploits1References1
NVD
NVD
added 2026/03/11 9:16 p.m.2 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.4CVSS0.00253EPSS
Exploits1References1
CVE
CVE
added 2026/03/11 8:9 p.m.11 views

CVE-2026-32104

StudioCMS suffers an IDOR in updateUserNotifications prior to version 0.4.3: any authenticated user can modify another user’s notification preferences because the endpoint validates login but not ownership (id !== userData.user.id). This can enable, for example, suppression of admin notifications...

5.4CVSS5.8AI score0.00253EPSS
Exploits1References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/11 8:9 p.m.5 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...

4.7CVSS5.8AI score0.003EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2026/03/11 8:6 p.m.4 views

CVE-2026-32103 StudioCMS: IDOR — Admin-to-Owner Account Takeover via Password Reset Link Generation

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.3, the POST /studiocmsapi/dashboard/create-reset-link endpoint allows any authenticated user with admin privileges to generate a password reset token for any other user, including the owner account...

6.8CVSS5.8AI score0.00344EPSS
Exploits1References3
NVD
NVD
added 2026/03/11 6:16 p.m.4 views

CVE-2026-31857

Craft is a content management system CMS. Prior to 5.9.9 and 4.17.4, a Remote Code Execution vulnerability exists in the Craft CMS 5 conditions system. The BaseElementSelectConditionRule::getElementIds method passes user-controlled string input through renderObjectTemplate -- an unsandboxed Twig...

9.3CVSS0.00665EPSS
Exploits0References2
OSV
OSV
added 2026/03/11 5:37 p.m.6 views

CVE-2026-31859 Craft has Reflective XSS via incomplete return URL sanitization

Craft is a content management system CMS. The fix for CVE-2025-35939 in craftcms/cms introduced a striptags call in src/web/User.php to sanitize return URLs before they are stored in the session. However, striptags only removes HTML tags angle brackets -- it does not inspect or filter URL schemes...

6.9CVSS5.8AI score0.00185EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2026/03/11 5:37 p.m.5 views

CVE-2026-31859 Craft has Reflective XSS via incomplete return URL sanitization

Craft is a content management system CMS. The fix for CVE-2025-35939 in craftcms/cms introduced a striptags call in src/web/User.php to sanitize return URLs before they are stored in the session. However, striptags only removes HTML tags angle brackets -- it does not inspect or filter URL schemes...

6.9CVSS7.5AI score0.00185EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/03/11 5:37 p.m.23 views

CVE-2026-31859 Craft has Reflective XSS via incomplete return URL sanitization

Craft is a content management system CMS. The fix for CVE-2025-35939 in craftcms/cms introduced a striptags call in src/web/User.php to sanitize return URLs before they are stored in the session. However, striptags only removes HTML tags angle brackets -- it does not inspect or filter URL schemes...

6.9CVSS0.00185EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/11 5:37 p.m.4 views

CVE-2026-31859

Craft is a content management system CMS. The fix for CVE-2025-35939 in craftcms/cms introduced a striptags call in src/web/User.php to sanitize return URLs before they are stored in the session. However, striptags only removes HTML tags angle brackets -- it does not inspect or filter URL schemes...

6.9CVSS5.8AI score0.01119EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/03/11 5:37 p.m.11 views

CVE-2026-31859

CVE-2026-31859 (Craft CMS) : Craft CMS is vulnerable to a reflective XSS via incomplete return URL sanitization. The fix for CVE-2025-35939 added a strip_tags() call in src/web/User.php to sanitize return URLs, but strip_tags() only strips HTML tags and does not validate URL schemes. Payloads suc...

6.9CVSS5.8AI score0.00185EPSS
Exploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/11 5:30 p.m.2 views

CVE-2026-31857

Craft is a content management system CMS. Prior to 5.9.9 and 4.17.4, a Remote Code Execution vulnerability exists in the Craft CMS 5 conditions system. The BaseElementSelectConditionRule::getElementIds method passes user-controlled string input through renderObjectTemplate -- an unsandboxed Twig...

9.3CVSS5.9AI score0.00665EPSS
Exploits0References3Affected Software1
GithubExploit
GithubExploit
added 2026/03/11 3:50 p.m.107 views

Exploit for CVE-2026-32612

Security Advisories Independent vulnerability disclosures and...

5.4CVSS5.8AI score0.0023EPSS
Exploits2
Rows per page
Query Builder