Lucene search
+L

29587 matches found

Debian CVE
Debian CVE
added 2026/09/04 5:11 p.m.10 views

CVE-2026-80900

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes...

6AI score0.00145EPSS
SaveExploits0
CVE
CVE
added 2026/09/04 5:11 p.m.7 views

CVE-2026-80900

CVE-2026-80900 affects the Linux kernel 's ASoC SDCA (ALSA System on Chip, SDCA) component. The root cause is an UMP (Unified Multiplex Protocol) message size check that incorrectly passes when the message offset exceeds the buffer length, allowing invalid sizes to go undetected. The fix refactor...

5.5AI score0.00145EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 5:11 p.m.4 views

CVE-2026-80900 ASoC: SDCA: Make UMP message size check more robust

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/04 4:49 p.m.10 views

CVE-2026-80885

In the Linux kernel, the following vulnerability has been resolved: afs: Fix uncancelled rxrpc OOB message handler Fix AFS to cancel its OOB message processing typically to respond to security challenges. Also move OOB message processing to afswq so that it's also waited for and make the OOB...

5.8AI score0.00169EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 4:30 p.m.6 views

EUVD-2026-71466

IBM Langflow OSS 1.0.0 through 1.10.2 could allow a remote authenticated attacker to obtain sensitive information and inject messages into workflow history due to improper authorization...

4.9CVSS5.3AI score0.00177EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 3:17 p.m.6 views

CVE-2026-85667

xiaobei through 5.5.2 fails to implement authentication or signature validation on webhook endpoints, allowing unauthenticated attackers to inject arbitrary messages into the agent pipeline. Attackers can publish malicious messages via the /webhookworktool handler and exploit unvalidated media UR...

9.3CVSS0.00383EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/04 2:32 p.m.29 views

CVE-2026-85667 xiaobei through 5.5.2 Unauthenticated Webhook Message Injection

xiaobei through 5.5.2 fails to implement authentication or signature validation on webhook endpoints, allowing unauthenticated attackers to inject arbitrary messages into the agent pipeline. Attackers can publish malicious messages via the /webhookworktool handler and exploit unvalidated media UR...

9.3CVSS0.00383EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 2:32 p.m.5 views

EUVD-2026-71123

xiaobei through 5.5.2 fails to implement authentication or signature validation on webhook endpoints, allowing unauthenticated attackers to inject arbitrary messages into the agent pipeline. Attackers can publish malicious messages via the /webhookworktool handler and exploit unvalidated media UR...

9.3CVSS5.5AI score0.00383EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 2:32 p.m.12 views

CVE-2026-85667

xiaobei through 5.5.2 fails to implement authentication or signature validation on its webhook endpoints, specifically the /webhook_worktool handler. This allows unauthenticated network attackers to inject arbitrary messages into the agent pipeline and exploit unvalidated media URL fetching to pe...

9.3CVSS5.5AI score0.00383EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 2:32 p.m.7 views

EUVD-2026-71228

LobeChat LobeHub 2.2.1 does not properly verify inbound chat-platform webhook signatures in the QQ and Feishu adapters. The webhook route /api/agent/webhooks/:platform is unauthenticated by design and delegates verification to each adapter; the QQ adapter performs no Ed25519 signature verificatio...

6.9CVSS5.5AI score0.00156EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 9:17 a.m.6 views

DEBIAN-CVE-2026-81665

A heap-based buffer overflow was found in Corosync's Totem Process Group totempg message reassembly. When processing fragmented multicast messages, the buffer used to reassemble fragments lacks a runtime bounds check in release builds. A network-adjacent attacker able to send crafted multicast...

7.5CVSS6.2AI score0.00212EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 9:17 a.m.7 views

CVE-2026-81665

A heap-based buffer overflow was found in Corosync's Totem Process Group totempg message reassembly. When processing fragmented multicast messages, the buffer used to reassemble fragments lacks a runtime bounds check in release builds. A network-adjacent attacker able to send crafted multicast...

7.5CVSS0.00212EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/04 9:05 a.m.8 views

CVE-2026-81665

A heap-based buffer overflow was found in Corosync's Totem Process Group totempg message reassembly. When processing fragmented multicast messages, the buffer used to reassemble fragments lacks a runtime bounds check in release builds. A network-adjacent attacker able to send crafted multicast...

7.5CVSS5.6AI score0.00212EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/04 7:54 a.m.6 views

OpenWire-CVE-2023-46604-Investigation

OpenWire-CVE-2023-46604-Investigation OpenWire Lab During my shift as a Tier 2 Security Operations Center SOC Analyst, I received an escalation from a Tier 1 analyst regarding a publicly accessible server that had been observed communicating with multiple suspicious external IP addresses. In...

10CVSS7.6AI score0.99723EPSS
SaveExploits33
Kitploit
Kitploit
added 2026/09/04 7:17 a.m.5 views

CVE-2026-11110-AES-GCM-Nonce-Reuse-Leading-to-Key-Recovery

CVE-2026-11110 – AES-GCM Nonce Reuse Leading to Key Recovery Program Code Python root@kitploit: aesgcmnoncereusesim.py - Simulated encryption oracle with fixed nonce from Crypto.Cipher import AES import os key = os.urandom16 nonce = b'\x00' 12 ALWAYS SAME NONCE def encryptplaintext: cipher =...

6.5CVSS6.8AI score0.0025EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/04 1:17 a.m.12 views

CVE-2026-23003-Cross-Chain-Bridge-Message-Forging-via-Missing-Origin-Chain-ID

CVE-2026-23003 – Cross‑Chain Bridge Message Forging via Missing Origin Chain ID Program Code Solidity + Python exploit root@kitploit: // Bridge.sol - Vulnerable bridge contract contract Bridge mappingbytes32 = bool public processed; event Depositedaddress from, address to, uint256 amount, uint256...

7.5CVSS6.9AI score0.00476EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/04 1:17 a.m.6 views

CVE-2026-23002-5G-NAS-Message-Buffer-Overflow-in-gNodeB

CVE-2026-23002 – 5G NAS Message Buffer Overflow in gNodeB Program Code C simulation root@kitploit: // gnbnassim.c - Simulated 5G gNodeB parsing NAS Registration Request include include include define MAXIESIZE 128 void processregistrationrequestuint8t nasmsg, uint16t length uint8t...

5.5CVSS6.2AI score0.00153EPSS
SaveExploits1
EUVD
EUVD
added 2026/09/04 12:31 a.m.9 views

EUVD-2026-70808

MOOS core-moos through 10.4.0 fails to validate client identity in MOOSDB message processing, allowing authenticated attackers to attribute writes to other clients by supplying arbitrary source identifiers in serialized messages. Attackers can forge message origins and cancel third-party...

8.8CVSS5.9AI score0.00285EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/04 12:31 a.m.9 views

EUVD-2026-70813

MOOS essential-moos pAntler through 10.0.1 contains a remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary programs by publishing a crafted MISSIONFILE message to the MOOSDB. Attackers can publish a mission file containing malicious Run entries that pAntl...

9.2CVSS6.5AI score0.00421EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/04 12:09 a.m.7 views

CVE-2019-11708

Full chain exploit for CVE-2019-11708 & CVE-2019-9810 This is a full browser compromise exploit chain CVE-2019-11708 & CVE-2019-9810 targeting Firefox on Windows 64-bit. It uses CVE-2019-9810 for getting code execution in both the content process as well as the parent process and CVE-2019-11708 t...

10CVSS8.2AI score0.55874EPSS
SaveExploits17References2
Rows per page
Query Builder