Lucene search
+L

35365 matches found

BDU FSTEC
BDU FSTEC
added 2026/04/30 12:00 a.m.7 views

The vulnerability of the module for implementing AEAD algorithms, algif_aead, in the Linux operating system, allows attackers to enhance their privileges.

The vulnerability of the module for implementing AEAD algorithms in Linux kernel systems is related to the lack of checks for the correctness of incoming requests. Exploiting this vulnerability can allow attackers to enhance their privileges...

7.8CVSS7.4AI score0.99907EPSS
SaveExploits238References31Affected Software9
Snyk
Snyk
added 2026/04/29 10:26 p.m.26 views

Server-side Request Forgery (SSRF)

Overview i18next-http-middleware is an i18next-http-middleware is a middleware to be used with Node.js web frameworks like express or Fastify and also for Deno. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the lng and ns parameters used by...

8.8CVSS6AI score0.00387EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/29 10:19 p.m.20 views

GHSA-JGVC-94C8-3CHC pygeoapi 0.23.x: Unauthenticated SSRF via OGC API - Processes Subscriber

Impact OGC API - Process execution requests can use the subscriber object to requests to internal HTTP services. Patches The issue has been patched in master branch and made available as part of the 0.23.3 release. The patch disables any HTTP requests made to internal resources by default unless...

8.6CVSS5.8AI score0.00454EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/04/29 10:19 p.m.13 views

pygeoapi 0.23.x: Unauthenticated SSRF via OGC API - Processes Subscriber

Impact OGC API - Process execution requests can use the subscriber object to requests to internal HTTP services. Patches The issue has been patched in master branch and made available as part of the 0.23.3 release. The patch disables any HTTP requests made to internal resources by default unless...

8.6CVSS5.5AI score0.00454EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/04/29 9:56 p.m.10 views

Improper Verification of Cryptographic Signature

Overview admidio/admidio is a free open source user management system for websites of organizations and groups. Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature due to improper validation of SAML signatures in the authentication and logout...

8.8CVSS5.8AI score0.00191EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/29 9:56 p.m.17 views

Admidio Ignores SAML Signature Validation Result, Processes Forged AuthnRequests and LogoutRequests

Summary The Admidio SAML Identity Provider implementation discards the return value of its validateSignature method at both call sites handleSSORequest line 418 and handleSLORequest line 613. The method returns error strings on failure rather than throwing exceptions, but the developer believed i...

8.2CVSS6.1AI score0.00191EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/29 9:56 p.m.12 views

GHSA-25CW-98HG-G3CG Admidio Ignores SAML Signature Validation Result, Processes Forged AuthnRequests and LogoutRequests

Summary The Admidio SAML Identity Provider implementation discards the return value of its validateSignature method at both call sites handleSSORequest line 418 and handleSLORequest line 613. The method returns error strings on failure rather than throwing exceptions, but the developer believed i...

8.2CVSS6.1AI score0.00191EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/29 9:54 p.m.16 views

Admidio has CSRF on Admin Preferences that Triggers Unauthorized Backup, .htaccess Write, and Email Send

Summary Several administrative operations in Admidio's preferences module database backup, test email, htaccess generation fire via GET requests with no CSRF token validation. Because SameSite=Lax cookies travel with top-level GET navigations, an attacker forces an authenticated admin to trigger...

3.5CVSS5.6AI score0.00117EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/29 9:54 p.m.33 views

GHSA-RW74-VC9H-534J Admidio has CSRF on Admin Preferences that Triggers Unauthorized Backup, .htaccess Write, and Email Send

Summary Several administrative operations in Admidio's preferences module database backup, test email, htaccess generation fire via GET requests with no CSRF token validation. Because SameSite=Lax cookies travel with top-level GET navigations, an attacker forces an authenticated admin to trigger...

3.5CVSS5.8AI score0.00117EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/29 9:19 p.m.14 views

n8n Vulnerable to Unauthenticated Denial of Service via MCP Client Registration

