Lucene search
+L

611 matches found

RedHat Linux
RedHat Linux
added 2026/04/22 7:54 a.m.21 views

freerdp: FreeRDP has a heap-buffer-overflow in urb_select_interface

A heap buffer overflow has been discovered in FreeRDP. The URBDRC client uses server-supplied interface numbers as array indices without bounds checks, causing an out-of-bounds read in libusbudevselectinterface...

9.1CVSS5.9AI score0.00489EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.6 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013527)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013527 advisory. In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offse...

7.8CVSS5.6AI score0.00159EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.23 views

PT-2026-34542

Name of the Vulnerable Software and Affected Versions nimiq-block versions prior to 1.3.0 Description The SkipBlockProof::verify function computes its quorum check using BitSet.len, then iterates through BitSet indices and casts each usize index to u16 slot as u16 for slot lookup. An integer...

9.6CVSS5.2AI score0.00217EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.11 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-010906)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-010906 advisory. In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offse...

7.8CVSS6.4AI score0.00159EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:00 a.m.8 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: freerdp (UTSA-2026-010675)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-010675 advisory. FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, The URBDRC client uses server-supplied interface numbers as array indices without...

9.1CVSS5.8AI score0.00489EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/16 8:52 p.m.10 views

jq: missing runtime type checks for _strindices lead to crash and limited memory disclosure

A flaw was found in jq, a command line JSON processor. In release builds, the strindices builtin function calls the jvstringindexes function without checking that the arguments are actually strings. This missing validation allows an attacker who can supply non-string inputs to cause an applicatio...

6.1CVSS6.4AI score0.00174EPSS
SaveExploits1References6
NVD
NVD
added 2026/04/13 11:16 p.m.12 views

CVE-2026-39956

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.1CVSS0.00174EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/13 10:10 p.m.6 views

CVE-2026-39956

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.1CVSS5.8AI score0.00174EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2026/04/08 5:18 a.m.16 views

freerdp: FreeRDP has a heap-buffer-overflow in urb_select_interface

A heap buffer overflow has been discovered in FreeRDP. The URBDRC client uses server-supplied interface numbers as array indices without bounds checks, causing an out-of-bounds read in libusbudevselectinterface...

9.1CVSS6.1AI score0.00489EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:00 a.m.14 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006742)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006742 advisory. In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are...

7.8CVSS5.8AI score0.00177EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/07 12:25 p.m.93 views

freerdp: FreeRDP has a heap-buffer-overflow in urb_select_interface

A heap buffer overflow has been discovered in FreeRDP. The URBDRC client uses server-supplied interface numbers as array indices without bounds checks, causing an out-of-bounds read in libusbudevselectinterface...

9.1CVSS6.1AI score0.00489EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/04/07 6:21 a.m.8 views

libpng: LIBPNG heap buffer overflow via malformed palette index

A heap buffer over-read vulnerability exists in libpng's pngdoquantize function when processing PNG files with malformed palette indices. The vulnerability occurs when palettelookup array bounds are not validated against externally-supplied image data, allowing an attacker to craft a PNG file wit...

6.1CVSS6.5AI score0.00192EPSS
SaveExploits2References7
NVD
NVD
added 2026/04/06 10:16 p.m.10 views

CVE-2026-35444

SDLimage is a library to load images of various formats as SDL surfaces. In dolayersurface in src/IMGxcf.c, pixel index values from decoded XCF tile data are used directly as colormap indices without validating them against the colormap size cmnum. A crafted .xcf file with a small colormap and...

7.1CVSS0.00262EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/04/06 9:44 p.m.12 views

EUVD-2026-19527

SDLimage is a library to load images of various formats as SDL surfaces. In dolayersurface in src/IMGxcf.c, pixel index values from decoded XCF tile data are used directly as colormap indices without validating them against the colormap size cmnum. A crafted .xcf file with a small colormap and...

7.1CVSS5.9AI score0.00262EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/06 9:44 p.m.91 views

CVE-2026-35444

The CVE-2026-35444 issue affects SDL_image’s XCF loader (src/IMG_xcf.c). In do_layer_surface(), pixel indices from decoded XCF tile data are used directly as colormap indices without validating against cm_num, enabling heap out-of-bounds reads (up to 762 bytes past the colormap allocation) for bo...

7.1CVSS5.9AI score0.00262EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/04/06 9:44 p.m.42 views

CVE-2026-35444 SDL_image has a heap buffer overflow READ via unchecked colormap index in XCF loader

SDLimage is a library to load images of various formats as SDL surfaces. In dolayersurface in src/IMGxcf.c, pixel index values from decoded XCF tile data are used directly as colormap indices without validating them against the colormap size cmnum. A crafted .xcf file with a small colormap and...

7.1CVSS0.00262EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/04/06 9:44 p.m.49 views

CVE-2026-35444

SDLimage is a library to load images of various formats as SDL surfaces. In dolayersurface in src/IMGxcf.c, pixel index values from decoded XCF tile data are used directly as colormap indices without validating them against the colormap size cmnum. A crafted .xcf file with a small colormap and...

7.1CVSS5.4AI score0.00262EPSS
SaveExploits0
OSV
OSV
added 2026/03/20 10:32 a.m.15 views

CLSA-2026-1774002757 Fix CVE(s): CVE-2026-25898

SECURITY UPDATE: global buffer overflow read in UIL and XPM encoders. - debian/patches/CVE-2026-25898.patch: clamp negative pixel index values to zero in WriteUILImage, WritePICONImage, and WriteXPMImage before using them as array subscripts into the Cixel table. - CVE-2026-25898...

9.1CVSS7.1AI score0.00348EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/20 9:42 a.m.11 views

CLSA-2026-1773999754 Fix CVE(s): CVE-2026-25898

SECURITY UPDATE: global buffer overflow read via negative pixel index in UIL and XPM image encoders - debian/patches/CVE-2026-25898.patch: clamp negative pixel index values to zero in WriteUILImage, WritePICONImage, and WriteXPMImage before using them as array subscripts into the Cixel table. -...

9.1CVSS7.1AI score0.00348EPSS
SaveExploits0References1
CVE
CVE
added 2026/03/20 4:47 a.m.86 views

CVE-2026-33013

Summary of CVE-2026-33013 (Micronaut DoS via crafted form-urlencoded binding) : A flaw in Micronaut Framework (micronaut-json-core) allows remote attackers to cause a Denial of Service by sending crafted indexed form parameters that rely on descending array indices during form-urlencoded body bin...

8.2CVSS5.8AI score0.00595EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder