Lucene search
K

121138 matches found

Cvelist
Cvelist
added 2026/05/27 12:58 p.m.37 views

CVE-2026-46081 crypto: acomp - fix wrong pointer stored by acomp_save_req()

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-chain as the data argument but casts it...

7.8CVSS0.00161EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2026/05/27 12:58 p.m.8 views

CVE-2026-46081

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-chain as the data argument but casts it...

7.8CVSS5.7AI score0.00161EPSS
Exploits0
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.36 views

CVE-2026-46074 spi: ch341: fix memory leaks on probe failures

In the Linux kernel, the following vulnerability has been resolved: spi: ch341: fix memory leaks on probe failures Make sure to deregister the controller, disable pins, and kill and free the RX URB on probe failures to mirror disconnect and avoid memory leaks and use-after-free. Also add an...

0.00168EPSS
Exploits0References4
CVE
CVE
added 2026/05/27 12:58 p.m.16 views

CVE-2026-46074

CVE-2026-46074 (Linux kernel, spi: ch341) : A fix addresses memory leaks and use-after-free during probe failures for the ch341 SPI driver. The workaround involves properly deregistering the controller, disabling pins, and killing/freeing the RX URB on failures to mirror disconnect. An explicit U...

5.8AI score0.00168EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.5 views

CVE-2026-46074

In the Linux kernel, the following vulnerability has been resolved: spi: ch341: fix memory leaks on probe failures Make sure to deregister the controller, disable pins, and kill and free the RX URB on probe failures to mirror disconnect and avoid memory leaks and use-after-free. Also add an...

5.8AI score0.00168EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/05/27 12:58 p.m.12 views

CVE-2026-46073

CVE-2026-46073 concerns the Linux kernel hwmon (powerz) driver. The vulnerability arises because wait_for_completion_interruptible_timeout() can return -ERESTARTSYS on signal interruption, and the original code may skip usb_kill_urb() when handling this negative/zero return, leading to reads from...

5.8AI score0.00168EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:56 p.m.8 views

CVE-2026-46031

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Reinstate disabling of BHs around IRQ handler If the driver executes ks8851irq AND a TX packet has been sent, then the driver enables TX queue via netifwakequeue which schedules TX softirq to queue packets for this...

7.5CVSS5.7AI score0.00374EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.34 views

CVE-2026-46028 crypto: algif_aead - snapshot IV for async AEAD requests

In the Linux kernel, the following vulnerability has been resolved: crypto: algifaead - snapshot IV for async AEAD requests AFALG AEAD AIO requests currently use the socket-wide IV buffer during request processing. For async requests, later socket activity can update that shared state before the...

0.00122EPSS
Exploits0References8
EUVD
EUVD
added 2026/05/27 12:56 p.m.8 views

EUVD-2026-32409

In the Linux kernel, the following vulnerability has been resolved: crypto: algifaead - snapshot IV for async AEAD requests AFALG AEAD AIO requests currently use the socket-wide IV buffer during request processing. For async requests, later socket activity can update that shared state before the...

5.9AI score0.00122EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:55 p.m.15 views

CVE-2026-45986

The CVE-2026-45986 issue affects the Linux kernel crypto/ccree path, specifically a memory leak in cc_mac_digest. The root cause is a path where cc_map_hash_request_final() failures could leave memory unreleased; the fix adds cc_unmap_result() to prevent leaks. The vulnerability is locally exploi...

5.5CVSS5.8AI score0.00122EPSS
Exploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/27 12:54 p.m.9 views

CVE-2026-4410 IBM WebSphere Application Server and WebSphere Application Server Liberty are affected by a denial of service

IBM WebSphere Application Server - Liberty 19.0.0.7 through 26.0.0.5 and IBM WebSphere Application Server 9.0, and 8.5 and WebSphere Application Server Liberty are vulnerable to a denial of service, caused by sending a specially-crafted request. A remote attacker could exploit this vulnerability ...

4.8CVSS5.8AI score0.005EPSS
Exploits0References1
CVE
CVE
added 2026/05/27 12:17 p.m.14 views

CVE-2026-45916

CVE-2026-45916 (Linux kernel, power: supply: sbs-battery) fixes a use-after-free in power_supply_changed() caused by a race between IRQ requests and power_supply handle registration when using devm_ variants. If the IRQ is requested before the power_supply handle is registered, an interrupt can f...

5.8AI score0.0021EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:17 p.m.13 views

CVE-2026-45906

Summary: CVE-2026-45906 affects the Linux kernel’s power_supply handling. A race condition can occur when using devm_ variants for IRQ request and power_supply handle registration, causing an IRQ to fire after the power_supply handle has been freed but before IRQ unregistration, or before the han...

5.8AI score0.00155EPSS
Exploits0References2
CVE
CVE
added 2026/05/27 12:17 p.m.12 views

CVE-2026-45902

In the Linux kernel, CVE-2026-45902 involves a use-after-free race in the power_supply_changed() path for the bq256xx power supply. The issue arises when requesting an IRQ via devm_ before registering the power_supply handle, causing the handle to be freed/unregistered too late or too soon and po...

5.8AI score0.00205EPSS
Exploits0References7
CVE
CVE
added 2026/05/27 12:17 p.m.11 views

CVE-2026-45890

The CVE-2026-45890 issue affects the Linux kernel Xen-netback. A Xen guest can set multi-queue-num-queues to 0; the connect() validation checks only the upper bound (requested_num_queues > xenvif_max_queues) and does not reject zero. This can reach vzalloc(array_size(0, sizeof(struct xenvif_qu...

5.7AI score0.00176EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:16 p.m.15 views

CVE-2026-45885

In CVE-2026-45885, a race in the Linux kernel’s CPCAP battery driver is fixed: requesting the IRQ with devm_ before or after registering the power_supply handle can lead to use-after-free in power_supply_changed(). The race occurs when the power_supply handle is freed/unregistered before the IRQ ...

5.8AI score0.0021EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:16 p.m.18 views

CVE-2026-45882

CVE-2026-45882 — mode C summary Context: Linux kernel vulnerability related to power supply handling in the pm8916_bms_vm path. What is affected: The issue occurs when the devm_ variant is used for requesting an IRQ before the devm_ variant that allocates/registers the power_supply handle. This c...

5.8AI score0.002EPSS
Exploits0References4
CVE
CVE
added 2026/05/27 12:15 p.m.18 views

CVE-2026-45856

The CVE-2026-45856 issue affects the Linux kernel's RDMA/uverbs subsystem, specifically ib_uverbs_post_send. The vulnerability arises when cmd.wqe_size from userspace is not validated before kmalloc and using the allocated memory as struct ib_uverbs_send_wr, allowing an out-of-bounds read of kern...

7.1CVSS5.8AI score0.00159EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2026/05/27 10:56 a.m.7 views

SUSE CVE-2026-48843

Roundcube Webmail 1.6.x between 1.6.14 and 1.6.16,and 1.7.x before 1.7.1 has Insufficient Cascading Style Sheets CSS sanitization in HTML e-mail messages may lead to SSRF or Information Disclosure, e.g., if stylesheet links point to local network hosts. The issue stems from an insufficient fix fo...

7.2CVSS5.8AI score0.00292EPSS
Exploits0References3
Snyk
Snyk
added 2026/05/27 9:41 a.m.8 views

Server-side Request Forgery (SSRF)

Overview symfony/symfony is a PHP framework for web applications and a set of reusable PHP components. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF. The NoPrivateNetworkHttpClient is designed to be a security boundary that blocks requests to private/interna...

8.8CVSS5.8AI score0.00029EPSS
Exploits0References2
Rows per page
Query Builder