Lucene search
+L

23199 matches found

Cvelist
Cvelist
added 2026/09/17 4:07 p.m.34 views

CVE-2026-90259 btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data()

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix a wrong length calculation in qgroupfreereserveddata In that function, we round down the start position and round up the ending position. But during the calculation of @len, we use "roundupstart + len,...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:07 p.m.12 views

CVE-2026-90259

CVE-2026-90259 affects the btrfs qgroup subsystem of the Linux kernel . The bug is in qgroup_free_reserved_data(), where the length calculation incorrectly uses round_up(start + len, sectorsize)—yielding the rounded-up end position rather than the rounded-up length . This produces an erroneously ...

5.8AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:07 p.m.9 views

EUVD-2026-81852

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix a wrong length calculation in qgroupfreereserveddata In that function, we round down the start position and round up the ending position. But during the calculation of @len, we use "roundupstart + len,...

5.8AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:07 p.m.24 views

CVE-2026-90230

CVE-2026-90230 is a heap out-of-bounds read in the Linux kernel's NVMe target (nvmet) authentication path. The function nvmet_auth_negotiate() indexes a fixed idlist[60] array using host-supplied halen/dhlen fields (both u8, max 255) without validating the transfer length, allowing a malicious or...

9.1CVSS6.1AI score0.00457EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:07 p.m.6 views

EUVD-2026-81784

In the Linux kernel, the following vulnerability has been resolved: mailbox: riscv-sbi-mpxy: validate RPMI notification lengths The SBI return value controls how many bytes are copied from shared memory into the RPMI notification buffer. It is not validated against the negotiated shared-memory si...

5.9AI score0.0018EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:05 p.m.11 views

EUVD-2026-81939

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: fix length calculations and avoid invalid header warnings syzbot reported a warning in skbnetworkheaderlen triggered by tcfskbmodact: !skbtransportheaderwassetskb WARNING: CPU: 0 PID: 14949 at...

5.8AI score0.00206EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/17 4:05 p.m.26 views

CVE-2026-90078 net/sched: act_skbmod: fix length calculations and avoid invalid header warnings

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: fix length calculations and avoid invalid header warnings syzbot reported a warning in skbnetworkheaderlen triggered by tcfskbmodact: !skbtransportheaderwassetskb WARNING: CPU: 0 PID: 14949 at...

0.00206EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/17 3:38 p.m.8 views

CVE-2020-0022

CVE-2020-0022 Seems like Android 9-6 have similar Bluetooth subsystem, Android 5 and 4 are different. Android 9.0 BlueFrag experiments Patch: https://android.googlesource.com/platform/system/bt/+/3cb7149d8fed2d7d77ceaa95bf845224c4db3baf Below I hit the patched condition. OK I think I got it, but...

8.8CVSS8.2AI score0.06052EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/17 3:20 p.m.9 views

PyPath-Escape-CVE-2025-4517-Exploit-Research

🛡️ PyPath-Escape: Kit Avanzado de Evasión de PATHMAX Autor: Beriwalarohit Objetivo de Investigación: CVE-2025-4517 / CVE-2025-4138 ██████╗ ███████╗██████╗ ██╗██╗ ██╗ █████╗ ██╗ █████╗ ██████╗ ██╔══██╗██╔════╝██╔══██╗██║██║ ██║██╔══██╗██║ ██╔══██╗██╔══██╗ ██████╔╝█████╗ ██████╔╝██║██║ █╗...

9.4CVSS6.8AI score0.0143EPSS
SaveExploits14
Snyk
Snyk
added 2026/09/17 2:52 p.m.3 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound via the ByteArrayProtoReader32 fast path in wire-runtime/src/commonMain/kotlin/com/squareup/wire/ByteArrayProtoReader32.kt. An attacker can crash protobuf decoding by supplying a length-delimited field wit...

8.7CVSS7.2AI score0.00682EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 2:52 p.m.11 views