Impact The MCP OAuth client registration endpoint accepted unauthenticated requests and stored client data without adequate resource controls. An unauthenticated remote attacker could exhaust server memory resources by sending large registration payloads, rendering the n8n instance unavailable. T...

8.7CVSS5.6AI score0.00487EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/29 9:01 p.m.17 views

ipl/web is vulnerable to reflected XSS by malformed search requests

Impact The vulnerability allows an attacker to inject malicious Javascript into a victim's browser to run it in the context of Icinga Web. The victim needs to visit a specifically prepared website and may have no immediate chance to notice any wrongdoing. Patches Version 0.13.1 includes a fix for...

7.6CVSS5.3AI score0.00259EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/04/29 9:01 p.m.8 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS via malformed search requests. An attacker can execute arbitrary JavaScript in the context of the application by tricking a victim into visiting a specially crafted website. Workaround This vulnerability can be...

7.6CVSS5.8AI score0.00259EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/29 8:36 p.m.14 views

CKAN has CSRF exemption primed by anonymous requests

Views can be marked as exempt from CSRF protection Access to the views via tokens or unauthenticated requests marked the endpoint as not requiring CSRF protection. The marking was a member variable in flask-wtf.csrf.CSRFProtect, which was stored as a module level variable in the flaskapp...

6.1CVSS5.8AI score0.00124EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/04/29 8:36 p.m.20 views

GHSA-MCVF-JXCW-VJ73 CKAN has CSRF exemption primed by anonymous requests

Views can be marked as exempt from CSRF protection Access to the views via tokens or unauthenticated requests marked the endpoint as not requiring CSRF protection. The marking was a member variable in flask-wtf.csrf.CSRFProtect, which was stored as a module level variable in the flaskapp...

6.1CVSS5.8AI score0.00124EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/04/29 8:36 p.m.7 views

Cross-site Request Forgery (CSRF)

Overview ckan is a world’s leading Open Source data portal platform. It powers dozens of Open Data portals around the world, including data.gov, open.canada.ca and europeandataportal.eu but also regional, research and community organizations. It makes easy to publish, share and find data online a...

6.1CVSS5.7AI score0.00124EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/04/29 8:33 p.m.95 views

Exploit for CVE-2026-36958

CVE-2026-36958: Denial of Service via Concurrent HTTP Requests...

5.5AI score0.00323EPSS
SaveExploits2
Snyk
Snyk
added 2026/04/29 8:22 p.m.10 views

Server-side Request Forgery (SSRF)

Overview phpoffice/phpspreadsheet is a Spreadsheet engine that Read, Create and Write Spreadsheet documents in PHP . Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the IOFactory::load function. An attacker can execute arbitrary code or initiate unauthoriz...

10CVSS6.2AI score0.00712EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/04/29 7:24 p.m.6 views

CVE-2018-25298 Merge PACS 7.0 Cross-Site Request Forgery via merge-viewer

Merge PACS 7.0 contains a cross-site request forgery vulnerability that allows attackers to perform unauthorized actions by crafting malicious HTML forms targeting the merge-viewer endpoint. Attackers can submit POST requests to /servlet/actions/merge-viewer/summary with login credentials to hija...

6.9CVSS5.2AI score0.00138EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/29 7:16 p.m.11 views

CVE-2026-26206

Wazuh is a free and open source platform used for threat prevention, detection, and response. From version 4.0.0 to before version 4.14.4, Wazuh's server API brute-force protection for POST /security/user/authenticate can be bypassed by sending concurrent authentication requests. Although the...

6.5CVSS0.00209EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/29 6:30 p.m.49 views

OpenTelemetry.Resources.Azure has an unbounded HTTP response body read

Summary OpenTelemetry.Resources.Azure reads unbounded HTTP response bodies from the Azure VM remote instance metadata service endpoint into memory. This would allow an attacker-controlled endpoint or one acting as a Man-in-the-Middle MitM to cause excessive memory allocation and possible process...

5.9CVSS5.5AI score0.00323EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder