Lucene search
+L

235 matches found

RedhatCVE
RedhatCVE
added 6 hours ago4 views

CVE-2026-63362

A flaw was found in open62541. An unsigned integer underflow in the PubSub signature verification path may allow a remote attacker to cause a denial of service by sending a specially crafted User Datagram Protocol UDP packet. This vulnerability could make the affected system unavailable to...

8.2CVSS4.9AI score0.01528EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added yesterday3 views

CVE-2026-68187

In the Linux kernel, the following vulnerability has been resolved: exec: fix unsigned loop counter wrap in transferargstostack The stop value is derived from bprm-p PAGESHIFT. The index variable is an unsigned long. If bprm-p drops below PAGESIZE and stop becomes zero the loop condition index =...

5.4AI score0.00209EPSS
SaveExploits0References6
OSV
OSV
added 2 days ago4 views

DEBIAN-CVE-2026-59090

A flaw was found in GIMP's PSD file format plugin. This vulnerability, an unsigned integer underflow in the blockrem variable, occurs when a user opens a specially crafted .psd image file. The underflow leads to parser confusion, enabling an attacker to inject arbitrary data as layer resource...

8.4CVSS5.7AI score0.00308EPSS
SaveExploits0References1
OSV
OSV
added 2 days ago3 views

CVE-2026-68187 exec: fix unsigned loop counter wrap in transfer_args_to_stack()

In the Linux kernel, the following vulnerability has been resolved: exec: fix unsigned loop counter wrap in transferargstostack The stop value is derived from bprm-p PAGESHIFT. The index variable is an unsigned long. If bprm-p drops below PAGESIZE and stop becomes zero the loop condition index =...

5.4AI score
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-68187

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - exec: fix unsigned loop counter wrap in transferargstostack The stop value is derived from bprm-p PAGESHIFT. The index variable is an unsigned long. If bprm-p...

5.5AI score0.00209EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-59090

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in GIMP's PSD file format plugin. This vulnerability, an unsigned integer underflow in the blockrem variable, occurs when a user opens a...

8.4CVSS5.9AI score0.00308EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 6 days ago10 views

glib: integer underflow in gio/gdbusintrospection.c via "g_dbus_node_info_new_for_xml"

A flaw was found in GLib. A state confusion issue exists in gdbusnodeinfonewforxml in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a node element nested within other elements like method, signal, property or arg. This issue can cause an...

9.1CVSS5.5AI score0.00545EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/08/05 11:44 a.m.10 views

CVE-2026-71254

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus server-side handlereadfilerecord function FC 0x14, Read File Record in nanomodbus.c. The function validates that the total request size does not exceed 245 bytes and that each sub-request's recordlength is at most 124, but i...

9.8CVSS5.3AI score0.00307EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/31 12:30 a.m.11 views

EUVD-2026-51336

An unsigned integer underflow in the PubSub signature verification path in open62541 may allow a remote attacker to cause a denial of service via a crafted UDP packet...

8.2CVSS5.9AI score0.01528EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/30 11:16 p.m.9 views

CVE-2026-63362

An unsigned integer underflow in the PubSub signature verification path in open62541 may allow a remote attacker to cause a denial of service via a crafted UDP packet...

8.2CVSS0.01528EPSS
SaveExploits0References7
SUSE Linux
SUSE Linux
added 2026/07/28 10:9 a.m.11 views

Security update for glib2

This update for glib2 fixes the following issues: CVE-2026-58010: error during gvstupleisnormal alignment validation could cause a 1-byte out-of-bounds read bsc1270009. CVE-2026-58011: invalid GDateTime in gdatetimegetymd could trigger a 2-byte out-of-bounds read bsc1270010. CVE-2026-58012: raw...

7.5CVSS7.2AI score0.00545EPSS
SaveExploits6References24
OSV
OSV
added 2026/07/28 10:9 a.m.10 views

SUSE-SU-2026:3341-1 Security update for glib2

This update for glib2 fixes the following issues: - CVE-2026-58010: error during gvstupleisnormal alignment validation could cause a 1-byte out-of-bounds read bsc1270009. - CVE-2026-58011: invalid GDateTime in gdatetimegetymd could trigger a 2-byte out-of-bounds read bsc1270010. - CVE-2026-58012:...

9.1CVSS7.2AI score0.00545EPSS
SaveExploits6References13
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64357

In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchmaps reservation limit check xfsexchmapsestimateoverhead adds the bmbt and rmapbt overhead to a local resblks variable, but the final UINTMAX check still tests req-resblks. That is the reservation value from before t...

5.6AI score0.00168EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.31 views

CVE-2026-64357 xfs: fix exchmaps reservation limit check

In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchmaps reservation limit check xfsexchmapsestimateoverhead adds the bmbt and rmapbt overhead to a local resblks variable, but the final UINTMAX check still tests req-resblks. That is the reservation value from before t...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:50 a.m.23 views

CVE-2026-64357

CVE-2026-64357 affects the Linux kernel XFS code: xfs_exchmaps_estimate_overhead() incorrectly allowed a reservation value to bypass the UINT_MAX check due to adding overhead to a local resblks, which then feeds xfs_trans_alloc() as an unsigned int. A fix ensures the reservation value tested agai...

5.7AI score0.00168EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64357

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfs: fix exchmaps reservation limit check xfsexchmapsestimateoverhead adds the bmbt and rmapbt overhead to a local resblks variable, but the final UINTMAX check...

5.4AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 12:42 p.m.4 views

SUSE-SU-2026:3235-1 Security update for glib2

This update for glib2 fixes the following issues: - CVE-2026-58010: error during gvstupleisnormal alignment validation could cause a 1-byte out-of-bounds read bsc1270009. - CVE-2026-58011: invalid GDateTime in gdatetimegetymd could trigger a 2-byte out-of-bounds read bsc1270010. - CVE-2026-58012:...

9.1CVSS7.2AI score0.00545EPSS
SaveExploits6References13
OSV
OSV
added 2026/07/22 8:43 a.m.5 views

SUSE-SU-2026:22928-1 Security update for glib2

This update for glib2 fixes the following issues: - CVE-2026-58010: error during gvstupleisnormal alignment validation could cause a 1-byte out-of-bounds read bsc1270009. - CVE-2026-58011: invalid GDateTime in gdatetimegetymd could trigger a 2-byte out-of-bounds read bsc1270010. - CVE-2026-58012:...

9.1CVSS7.2AI score0.00545EPSS
SaveExploits6References13
SUSE CVE
SUSE CVE
added 2026/07/21 12:59 p.m.8 views

SUSE CVE-2026-64089

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative lastchangesetlen batadvpivtt::lastchangesetlen len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative...

9.8CVSS5.5AI score0.00552EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.11 views

CVE-2026-63935

In the Linux kernel, the following vulnerability has been resolved: iio: adc: nxp-sar-adc: fix division by zero in writeraw Add a validation check for the sampling frequency value before using it as a divisor. A user writing zero or a negative value to the samplingfrequency sysfs attribute trigge...

0.00189EPSS
SaveExploits0References2
Rows per page
Query Builder