821 matches found
nftables-oob-read-write-exploit-CVE-2023-35001-
nftables oob read/write exploit CVE-2023-35001 Exploit usato al pwn2own Vancouver 2023 su Ubuntu desktop. L'exploit supporta la versione del kernel disponibile all'inizio dell'evento 5.19.0-35. Requisiti Compilatore C Compilatore Go Uso root@kitploit: Build $ make Run $ ./exploit Questo produce u...
EUVD-2026-67216
DNG SDK versions 1.7.1 2502 and earlier are affected by an out-of-bounds read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to disclose sensitive information from memory. Exploitation of this issue requires user interaction in that a victim must...
CVE-2021-30632
Von: https://github.com/github/securitylab/tree/main/SecurityExploits/Chrome/v8/CVE-2021-30632 Die Analyse dieses Bugs findest du hier. Es handelt sich um einen Chrome-Bug, der von einem anonymen Forscher gemeldet wurde und von dem angenommen wird, dass er in freier Wildbahn ausgenutzt wurde. Der...
CVE-2026-71402
An out-of-bounds read was found in the DHCPv4 packet capture code of wicked. nicaptureinspectudpheader in src/capture.c reports the IP total length as the payload length instead of the length of the remaining UDP payload. Consequently, the DHCP option walker in the DHCPv4 client wickedd-dhcp4 rea...
EUVD-2026-67031
darknet subscripts its layer array with an index taken from a configuration file without checking it against the array's length. The array is allocated in src-lib/darknetnetwork.cpp as xcallocnet.n, sizeofDarknet::Layer, sized to exactly the number of layer sections the file declares. The shortcu...
CVE-2024-5274
CVE-2024-5274 autori: @mistymntncop, @buptsb Un ringraziamento speciale a @buptsb per il suo contributo fondamentale nella scoperta sia del POC di mismatch del bytecode DCHECK sia nella scoperta di come elevare quella primitiva a primitive più potenti di lettura/scrittura OOB. Senza di lui questo...
CVE-2026-7482-PoC
CVE-2026-7482: Ollama Heap Out-of-Bounds Read 1-Tage-PoC Dieses Repository enthält eine 1-Tage-Proof-of-Concept-Exploitation-Kette PoC für CVE-2026-7482 , eine nicht authentifizierte Out-of-Bounds-Read-Schwachstelle OOB im GGUF-Modell-Loader von Ollama Versionen vor 0.17.1. Hinweis: Dies ist eine...
CVE-2026-32945
CVE-2026-32945 PJSIP DNS-Komprimierungszeiger Heap-OOB-Read Remote DoS Beschreibung getnamelen und getname in pjlib-util/src/pjlib-util/dns.c lesen einen 2-Byte-DNS-Komprimierungszeiger über pjmemcpy&offset, p, 2, ohne zu prüfen, dass beide Bytes innerhalb des Paketpuffers liegen. Wenn ein...
CVE-2017-13672
CVE-2017-13672 POCs pour CVE-2017-13672 OOB read dans le driver VGA Cirrus QEMU, provoquant un DoS...
cve-2023-21987-poc
cve-2023-21987-poc Vulnerabilità VGA OOB-Read di Oracle VirtualBox Questa Proof of Concept PoC è progettata per un sistema operativo guest Linux in esecuzione su un sistema operativo host Windows. Lo scopo di questa PoC è dimostrare la capacità di far trapelare gli indirizzi dei componenti di...
CVE-2026-13481
The IEEE 1588 PTP management-message parser in subsys/net/lib/ptp/tlv.c mishandles the PTPMGMTTIME management id. In tlvmgmtpostrecv, the PTPMGMTTIME case casts mgmttlv-data to a 10-byte struct ptptimestamp and reads it then byte-swaps and writes it back without first checking that the TLV data...
CVE-2026-80557 libceph: fix OOB read in decode_watchers() via missing bounds check
In the Linux kernel, the following vulnerability has been resolved: libceph: fix OOB read in decodewatchers via missing bounds check cephstartdecoding validates that structlen bytes remain in the buffer after the encoding header, but accepts structlen=0 as valid: cephdecodeneedp, end, 0, bad alwa...
CVE-2026-80557
CVE-2026-80557 is a 4-byte out-of-bounds read in the Linux kernel's libceph client, specifically in decode_watchers(). The function calls ceph_decode_32(p) without a preceding bounds check; when a malicious or compromised OSD sends an obj_list_watch_response_t with struct_len=0, the pointer equal...
CVE-2026-74751 riscv: lib: Fix ZBB strnlen reading past count boundary
In the Linux kernel, the following vulnerability has been resolved: riscv: lib: Fix ZBB strnlen reading past count boundary The ZBB-optimized strnlen loop loads one word ahead before checking the aligned boundary: REGL t1, SZREGt0 // load next word addi t0, t0, SZREG // advance orc.b t1, t1 bgeu...
CVE-2026-13480 Out-of-bounds read in LoRaWAN fragmented data block transport (FUOTA) downlink handler
The LoRaWAN TS004 Fragmented Data Block Transport handler fragtransportpackagecallback in subsys/lorawan/services/fragtransport.c parses downlink command bytes without validating that enough payload bytes remain before each access. The loop's only bound is rxpos fragsize, capped at...
CVE-2026-18794
The OpenRGB network protocol allows attackers to cause memory exhaustion and out-of-bounds memory reads and writes by passing inconsistent data...
CVE-2022-1015
CVE-2022-1015 लिनक्स कर्नेल में OOB रीड और राइट भेद्यता का एक राइट-अप और लोकल प्रिविलेज एस्केलेशन प्रूफ-ऑफ-कॉन्सेप्ट। आप इस भेद्यता का राइट-अप मेरे ब्लॉग पर पा सकते हैं और nftables का मेरा परिचय यहाँ भी देख सकते हैं। एक महत्वपूर्ण नोट इस रिपॉजिटरी में दिया गया exploit भेद्य कर्नेल संस्करणों पर बि...
kernel: Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count
A flaw was found in the Linux kernel's synaptics-rmi4 input driver. The rmif3amapgpios function incorrectly allocates memory for the gpiokeymap, making it smaller than required. This allows a device reporting a specific gpiocount value to trigger an out-of-bounds read, leading to information...
Important: kernel security, bug fix, and enhancement update
The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: sctp: purge outqueue on stale COOKIE-ECHO handling CVE-2026-52924 kernel: scsi: target: iscsi: Validate CHAPR length before base64 decode CVE-2026-63886 kernel: netfilter: conntrack: tcp:...
Important: kernel-rt security, bug fix, and enhancement update
The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: sctp: purge outqueue on stale COOKIE-ECHO handling CVE-2026-52924 kernel: scsi: target: iscsi: Validate CHAPR length before base64...