Lucene search
+L

93887 matches found

CVE
CVE
added 2026/08/18 7:05 p.m.10 views

CVE-2026-70666

CVE-2026-70666 is a Server-Side Request Forgery (SSRF) in Lemur (Netflix's TLS certificate manager), rated CVSS 7.4 HIGH . Two defects combine: the acme_url allowlist is validated only at authority creation, not on the PUT /api/1/authorities/ update path, and the ACME client follows server-suppli...

7.4CVSS5.4AI score0.00165EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 7:03 p.m.17 views

CVE-2026-71303 Lemur: Incomplete fix for CVE-2026-55166 -- ACME authority update endpoint allows non-admin to replace `acme_url` with internal IP, bypassing allowlist

Lemur manages TLS certificate creation. Prior to 1.9.3, validateacmeurl enforced ACMEDIRECTORYHOSTALLOWLIST when an authority was created, but PUT /api/1/authorities/ passed options to lemur/authorities/service.py without applying the same check. A user holding an authority role could replace the...

7.7CVSS0.00211EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 6:49 p.m.23 views

CVE-2026-55165 Lemur : JWT verifier trusts attacker-supplied alg from token header — defense-in-depth gap; chain-dependent ATO with secret disclosure

Lemur manages TLS certificate creation. Prior to 1.9.2, the JWT verifier in lemur/auth/service.py:130-137 used fetchtokenheader to read headerdata"alg" from an unverified token and passed that attacker-controlled value to decodewithmultiplesecrets. PyJWT 2.x rejects alg=none with the configured...

4.8CVSS0.00126EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 6:19 p.m.6 views

CVE-2026-63642

MagicMirror² is an open source modular smart mirror platform. Prior to 2.37.0, checkArticleUrl in defaultmodules/newsfeed/nodehelper.js accepts the CHECKARTICLEURL notification through the unauthenticated Socket.IO namespace /newsfeed and performs fetchurl, method: "HEAD" without validating the...

6.3CVSS0.00364EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 6:01 p.m.7 views

GHSA-3P54-567P-2WPR MobSF's CSRF checks not enforced after Django migration

Summary Django's CsrfViewMiddleware exists only in the deprecated MIDDLEWARECLASSES ignored since Django 2.0. The active MIDDLEWARE tuple does not include it. All authenticated web POST endpoints delete scan, upload, download APK, change password, manage users accept requests without CSRF tokens...

6.5CVSS5.4AI score0.00193EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/18 5:49 p.m.8 views

EUVD-2026-61134

MobSF is a mobile application security testing tool used. Prior to 4.5.1, mobsf/MobSF/settings.py places django.middleware.csrf.CsrfViewMiddleware only in the deprecated MIDDLEWARECLASSES setting and omits it from the active MIDDLEWARE tuple, allowing a remote attacker to make a logged-in victim...

6.5CVSS5.3AI score0.00193EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/18 5:26 p.m.8 views

MagicMirror Socket.IO module namespaces bypass configured IP whitelist and allow unauthenticated server-side actions

Summary MagicMirror applies ipWhitelist only as Express middleware, but the Socket.IO server is attached directly to the HTTP server without equivalent IP allowlist, origin, or namespace authentication checks. In a documented common deployment where MagicMirror listens on a non-loopback interface...

2.3CVSS6.2AI score0.00279EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/18 5:22 p.m.8 views

EUVD-2026-61072

MagicMirror² is an open source modular smart mirror platform. Prior to 2.37.0, checkArticleUrl in defaultmodules/newsfeed/nodehelper.js accepts the CHECKARTICLEURL notification through the unauthenticated Socket.IO namespace /newsfeed and performs fetchurl, method: "HEAD" without validating the...

6.3CVSS5.3AI score0.00364EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 4:54 p.m.5 views

CVE-2026-72815

A flaw was found in the go-chi chi RealIP middleware. This vulnerability allows a remote attacker to spoof their IP address by manipulating the X-Forwarded-For HTTP header. By exploiting this, an attacker can bypass IP-based access control lists and rate-limiting mechanisms, and forge log entries...

6.9CVSS5.5AI score0.00397EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/18 4:52 p.m.22 views

CVE-2026-50577

In ePA 3.x Integration (fbeta-GmbH), request_counter is left unchanged in app/vau/VAUProtokoll.py, causing the server to reuse AES-GCM nonce/key pairs across responses. This enables a network attacker to recover plaintext XORs, exploit the Joux forbidden attack to recover the GHASH key, forge mes...

7.4CVSS5.4AI score0.00314EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/18 4:17 p.m.4 views

CVE-2026-45128

MyBB is free and open source forum software. Prior to 1.8.40, the ACP Users View Manager module does not validate requests correctly, allowing same-site attackers to change a victim administrator's default user list view by embedding a specially crafted URL. The Set as Default control named...

3.5CVSS0.00132EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/18 4:17 p.m.4 views

CVE-2026-45119

MyBB is free and open source forum software. Prior to 1.8.40, the Admin CP UTF-8 Conversion module does not validate certain requests correctly, allowing same-site attackers to alter table encoding and deny service with a specially crafted URL. The do=all control flow in...

4.6CVSS0.00128EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/18 3:49 p.m.13 views

CVE-2026-45119

MyBB versions prior to 1.8.40 expose a CSRF flaw in the Admin CP UTF-8 Conversion module. The do=all flow in admin/modules/tools/system_health.php performs ALTER TABLE operations and fulltext index rebuilds on GET requests without request verification, allowing same-site attackers to alter table ...

4.6CVSS5.4AI score0.00128EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 3:44 p.m.25 views

CVE-2026-45123 MyBB: IPv6 SSRF

MyBB is free and open source forum software. Prior to 1.8.40, the remote requests feature does not correctly handle IPv6 addresses, resulting in a server-side request forgery vulnerability. The default disallowed remote hosts list does not include IPv6 addresses. Verification in fetchremotefile...

4.3CVSS0.00269EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 3:21 p.m.7 views

CVE-2026-75856 CodeWhale before 0.8.64 SSRF Bypass via DNS Pinning TOCTOU

CodeWhale before 0.8.64 contains a server-side request forgery bypass vulnerability in DNS pinning logic that fails to prevent time-of-check-time-of-use attacks. Attackers can manipulate DNS responses to fail initial resolution checks and succeed on secondary requests, allowing requests to intern...

9.2CVSS5.5AI score
SaveExploits0References5
NVD
NVD
added 2026/08/18 3:17 p.m.5 views

CVE-2026-75898

RAGFlow before 0.26.3 contains a server-side request forgery vulnerability in the agent workflow "Invoke" component agent/component/invoke.py. The component builds an outbound request URL from canvas configuration and runtime template variables and passes it to requests.get, requests.post, or...

8.5CVSS0.00297EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/18 3:16 p.m.3 views

CVE-2026-66635

Unauthenticated Cross Site Request Forgery CSRF in Slider by 10Web = 1.2.62 versions...

7.4CVSS0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/18 3:16 p.m.5 views

CVE-2026-32553

Unauthenticated Server Side Request Forgery SSRF in OttoKit = 1.1.35 versions...

7.2CVSS0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/18 2:24 p.m.6 views

CVE-2026-75898 RAGFlow < 0.26.3 - Server-Side Request Forgery via Agent Invoke Component

RAGFlow before 0.26.3 contains a server-side request forgery vulnerability in the agent workflow "Invoke" component agent/component/invoke.py. The component builds an outbound request URL from canvas configuration and runtime template variables and passes it to requests.get, requests.post, or...

8.4CVSS5.5AI score
SaveExploits0References10
EUVD
EUVD
added 2026/08/18 1:59 p.m.5 views

EUVD-2026-60920

Unauthenticated Cross Site Request Forgery CSRF in Slider by 10Web = 1.2.62 versions...

7.4CVSS5.2AI score0.00164EPSS
SaveExploits0References1
Rows per page
Query Builder