Lucene search
+L

2007 matches found

Cvelist
Cvelist
added 2025/12/18 12:00 a.m.36 views

CVE-2025-65566

A denial-of-service vulnerability exists in the omec-project UPF pfcpiface component in version upf-epc-pfcpiface:2.1.3-dev. When the UPF receives a PFCP Session Report Response that is missing the mandatory Cause Information Element, the session report handler dereferences a nil pointer instead ...

0.00331EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2025/12/17 12:30 a.m.7 views

SUSE CVE-2025-40360

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/12/17 12:24 a.m.10 views

SUSE CVE-2025-68228

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

6.5AI score0.00181EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68228

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will...

5.9AI score0.00181EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.9 views

EUVD-2025-203668

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

5.9AI score0.00181EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.12 views

EUVD-2025-203676

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: netcp: Standardize knavdmaopenchannel to return NULL on error Make knavdmaopenchannel consistently return NULL on error instead of ERRPTR. Currently the header include/linux/soc/ti/knavdma.h returns NULL when t...

5.9AI score0.00205EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/16 3:30 p.m.15 views

EUVD-2025-203733

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

6AI score0.00202EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/16 2:15 p.m.18 views

CVE-2025-68228

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

0.00181EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/16 2:15 p.m.9 views

CVE-2025-40360

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

0.00202EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.7 views

CVE-2025-40360

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

5.7AI score0.00202EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.7 views

CVE-2025-68228

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

5.7AI score0.00181EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/16 2:15 p.m.18 views

UBUNTU-CVE-2025-40360

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

5.7AI score0.00202EPSS
SaveExploits0References34
OSV
OSV
added 2025/12/16 2:15 p.m.8 views

UBUNTU-CVE-2025-68228

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

5.7AI score0.00181EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/16 1:57 p.m.31 views

CVE-2025-68228

CVE-2025-68228 concerns the Linux kernel DRM plane code: specifically create_in_format_blob() could return NULL instead of a valid pointer or an error, causing a potential kernel oops when the blob is dereferenced. The issue is resolved by returning proper error values in failure cases. Multiple ...

6.1AI score0.00181EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.40 views

CVE-2025-68228 drm/plane: Fix create_in_format_blob() return value

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:57 p.m.8 views

CVE-2025-68228 drm/plane: Fix create_in_format_blob() return value

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

6.3AI score
SaveExploits0References5
OSV
OSV
added 2025/12/16 1:39 p.m.7 views

CVE-2025-40360 drm/sysfb: Do not dereference NULL pointer in plane reset

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

6.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/16 1:39 p.m.40 views

CVE-2025-40360 drm/sysfb: Do not dereference NULL pointer in plane reset

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

0.00202EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/16 1:39 p.m.37 views

CVE-2025-40360

CVE-2025-40360: Linux kernel drm sysfb plane reset dereferences NULL pointer. The plane state in __drm_gem_reset_shadow_plane() can be NULL; fix forwards NULL to other plane-reset helpers and clears plane->state. Affected: Linux kernel drivers using DRM sysfb plane state. Remediation: apply th...

6.1AI score0.00202EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/12/16 12:00 a.m.4 views

CVE-2025-64012

InvoicePlane commit debb446c is vulnerable to Incorrect Access Control. The invoices/view handler fails to verify ownership before returning invoice data...

6.5AI score0.00294EPSS
SaveExploits1References2
Rows per page
Query Builder