Lucene search
K

9990 matches found

Github Security Blog
Github Security Blog
added 2026/05/06 11:39 p.m.4 views

kanidmd_lib: Image upload validators run before authorization; PNG validator panics on malformed input

Summary The POST /v1/domain/image and POST /v1/oauth2/rsname/image handlers call validateimage on the uploaded body before the ACL check that restricts image upload to admins. Any bug in an image validator is therefore reachable by an unauthenticated remote client rather than being admin-gated. O...

5.9AI score
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/05/06 10:50 p.m.4 views

CVE-2026-43237

A flaw was found in the Linux kernel's AMD GPU amdgpu driver. Incorrect management of graphics memory dmafence references within the amdgpugemvaioctl function can lead to a reference count underflow and a use-after-after-free condition. A local attacker could exploit this vulnerability to trigger...

7.8CVSS5.8AI score0.00015EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/05/06 10:27 p.m.7 views

CVE-2026-43228

A flaw was found in the Linux kernel HFS component. A local attacker could provide a specially crafted and corrupted Master Directory Block MDB to trigger a kernel panic. This vulnerability, caused by improper error handling of CNID count checks, leads to a system Denial of Service DoS...

5.5CVSS5.8AI score0.00017EPSS
Exploits0References4
OSV
OSV
added 2026/05/06 9:24 p.m.2 views

GHSA-F5P7-9FR5-8JMJ Granian vulnerable to DoS via WSGI response header panic

Summary Granian aborts a worker process if a WSGI application returns an invalid HTTP response header name or value. The WSGI response conversion path uses .unwrap on both the header name and header value constructors, so malformed output from the application becomes a process abort instead of a...

5.9CVSS5.8AI score0.00052EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/05/06 9:19 p.m.6 views

CVE-2026-43201

A flaw was found in the Linux kernel's Advanced Processor Error Interface APEI / Generic Hardware Error Source GHES handling. If the BIOS generates a very small or incomplete ARM Processor Error record, the kernel's error handling logic can attempt to access memory beyond allocated bounds. This...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/05/06 9:13 p.m.8 views

CVE-2026-43199

A flaw was found in the Linux kernel's net/mlx5e component. This vulnerability, identified as a "scheduling while atomic" bug, occurs when the mlx5eipsecinitmacs function attempts to query the hardware for a MAC address in an atomic context, which can lead to the system attempting to sleep. A loc...

7.5CVSS5.8AI score0.00059EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/06 8:40 p.m.3 views

CVE-2026-40251

Incus is a system container and virtual machine manager. In versions before 7.0.0, missing validation logic in the storage volume import logic allows an authenticated user with access to the storage volume feature to cause the Incus daemon to crash. The backup restore subsystem contains an...

7.1CVSS5.8AI score0.00018EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/06 8:40 p.m.5 views

CVE-2026-40251 Incus out-of-bounds panic in snapshot metadata handling allows denial of service

Incus is a system container and virtual machine manager. In versions before 7.0.0, missing validation logic in the storage volume import logic allows an authenticated user with access to the storage volume feature to cause the Incus daemon to crash. The backup restore subsystem contains an...

7.1CVSS5.8AI score0.00018EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2026/05/06 8:34 p.m.4 views

CVE-2026-43186

A flaw was found in the Linux kernel's IPv6 In-situ Operations, Administration, and Maintenance IOAM functionality. A remote attacker can send a specially crafted packet that manipulates the nodelen field while processing trace data. This manipulation leads to a heap buffer overflow, causing...

9.8CVSS5.6AI score0.00197EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/05/06 7:56 p.m.6 views

CVE-2026-43170

A flaw was found in the Linux kernel's USB DWC3 gadget driver. This vulnerability occurs when the dwc3gadgetvbusdraw function is called from an atomic context, which then invokes power management integrated circuit PMIC APIs that may cause the system to sleep. An attacker could exploit this...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/05/06 3:24 p.m.5 views

CVE-2026-43107

A flaw was found in the Linux kernel's xfrm subsystem. A remote attacker could send a specially crafted netlink message that, due to an incorrect size calculation when handling XFRMAIFID attributes, would lead to a buffer overflow. This issue could cause a kernel panic, resulting in a Denial of...

5.5CVSS6.2AI score0.00015EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/05/06 3:13 p.m.7 views

CVE-2026-43229

A flaw was found in the chips-media wave5 driver within the Linux kernel. An incorrect device cleanup order allows the kernel's worker thread to attempt reading from powered-off hardware. This can occur when the system enters autosuspend mode, leading to a bus error and a kernel panic. This...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.2 views

EUVD-2026-27810

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix SError of kernel panic when closed SError of kernel panic rarely happened while testing fluster. The root cause was to enter suspend mode because timeout of autosuspend delay happened. 48.834439...

5.8AI score0.00015EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.2 views

EUVD-2026-27792

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix device cleanup order to prevent kernel panic Move video device unregistration to the beginning of the remove function to ensure all video operations are stopped before cleaning up the worker thread...

5.7AI score0.00015EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/06 12:30 p.m.3 views

EUVD-2026-27731

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Move vbus draw to workqueue context Currently dwc3gadgetvbusdraw can be called from atomic context, which in turn invokes power-supply-core APIs. And some these PMIC APIs have operations that may sleep, leading...

5.8AI score0.00015EPSS
Exploits0References6
EUVD
EUVD
added 2026/05/06 12:30 p.m.3 views

EUVD-2026-27624

In the Linux kernel, the following vulnerability has been resolved: xfrm: account XFRMAIFID in aevent size calculation xfrmgetae allocates the reply skb with xfrmaeventmsgsize, then buildaevent appends attributes including XFRMAIFID when x-ifid is set. xfrmaeventmsgsize does not include space for...

5.8AI score0.00015EPSS
Exploits0References5
NVD
NVD
added 2026/05/06 12:16 p.m.4 views

CVE-2026-43247

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix SError of kernel panic when closed SError of kernel panic rarely happened while testing fluster. The root cause was to enter suspend mode because timeout of autosuspend delay happened. 48.834439...

5.5CVSS0.00015EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.24 views

CVE-2026-43271 md-cluster: fix NULL pointer dereference in process_metadata_update

In the Linux kernel, the following vulnerability has been resolved: md-cluster: fix NULL pointer dereference in processmetadataupdate The function processmetadataupdate blindly dereferences the 'thread' pointer acquired via rcudereferenceprotected within the waitevent macro. While the code commen...

0.00015EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:28 a.m.4 views

CVE-2026-43247

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix SError of kernel panic when closed SError of kernel panic rarely happened while testing fluster. The root cause was to enter suspend mode because timeout of autosuspend delay happened. 48.834439...

5.8AI score0.00015EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.30 views

CVE-2026-43247 media: chips-media: wave5: Fix SError of kernel panic when closed

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix SError of kernel panic when closed SError of kernel panic rarely happened while testing fluster. The root cause was to enter suspend mode because timeout of autosuspend delay happened. 48.834439...

0.00015EPSS
Exploits0References3
Rows per page
Query Builder