Lucene search
+L

21189 matches found

CVE
CVE
added 2026/08/19 5:50 p.m.44 views

CVE-2026-55194

In FreeRDP before 3.27.0, the function rpc_client_recv_fragment() in libfreerdp/core/gateway/rpc_client.c grows the reassembly buffer based solely on the server-declared alloc_hint rather than the actual StubLength, so a malicious TS Gateway can trigger a heap-buffer overflow write past the 4096-...

8.7CVSS5.9AI score0.00459EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/19 5:20 p.m.9 views

CVE-2026-67581 On-chain transfer proof is not single-use in mpp EVM payment method, enabling cross-challenge replay

Authentication Bypass by Capture-replay in ZenHive mpp allows an unauthenticated remote client to obtain paid resources by resubmitting one settled on-chain transfer. MPP.Methods.EVM.verify/2 accepts a transaction-hash credential and matches a transfer purely on token, to and amount ERC-20 or to...

8.7CVSS5.5AI score0.00497EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 5:20 p.m.13 views

EUVD-2026-62594

Authentication Bypass by Capture-replay in ZenHive mpp allows an unauthenticated remote client to obtain paid resources by resubmitting one settled on-chain transfer. MPP.Methods.EVM.verify/2 accepts a transaction-hash credential and matches a transfer purely on token, to and amount ERC-20 or to...

8.7CVSS5.5AI score0.00497EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 5:20 p.m.23 views

CVE-2026-67581

ZenHive mpp (Elixir HTTP 402 payment library) versions 0.3.0 through before 0.6.3 contain an authentication bypass by capture-replay in the EVM payment method. The function MPP.Methods.EVM.verify/2 matches a transfer solely on token, recipient, and amount without binding the proof to the specific...

8.7CVSS5.5AI score0.00497EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:20 p.m.6 views

CVE-2026-67581 On-chain transfer proof is not single-use in mpp EVM payment method, enabling cross-challenge replay

Authentication Bypass by Capture-replay in ZenHive mpp allows an unauthenticated remote client to obtain paid resources by resubmitting one settled on-chain transfer. MPP.Methods.EVM.verify/2 accepts a transaction-hash credential and matches a transfer purely on token, to and amount ERC-20 or to...

8.7CVSS5.5AI score0.00497EPSS
SaveExploits0References9
CVE
CVE
added 2026/08/19 2:47 p.m.47 views

CVE-2026-49283

SimpleSAMLphp SAML2 (PHP library) is vulnerable to a TLS validator confusion in the HTTPArtifact::receive() flow. The embedded SAML Response receives a validator that delegates to the outer SOAP ArtifactResponse, but is validated against metadata selected from the embedded response issuer rather ...

8.7CVSS5.6AI score0.00344EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/19 2:47 p.m.8 views

CVE-2026-49283

The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. Prior to versions 4.19.3, 4.20.2, 5.0.6, and 6.2.1, the HTTPArtifact::receive flow can treat an unsigned embedded SAML Response as cryptographically valid for the wrong identity provider. SOAPClient::addSSLValidator...

8.7CVSS5.8AI score0.00344EPSS
SaveExploits0
CVE
CVE
added 2026/08/19 6:00 a.m.42 views

CVE-2026-19842

The WordPress SAML Single Sign On plugin (versions 4.8.85–5.4.6) fails to verify SAML response signatures before storing certificates, then exposes a one-click admin control that promotes any stored certificate to the trusted signing anchor. An unauthenticated attacker can submit a self-signed ce...

8.8CVSS5.5AI score0.002EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/19 5:06 a.m.4 views

CVE-2026-50243

A flaw in Unbound's respip module fails to verify the security status of incoming DNS answers when using response-ip rules or RPZ files. A remote attacker can exploit this by spoofing DNS answers to bypass DNSSEC protections and trigger unauthorized rewrites, redirecting clients to unintended...

6.3CVSS5.5AI score0.00103EPSS
SaveExploits0References4
CISA KEV Catalog
CISA KEV Catalog
added 2026/08/19 12:00 a.m.14 views

MLflow Server-Side Request Forgery Vulnerability

MLflow contains a server-side request forgery vulnerability that can allow attackers to reach internal or cloud metadata services and receive responsestatus and responsebody...

9.3CVSS8.1AI score0.1641EPSS
SaveIn wildExploits2
OSV
OSV
added 2026/08/18 8:48 p.m.5 views