GHSA-9RM7-3QHH-H2MC Wire: Unauthenticated decoder crash via 32-bit length integer overflow in ByteArrayProtoReader32 (incomplete fix of CVE-2026-45799)

Wire's protobuf decoders did not consistently validate attacker-controlled length-delimited sizes against the current reader bounds before computing cursor, limit, or pointer positions. In the Kotlin runtime, ProtoAdapter.decodeByteArray and ProtoAdapter.decodeByteString use the ProtoReader32 fas...

7.5CVSS7AI score0.00682EPSS
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/17 2:50 p.m.7 views

pgm-attack

PGM-attack Overview Official code for our paper, Poisoning Attacks on the PGM-index. Quick Start 1. Clone and submodules root@kitploit: git clone REPOSITORY LINK cd pgm-index-poisoning git submodule update --init --recursive 2. Build root@kitploit: ./scripts/build.sh Requires CMake see...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 12:27 p.m.8 views

CVE-2026-40369

Esta es una reescritura y resumen del análisis técnico público de VoidSec sobre CVE-2026-40369, con un diagrama de flujo añadido y notas defensivas para mi propia comprensión. Todos los detalles técnicos centrales provienen de su investigación. No realicé ingeniería inversa independiente sobre es...

7.8CVSS6.8AI score0.04725EPSS
SaveExploits4
Cvelist
Cvelist
added 2026/09/17 4:11 a.m.34 views

CVE-2026-25290 Integer Overflow or Wraparound in OOBM

Memory Corruption when validating large data buffers from external sources using addition to check buffer length...

7.8CVSS0.0007EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/17 4:11 a.m.36 views

CVE-2026-25275 Buffer Over-read in WLAN Firmware

Transient DOS when processing authentication frames with invalid FILS information element header lengths...

7.5CVSS0.00191EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/09/17 12:00 a.m.7 views

Rclone 1.75.0 S3 Multipart Declared-Length Memory Exhaustion (CVE-2026-88045)

The version of Rclone installed on the remote host is 1.75.0. It is, therefore, affected by a denial of service vulnerability: - In streamed multipart mode, rclone serve s3 passes the request's declared part length to multipart.NewRW.ReservecontentLength before reading any part data, which...

7.5CVSS5.9AI score0.00535EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/16 7:17 p.m.10 views

CVE-2026-63126

Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.4.5 and 7.0.0-alpha04, Wire protobuf readers do not consistently validate attacker-controlled lengths against the current logical message boundary before advancing cursors, pointers, limits, slices, or...

7.5CVSS0.00682EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/16 5:03 p.m.9 views

CVE-2026-22016-IPFS-CID-Spoofing-via-Multihash-Length-Extension

CVE-2026-22016 – Suplantación de CID en IPFS mediante extensión de la longitud del multihash Código del programa Python root@kitploit: ipfscidspoof.py - Generates a CID with a different multihash length import multihash, cid Attacker creates a file whose hash, when truncated, matches a different...

7.5CVSS7.7AI score0.00702EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/16 3:39 p.m.4 views

github.com/rabbitmq/amqp091-go: RabbitMQ amqp091-go: Denial of Service via Malicious AMQP Field Length

A flaw was found in RabbitMQ amqp091-go. A malicious or compromised broker can send a specially crafted AMQP Advanced Message Queuing Protocol message with a malformed field length. This can cause an integer overflow, leading to a runtime panic in the client process. Consequently, the client...

8.9CVSS5.7AI score0.00411EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/16 3:32 p.m.4 views

bind9: bind: BIND 9: Denial of Service via 16-bit length truncation in DNS negative cache handling

A flaw was found in bind9's named component. A remote attacker, by sending a specially crafted DNS negative answer of exactly 65536 bytes from an authoritative server, can cause a 16-bit length truncation. This results in a zero-byte negative cache entry. When named attempts to read this invalid...

7.5CVSS6AI score0.00486EPSS
SaveExploits0References7
Rows per page
Query Builder