Lucene search
+L

9751 matches found

Tenable Nessus
Tenable Nessus
added 2026/04/14 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-39979

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an...

8.2CVSS5.9AI score0.00559EPSS
SaveExploits1References2
NVD
NVD
added 2026/04/13 11:16 p.m.11 views

CVE-2026-39979

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

8.2CVSS0.00559EPSS
SaveExploits1References32
OSV
OSV
added 2026/04/13 11:16 p.m.6 views

DEBIAN-CVE-2026-39979

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

6.5CVSS5.4AI score0.00559EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/13 11:16 p.m.12 views

UBUNTU-CVE-2026-39979

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

8.2CVSS5.9AI score0.00559EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2026/04/13 11:16 p.m.11 views

CVE-2026-39979

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

8.2CVSS5.9AI score0.00559EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/04/13 10:18 p.m.12 views

EUVD-2026-22128

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

6.9CVSS5.9AI score0.00559EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/13 10:18 p.m.10 views

CVE-2026-39979

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

6.9CVSS5.9AI score0.00559EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2026/04/13 10:18 p.m.10 views

CVE-2026-39979

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

8.2CVSS5.4AI score0.00559EPSS
SaveExploits1
CVE
CVE
added 2026/04/13 10:18 p.m.123 views

CVE-2026-39979

CVE-2026-39979 affects jq’s libjq jv_parse_sized() path when given a non-NUL-terminated counted buffer. The error handling formats the input with %s in jv_string_fmt(), reading until a NUL and ignoring the caller length, which can trigger an out-of-bounds read on malformed input. Exploitation is ...

8.2CVSS5.9AI score0.00559EPSS
SaveExploits1References32Affected Software1
Cvelist
Cvelist
added 2026/04/13 10:18 p.m.41 views

CVE-2026-39979 jq: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

6.9CVSS0.00559EPSS
SaveExploits1References2
AlpineLinux
AlpineLinux
added 2026/04/13 10:18 p.m.14 views

CVE-2026-39979

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

8.2CVSS5.5AI score0.00559EPSS
SaveExploits1References32
CVE
CVE
added 2026/04/13 10:10 p.m.52 views

CVE-2026-39956

CVE-2026-39956 affects the jq JSON processor. The issue arises from the _strindices builtin in jq's src/builtin.c, which passes arguments directly to jv_string_indexes() without validating they are strings. In src/jv.c, the checks in jv_string_indexes() rely on asserts that are stripped in releas...

6.1CVSS5.8AI score0.00174EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/04/13 10:10 p.m.9 views

CVE-2026-39956 jq: Missing runtime type checks for _strindices lead to crash and limited memory disclosure

jq is a command-line JSON processor. In commits after 69785bf77f86e2ea1b4a20ca86775916889e91c9, the strindices builtin in jq's src/builtin.c passes its arguments directly to jvstringindexes without verifying they are strings, and jvstringindexes in src/jv.c relies solely on assert checks that are...

6.1CVSS6.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/13 12:00 a.m.10 views

PT-2026-32436

An authenticated user with the read role may read limited amounts of uninitialized stack memory via specially-crafted issuances of the filemd5 command...

7.1CVSS5.8AI score0.00215EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/04/13 12:00 a.m.9 views

PT-2026-33164

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 147.0.7727.101 Description An out of bounds read in Skia allows a remote attacker to obtain potentially sensitive information from process memory by using a crafted file. An out of bounds read occurs when a...

9.6CVSS5.8AI score0.00372EPSS
SaveExploits3References40
Positive Technologies
Positive Technologies
added 2026/04/13 12:00 a.m.8 views

PT-2026-32546

Name of the Vulnerable Software and Affected Versions jq versions prior to 2f09060afab23fe9390cce7cb860b10416e1bf5f Description The jv parse sized API in libjq accepts a counted buffer with an explicit length parameter. However, its error-handling path formats the input buffer using %s in jv stri...

9.4CVSS5.3AI score0.00559EPSS
SaveExploits1References115
Amazon
Amazon
added 2026/04/13 12:00 a.m.16 views

Important: corosync

Issue Overview: A flaw was found in Corosync. A remote unauthenticated attacker can exploit a wrong return value vulnerability in the Corosync membership commit token sanity check by sending a specially crafted User Datagram Protocol UDP packet. This can lead to an out-of-bounds read, causing a...

8.2CVSS5.9AI score0.00994EPSS
SaveExploits2
RedHat Linux
RedHat Linux
added 2026/04/11 12:49 a.m.11 views

ws: ws: Uninitialized memory disclosure via `websocket.close()` with `TypedArray`

A flaw was found in ws, an open source WebSocket client and server for Node.js. The websocket.close implementation is vulnerable to uninitialized memory disclosure when a TypedArray is passed as the reason argument. This can lead to the disclosure of sensitive information from uninitialized memor...

7.5CVSS6AI score0.00745EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/04/10 11:52 p.m.13 views

php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images

A flaw was found in PHP. The getimagesize function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in phpreadstreamallchunks that overwrites the buffer without advancing the pointer, allows an attacke...

7.5CVSS6.5AI score0.00516EPSS
SaveExploits3References5
Tenable Nessus
Tenable Nessus
added 2026/04/10 12:00 a.m.4 views

OCaml <= 4.14.3 Integer Overflow Information Disclosure (CVE-2026-34353)

The version of OCaml installed on the remote host is prior to or equal to 4.14.3. It is, therefore, affected by an information disclosure vulnerability: - An integer overflow in Bigarray.reshape allows reading of arbitrary memory when untrusted data is processed. CVE-2026-34353 Note that Nessus h...

5.9CVSS6AI score0.00114EPSS
SaveExploits0References4
Rows per page
Query Builder