GHSA-7788-GHFQ-C6MH Froxlor: Credential and 2FA secret disclosure via Froxlor API endpoints

Summary Several Froxlor API command classes return sensitive authentication material in JSON API responses. The affected endpoints retrieve full database rows using SELECT , SELECT alias., or equivalent full-row queries, then return the results directly through $this-response... without removing...

9CVSS5.8AI score0.00585EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/18 7:41 p.m.7 views

EUVD-2026-61175

The Sierra Wireless HL7800 cellular modem driver drivers/modem/vendorstandalone/hl7800.c, located at drivers/modem/hl7800.c in v4.4.0 and earlier parses AT responses with roughly twenty handlers that call netbuflinearizevalue, sizeofvalue, buf, 0, len into a 128-byte stack buffer and then write...

6.4CVSS6.6AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 7:41 p.m.21 views

CVE-2026-12520

In Zephyr RTOS v4.4.0 and earlier, the HL7800 modem driver's ~20 AT-response handlers write into a 128-byte stack buffer. The +KCELLMEAS handler passes the unbounded wire length as destination size, causing a full stack overflow; other handlers suffer single-byte off-by-one NUL writes. The fix us...

6.4CVSS6.6AI score0.00205EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/18 7:41 p.m.22 views

CVE-2026-12520 Stack buffer overflow and off-by-one writes in Zephyr HL7800 modem AT response handlers

The Sierra Wireless HL7800 cellular modem driver drivers/modem/vendorstandalone/hl7800.c, located at drivers/modem/hl7800.c in v4.4.0 and earlier parses AT responses with roughly twenty handlers that call netbuflinearizevalue, sizeofvalue, buf, 0, len into a 128-byte stack buffer and then write...

6.4CVSS0.00205EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 5:17 p.m.8 views

CVE-2026-71572

Joomla! Core - 20260801 - Response header injection in download views in Joomla 3.0.0-5.4.7, 6.0.0-6.1.2 - Lack of output processing allowed a header injection in the multiple download views, leading to reflected file download / content-type confusion...

4.8CVSS0.00321EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/18 4:38 p.m.3 views

GO-2026-6171 WITHDRAWN: Malformed RowDescription and DataRow messages cause panics in github.com/lib/pq

This report has been withdrawn with reason: "Report mistakenly added without having CVE / GHSA associated". github.com/lib/pq decodes attacker-controlled RowDescription and DataRow payloads without validating their structural relationship or encoded value widths required by binary decoders. A...

5.4AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/18 4:05 p.m.21 views

CVE-2026-71572 Joomla! Core - [20260801] - Response header injection in download views in Joomla 3.0.0-5.4.7, 6.0.0-6.1.2

Joomla! Core - 20260801 - Response header injection in download views in Joomla 3.0.0-5.4.7, 6.0.0-6.1.2 - Lack of output processing allowed a header injection in the multiple download views, leading to reflected file download / content-type confusion...

4.8CVSS0.00321EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/18 4:05 p.m.10 views

CVE-2026-71572

Joomla! Core - 20260801 - Response header injection in download views in Joomla 3.0.0-5.4.7, 6.0.0-6.1.2 - Lack of output processing allowed a header injection in the multiple download views, leading to reflected file download / content-type confusion...

4.8CVSS5.3AI score0.00321EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/18 4:01 p.m.4 views

OPENSUSE-SU-2026:21603-1 Security update for gitea-tea

This update for gitea-tea fixes the following issues: Changes in gitea-tea: - Update to 0.15.1, bringing in the 0.14.2/0.15.0/0.15.1 upstream changes below bsc1253576: CVE-2025-47913: golang.org/x/crypto/ssh/agent client process termination on an unexpected response to a key listing or signing...

9.1CVSS6.7AI score0.03153EPSS
SaveExploits4References14
RedhatCVE
RedhatCVE
added 2026/08/18 3:18 p.m.4 views

CVE-2026-55717

A flaw in Unbound allows a remote attacker controlling a delegated domain to trigger a NULL pointer dereference and crash the daemon. Exploitation occurs when serve-expired: yes and specific response-ip or RPZ rules are configured, resulting in a denial of service. Mitigation Ensure serve-expired...

5.9CVSS5.3AI score0.00237EPSS
SaveExploits0References4
Rows per page
Query Builder