Lucene search
+L

22010 matches found

RedhatCVE
RedhatCVE
added 2026/04/03 6:31 p.m.9 views

CVE-2026-23439

A flaw was found in the Linux kernel. A privileged local user can exploit a vulnerability in the udptunnel module when IPv6 Internet Protocol version 6 is disabled. This occurs because the udpsockcreate6 function incorrectly returns success without creating a socket, leading to a NULL pointer...

5.5CVSS5.9AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/03 6:31 p.m.9 views

EUVD-2026-18680

In the Linux kernel, the following vulnerability has been resolved: udptunnel: fix NULL deref caused by udpsockcreate6 when CONFIGIPV6=n When CONFIGIPV6 is disabled, the udpsockcreate6 function returns 0 success without actually creating a socket. Callers such as foucreate then proceed to...

5.7AI score0.00129EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/04/03 6:31 p.m.9 views

EUVD-2026-18684

In the Linux kernel, the following vulnerability has been resolved: ipv6: add NULL checks for idev in SRv6 paths in6devget can return NULL when the device has no IPv6 configuration e.g. MTU IPV6MINMTU or after NETDEVUNREGISTER. Add NULL checks for idev returned by in6devget in both...

5.7AI score0.00123EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/03 6:00 p.m.10 views

CVE-2026-23467

A flaw was found in the Linux kernel's drm/i915/dmc driver. Under specific, unlikely conditions during system startup, an uninitialized component can be accessed, leading to a null pointer dereference. This can be triggered if the Display Controller 6 DC6 hardware state is unintentionally enabled...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References4
Circl
Circl
added 2026/04/03 4:20 p.m.7 views

CVE-2026-31400

creationtimestamp| type| source ---|---|--- 2026-04-03 16:20:51+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mim4togtpk2j 2026-05-05 20:00:00+00:00| seen| https://www.hkcert.org/security-bulletin/debian-linux-kernel-multiple-vulnerabilities20260506 2026-05-31 20:00:00+00:00| seen...

5.5CVSS5.4AI score0.00117EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.9 views

CVE-2026-23439

In the Linux kernel, the following vulnerability has been resolved: udptunnel: fix NULL deref caused by udpsockcreate6 when CONFIGIPV6=n When CONFIGIPV6 is disabled, the udpsockcreate6 function returns 0 success without actually creating a socket. Callers such as foucreate then proceed to...

5.5CVSS0.00129EPSS
SaveExploits0References10
NVD
NVD
added 2026/04/03 4:16 p.m.13 views

CVE-2025-68152

Juju is an open source application orchestration engine that enables any application operation on any infrastructure at any scale through special operators called ‘charms’. From versions 2.9 to before 2.9.56 and 3.6 to before 3.6.19, it is possible that a compromised workload machine under a Juju...

6.9CVSS0.00362EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/03 4:16 p.m.26 views

UBUNTU-CVE-2026-23467

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dmc: Fix an unlikely NULL pointer deference at probe inteldmcupdatedc6allowedcount oopses when DMC hasn't been initialized, and dmc is thus NULL. That would be the case when the call path is intelpowerdomainsinithw -...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/04/03 3:51 p.m.14 views

CVE-2026-25118 immich-server: Insecure Transmission of Authentication Credentials via Password Parameter in HTTP Request Query String When Accessing Shared Albums

immich is a high performance self-hosted photo and video management solution. Prior to version 2.6.0, the Immich application is vulnerable to credential disclosure when a user authenticates to a shared album. During the authentication process, the application transmits the album password within t...

6.3CVSS5.8AI score0.00449EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:51 p.m.6 views

CVE-2026-25118

immich is a high performance self-hosted photo and video management solution. Prior to version 2.6.0, the Immich application is vulnerable to credential disclosure when a user authenticates to a shared album. During the authentication process, the application transmits the album password within t...

6.3CVSS5.8AI score0.00449EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2026/04/03 3:15 p.m.37 views

CVE-2026-23467 drm/i915/dmc: Fix an unlikely NULL pointer deference at probe

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dmc: Fix an unlikely NULL pointer deference at probe inteldmcupdatedc6allowedcount oopses when DMC hasn't been initialized, and dmc is thus NULL. That would be the case when the call path is intelpowerdomainsinithw -...

0.00123EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/03 3:15 p.m.11 views

CVE-2026-23467 drm/i915/dmc: Fix an unlikely NULL pointer deference at probe

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dmc: Fix an unlikely NULL pointer deference at probe inteldmcupdatedc6allowedcount oopses when DMC hasn't been initialized, and dmc is thus NULL. That would be the case when the call path is intelpowerdomainsinithw -...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/04/03 3:15 p.m.40 views

CVE-2026-23442

The CVE-2026-23442 issue affects the Linux kernel’s IPv6 SRv6 handling. Specifically, __in6_dev_get() may return NULL when a device has no IPv6 configuration (e.g., MTU too small or after NETDEV_UNREGISTER), which could lead to NULL pointer dereferences in seg6_hmac_validate_skb() and ipv6_srh_rc...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/04/03 3:15 p.m.37 views

CVE-2026-23442 ipv6: add NULL checks for idev in SRv6 paths

In the Linux kernel, the following vulnerability has been resolved: ipv6: add NULL checks for idev in SRv6 paths in6devget can return NULL when the device has no IPv6 configuration e.g. MTU IPV6MINMTU or after NETDEVUNREGISTER. Add NULL checks for idev returned by in6devget in both...

0.00123EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:15 p.m.6 views

CVE-2026-23442

In the Linux kernel, the following vulnerability has been resolved: ipv6: add NULL checks for idev in SRv6 paths in6devget can return NULL when the device has no IPv6 configuration e.g. MTU IPV6MINMTU or after NETDEVUNREGISTER. Add NULL checks for idev returned by in6devget in both...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/04/03 3:15 p.m.32 views

CVE-2026-23439 udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n

In the Linux kernel, the following vulnerability has been resolved: udptunnel: fix NULL deref caused by udpsockcreate6 when CONFIGIPV6=n When CONFIGIPV6 is disabled, the udpsockcreate6 function returns 0 success without actually creating a socket. Callers such as foucreate then proceed to...

0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/04/03 3:15 p.m.20 views

CVE-2026-23439 udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n

In the Linux kernel, the following vulnerability has been resolved: udptunnel: fix NULL deref caused by udpsockcreate6 when CONFIGIPV6=n When CONFIGIPV6 is disabled, the udpsockcreate6 function returns 0 success without actually creating a socket. Callers such as foucreate then proceed to...

5.8AI score
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2026/04/03 10:57 a.m.11 views

CVE-2026-0688

The Webmention plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 5.6.2 via the 'Tools::read' function. This makes it possible for authenticated attackers, with Subscriber-level access and above, to make web requests to arbitrary locations...

6.4CVSS6AI score0.00201EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/03 12:00 a.m.17 views

PT-2026-30264

Name of the Vulnerable Software and Affected Versions Emlog versions prior to 2.6.8 Description A stored cross-site scripting XSS issue exists in the comment module. This occurs due to a URI scheme validation bypass, which allows an attacker to inject malicious scripts that are stored on the serv...

6.1CVSS5.8AI score0.0023EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/04/03 12:00 a.m.27 views

PT-2026-30121

Name of the Vulnerable Software and Affected Versions Juju versions 2.9 through 2.9.55 and 3.6 through 3.6.18 Description Juju, an application orchestration engine, allows any authenticated user, machine, or controller to modify application resources within a Juju controller. This impacts version...

7.1CVSS5.9AI score0.00232EPSS
SaveExploits0
Rows per page
Query Builder