Lucene search
+L

138448 matches found

OSV
OSV
added 2026/07/14 8:47 p.m.15 views

GHSA-X9VC-9FFQ-P3GJ NetLicensing-MCP: Unauthenticated Use of Server-Side NetLicensing API Key in HTTP Mode

Unauthenticated Use of Server-Side NetLicensing API Key in HTTP Mode Summary When netlicensing-mcp is run in HTTP transport mode, the ApiKeyMiddleware fails to enforce authentication: requests that carry no client API key are unconditionally forwarded to the next handler server.py:1427. The...

8.1CVSS6.1AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/14 8:47 p.m.17 views

NetLicensing-MCP: Unauthenticated Use of Server-Side NetLicensing API Key in HTTP Mode

Unauthenticated Use of Server-Side NetLicensing API Key in HTTP Mode Summary When netlicensing-mcp is run in HTTP transport mode, the ApiKeyMiddleware fails to enforce authentication: requests that carry no client API key are unconditionally forwarded to the next handler server.py:1427. The...

6.1AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/14 8:28 p.m.18 views

nebula-mesh: Certificate revocation is never enforced at the mesh

Summary nebula-mesh revokes a host by adding its certificate fingerprint to a per-CA blocklist and shipping that list to every other agent on each poll. Slack's Nebula enforces certificate revocation ONLY through the pki.blocklist list in config.yml no CRL/OCSP. The project's own code states this...

6.1AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/14 8:28 p.m.18 views

GHSA-CM26-5974-52H8 nebula-mesh: Certificate revocation is never enforced at the mesh

Summary nebula-mesh revokes a host by adding its certificate fingerprint to a per-CA blocklist and shipping that list to every other agent on each poll. Slack's Nebula enforces certificate revocation ONLY through the pki.blocklist list in config.yml no CRL/OCSP. The project's own code states this...

8.1CVSS6.1AI score
SaveExploits0References4
OSV
OSV
added 2026/07/14 8:19 p.m.15 views

GHSA-MF78-3RPF-R784 Anyquery: Local File Read (LFR) via Unrestricted SQLite Virtual Table Modules in Server Mode

Summary Anyquery's server mode lacks input sanitization and access control over its built-in SQLite virtual table modules e.g., csvreader, logreader. Unauthenticated attackers connecting to the MySQL-compatible server port can create virtual tables pointing to local files on the system e.g.,...

7.5CVSS6.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/14 8:19 p.m.16 views

Anyquery: Local File Read (LFR) via Unrestricted SQLite Virtual Table Modules in Server Mode

Summary Anyquery's server mode lacks input sanitization and access control over its built-in SQLite virtual table modules e.g., csvreader, logreader. Unauthenticated attackers connecting to the MySQL-compatible server port can create virtual tables pointing to local files on the system e.g.,...

6.2AI score
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/07/14 8:17 p.m.10 views

CVE-2026-48747

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 7.4.13 and 8.0.13, MailomatRequestParser::validateSignature parsed X-MOM-Webhook-Signature as algo=signature and passed the request-selected algorithm to hashhmac, allowing a signature...

6.3CVSS0.00197EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/14 8:17 p.m.13 views

DEBIAN-CVE-2026-48747

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 7.4.13 and 8.0.13, MailomatRequestParser::validateSignature parsed X-MOM-Webhook-Signature as algo=signature and passed the request-selected algorithm to hashhmac, allowing a signature...

5.3CVSS6.1AI score0.00197EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/07/14 8:17 p.m.24 views

CVE-2026-48747

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 7.4.13 and 8.0.13, MailomatRequestParser::validateSignature parsed X-MOM-Webhook-Signature as algo=signature and passed the request-selected algorithm to hashhmac, allowing a signature...

6.3CVSS6.1AI score0.00197EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/14 8:17 p.m.17 views

UBUNTU-CVE-2026-48747

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 7.4.13 and 8.0.13, MailomatRequestParser::validateSignature parsed X-MOM-Webhook-Signature as algo=signature and passed the request-selected algorithm to hashhmac, allowing a signature...

