Lucene search
+L

11425 matches found

RedhatCVE
RedhatCVE
added 2026/08/10 12:10 p.m.14 views

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...

9.9CVSS5.6AI score0.00605EPSS
SaveExploits1References4
CVE
CVE
added 2026/08/10 12:10 p.m.84 views

CVE-2026-59090

CVE-2026-59090 is a critical vulnerability in GIMP's PSD file format plugin , caused by an unsigned integer underflow in the block_rem variable. When a user opens a specially crafted .psd file , the underflow causes parser confusion that allows an attacker to inject arbitrary data as layer resour...

9.9CVSS5.7AI score0.00605EPSS
SaveExploits1References4Affected Software2
Cvelist
Cvelist
added 2026/08/10 12:10 p.m.56 views

CVE-2026-59090 Gimp: gimp: arbitrary code execution in psd plugin due to unsigned underflow

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.4CVSS0.00605EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/08/10 12:10 p.m.14 views

EUVD-2026-55616

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.6AI score0.00605EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2026/08/10 12:10 p.m.13 views

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...

9.9CVSS5.7AI score0.00605EPSS
SaveExploits1
CVE
CVE
added 2026/08/10 12:04 p.m.168 views

CVE-2026-68398

CVE-2026-68398 is a Linux kernel UAF in PPPoL2TP: pppol2tp_recv() can dereference a freed internal PPP channel when a bound-but-unattached channel is closed, leading to potential local escalation. The fix defers freeing the channel to an RCU callback (call_rcu) to ensure a grace period for in-fli...

7.8CVSS5.3AI score0.00195EPSS
SaveExploits1References7
EUVD
EUVD
added 2026/08/10 12:03 p.m.12 views

EUVD-2026-55561

In the Linux kernel, the following vulnerability has been resolved: bnxten: Handle partially initialized auxiliary devices bnxtauxdevicesinit calls auxiliarydeviceinit before all fields used by bnxtauxdevrelease are initialized. After auxiliarydeviceinit succeeds, later errors must unwind with...

5.3AI score0.00162EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.13 views

CVE-2026-68368

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: validate datagram bounds in ncmunwrapntb When unpacking host-supplied NTBs, ncmunwrapntb checks datagram length against framemax but does not verify that the datagram fits within the declared block length...

5.5AI score0.00211EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.17 views

CVE-2026-68341

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix use after free in unlockovpn unlockovpn iterates over the releaselist using llistforeachentry and drops the peer reference inside the loop body via ovpnpeerput. If this drops the last reference, the peer is eventually...

8.8CVSS5.3AI score0.00566EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.13 views

CVE-2026-68314

In the Linux kernel, the following vulnerability has been resolved: net: mctp i3c: clean up notifier and buses if driver register fails mctpi3cmodinit registers the I3C bus notifier and then walks the existing buses with i3cforeachbuslockedmctpi3cbusaddnew, NULL before registering the I3C device...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:01 p.m.12 views

CVE-2026-68265

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix BO prefetch with CONSULTMEMADVISEPREFLOC When prefetch region is DRMXECONSULTMEMADVISEPREFLOC for a BO VMA, the code used it as an index into regiontomemtype, causing an out-of-bounds access since the value is -1...

7.3CVSS5.2AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:00 p.m.14 views

CVE-2026-68214

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832: fix use-after-free in rtl2832remove canceldelayedworksync is called before i2cmuxdeladapters in rtl2832remove. While the cancel waits for any running instance of i2cgatework to finish, it does not prevent the time...

5.3AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 11:58 a.m.11 views

EUVD-2026-55506

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: reject frames shorter than the authentication tag llsecdodecryptauth computes the associated-data length for the AEAD request as assoclen += datalen - authlen; where datalen is the number of bytes after the MAC...

5.4AI score0.00316EPSS
SaveExploits0References5
PyPA
PyPA
added 2026/08/10 10:43 a.m.23 views

Keras: DiskIOStore permits path traversal through crafted layer names

A path traversal vulnerability exists in keras-team/keras version 3.14.0, specifically in the DiskIOStore.make method within the Keras 3 model saving and loading library. This vulnerability arises from the improper handling of user-provided layer names, which are used to construct directory paths...

6.1CVSS6.3AI score0.00384EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/08/10 10:43 a.m.6 views

PYSEC-2026-3632 Keras: DiskIOStore permits path traversal through crafted layer names

A path traversal vulnerability exists in keras-team/keras version 3.14.0, specifically in the DiskIOStore.make method within the Keras 3 model saving and loading library. This vulnerability arises from the improper handling of user-provided layer names, which are used to construct directory paths...

6.1CVSS6.3AI score0.00384EPSS
SaveExploits0References9
attackerkb
attackerkb
added 2026/08/10 10:21 a.m.11 views

CVE-2026-65942

TLS hostname verification issue in Apache Ranger Client Code in versions = 2.8.0. Users are recommended to upgrade to version 2.9.0, which fixes this issue...

5.2AI score0.00333EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/10 3:35 a.m.12 views

postgresql: PostgreSQL: Denial of Service via uncontrolled recursion in SSL/GSS negotiation

A flaw was found in PostgreSQL. Uncontrolled recursion during SSL Secure Sockets Layer and GSS Generic Security Service negotiation allows an attacker to achieve a sustained denial of service. This can be exploited by an attacker with access to a PostgreSQL AFUNIX socket. If SSL and GSS are both...

7.5CVSS5.4AI score0.00471EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/10 2:56 a.m.14 views

nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch

A flaw was found in Node.js. This flaw involves a mismatch in how Node.js handles TLS Transport Layer Security hostnames and unicode dot separators during authentication. This mismatch can lead to a wildcard-depth authentication bypass. An attacker could exploit this to bypass intended security...

7.7CVSS7.3AI score0.03231EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2026/08/10 12:00 a.m.8 views

Vulnerability of the Widget component: Firefox web browser and Thunderbird email client, allowing attackers to trigger a service failure.

The vulnerability of the Widget component: The Firefox web browser and Thunderbird email client have a vulnerability related to an incorrect limitation on the visible layers of the user interface. Exploiting this vulnerability could allow an attacker to cause service failures...

6.4CVSS5.8AI score0.00207EPSS
SaveExploits0References13Affected Software3
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.14 views

PT-2026-69481

Name of the Vulnerable Software and Affected Versions GIMP affected versions not specified Description A flaw exists in the PSD file format plugin where an unsigned integer underflow occurs in the block rem variable when opening a specially crafted .psd image file. This underflow causes parser...

9.9CVSS5.9AI score0.00605EPSS
SaveExploits1References14
Rows per page
Query Builder