6.3CVSS6.1AI score0.00197EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/14 8:05 p.m.18 views

nebula-mesh: CA private key not zeroized on web mobile-bundle error paths

Impact The web handler renderMobileBundle internal/web/handlers.go:1325 passes the real pki.CAResolver directly into mobilebundle.Build. Inside Build internal/mobilebundle/builder.go:54, resolver.LoadByID decrypts the CA's ed25519 private key into a pki.CAManager, but Build never calls...

6.2AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/14 8:05 p.m.20 views

GHSA-2P2F-PX33-4VV5 nebula-mesh: CA private key not zeroized on web mobile-bundle error paths

Impact The web handler renderMobileBundle internal/web/handlers.go:1325 passes the real pki.CAResolver directly into mobilebundle.Build. Inside Build internal/mobilebundle/builder.go:54, resolver.LoadByID decrypts the CA's ed25519 private key into a pki.CAManager, but Build never calls...

8.7CVSS6.2AI score
SaveExploits0References4
OSV
OSV
added 2026/07/14 8:02 p.m.7 views

GHSA-HWRQ-8WXH-Q4XV Anyquery: Server-Side Request Forgery (SSRF) via Unrestricted SQLite Virtual Table Modules in Server Mode

Summary Anyquery's server mode does not restrict outbound HTTP requests initiated by its built-in SQLite virtual table modules e.g., jsonreader, logreader. Unauthenticated attackers connecting to the MySQL-compatible server port can create virtual tables pointing to internal network endpoints or...

8.6CVSS6.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/14 8:02 p.m.13 views

Anyquery: Server-Side Request Forgery (SSRF) via Unrestricted SQLite Virtual Table Modules in Server Mode

Summary Anyquery's server mode does not restrict outbound HTTP requests initiated by its built-in SQLite virtual table modules e.g., jsonreader, logreader. Unauthenticated attackers connecting to the MySQL-compatible server port can create virtual tables pointing to internal network endpoints or...

6.2AI score
SaveExploits0References3Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/14 7:56 p.m.24 views

Security Bulletin: IBM SPSS Modeler is affected by multiple vulnerabilities in DataView

Summary IBM SPSS Modeler is affected by multiple vulnerabilities in DataView. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2023-44981 DESCRIPTION: Authorization Bypass Through User-Controlled Key vulnerability in Apache ZooKeeper. If SASL Quorum Peer...

9.1CVSS7.5AI score0.02714EPSS
SaveExploits3Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/14 7:42 p.m.17 views

Security Bulletin: IBM SPSS Modeler is affected by multiple vulnerabilities in DataView

Summary IBM SPSS Modeler is affected by multiple vulnerabilities in DataView. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2025-14813 DESCRIPTION: : Use of a Broken or Risky Cryptographic Algorithm vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA...

9.9CVSS6.7AI score0.00899EPSS
SaveExploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/14 7:27 p.m.12 views

Security Bulletin: SPSS Collaboration and Deployment Services is affected by multiple vulnerabilities in Axios

Summary SPSS Collaboration and Deployment Services is affected by multiple vulnerabilities in Axios. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2026-44486 DESCRIPTION: Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and...

8.7CVSS6.1AI score0.01041EPSS
SaveExploits7Affected Software1
NVD
NVD
added 2026/07/14 7:17 p.m.12 views

CVE-2026-47300

Incorrect implementation of authentication algorithm in ASP.NET Core allows an authorized attacker to elevate privileges over a network...

8.8CVSS0.00527EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/07/14 7:17 p.m.26 views

CVE-2026-47300

Incorrect implementation of authentication algorithm in ASP.NET Core allows an authorized attacker to elevate privileges over a network...

8.8CVSS5.8AI score0.00527EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/14 7:16 p.m.55 views

CVE-2026-48747

Summary: CVE-2026-48747 affects Symfony’s Mailomat webhook parser. The MailomatRequestParser::validateSignature() method reads the X-MOM-Webhook-Signature header and passes the wire-provided algorithm directly to hash_hmac(), enabling a signature algorithm downgrade instead of enforcing SHA-256 a...

6.3CVSS6.1AI score0.00197EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder