Lucene search
+L

7136 matches found

OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37767

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS5.7AI score0.00192EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 1:15 p.m.26 views

CVE-2025-37755

In the Linux kernel, the following vulnerability has been resolved: net: libwx: handle pagepooldevallocpages error pagepooldevallocpages could return NULL. There was a WARNON!page but it would still proceed to use the NULL pointer and then crash. This is similar to commit 001ba0902046 "net: fec:...

7.5CVSS0.00345EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 1:15 p.m.13 views

DEBIAN-CVE-2025-37755

In the Linux kernel, the following vulnerability has been resolved: net: libwx: handle pagepooldevallocpages error pagepooldevallocpages could return NULL. There was a WARNON!page but it would still proceed to use the NULL pointer and then crash. This is similar to commit 001ba0902046 "net: fec:...

5.5CVSS5.6AI score0.00345EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 1:15 p.m.9 views

CVE-2025-23148

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

5.5CVSS0.002EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 1:15 p.m.2 views

DEBIAN-CVE-2025-23146

In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb3930: Fix a potential NULL pointer dereference The offgpios could be NULL. Add missing check in the kb3930probe. This is similar to the issue fixed in commit b1ba8bcb2d1f "backlight: hx8357: Fix potential NULL pointer...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 1:15 p.m.10 views

CVE-2025-23146

In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb3930: Fix a potential NULL pointer dereference The offgpios could be NULL. Add missing check in the kb3930probe. This is similar to the issue fixed in commit b1ba8bcb2d1f "backlight: hx8357: Fix potential NULL pointer...

5.5CVSS0.00202EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 1:15 p.m.6 views

UBUNTU-CVE-2025-23148

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

5.5CVSS6.2AI score0.002EPSS
SaveExploits0References40
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.28 views

CVE-2025-37755 net: libwx: handle page_pool_dev_alloc_pages error

In the Linux kernel, the following vulnerability has been resolved: net: libwx: handle pagepooldevallocpages error pagepooldevallocpages could return NULL. There was a WARNON!page but it would still proceed to use the NULL pointer and then crash. This is similar to commit 001ba0902046 "net: fec:...

7.5CVSS0.00345EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 12:55 p.m.21 views

CVE-2025-37755 net: libwx: handle page_pool_dev_alloc_pages error

In the Linux kernel, the following vulnerability has been resolved: net: libwx: handle pagepooldevallocpages error pagepooldevallocpages could return NULL. There was a WARNON!page but it would still proceed to use the NULL pointer and then crash. This is similar to commit 001ba0902046 "net: fec:...

7.5CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2025/05/01 12:55 p.m.126 views

CVE-2025-37755

CVE-2025-37755 is described in the Azure Linux 3.0 security advisory as a Linux kernel vulnerability in net: libwx related to page_pool_dev_alloc_pages returning NULL. The WARN_ON(!page) path could continue to dereference a NULL pointer, causing a crash. The Azure Nessus note confirms the affecte...

7.5CVSS6.5AI score0.00345EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/05/01 12:55 p.m.150 views

CVE-2025-23148

The CVE-2025-23148 issue applies to the Linux kernel: the Samsung Exynos chipid driver (exynos_chipid_probe) now checks soc_dev_attr->revision for NULL to prevent NULL-pointer dereference. This fixes a potential local dereference vulnerability. The fix mirrors a prior NULL-pointer dereference ...

5.5CVSS6.4AI score0.002EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.20 views

CVE-2025-23148 soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe()

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

0.002EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 12:55 p.m.10 views

CVE-2025-23148 soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe()

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

6.2AI score
SaveExploits0References13
CVE
CVE
added 2025/05/01 12:55 p.m.169 views

CVE-2025-23146

The CVE-2025-23146 issue affects the Linux kernel mfd: ene-kb3930 driver, where a NULL pointer dereference could occur because off_gpios may be NULL. The kb3930_probe() lacked a NULL check, fixed in the resolved update (similar to backlight: hx8357 NULL pointer fix). Impact is local, with potenti...

5.5CVSS6.8AI score0.00202EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.11 views

CVE-2025-23146 mfd: ene-kb3930: Fix a potential NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb3930: Fix a potential NULL pointer dereference The offgpios could be NULL. Add missing check in the kb3930probe. This is similar to the issue fixed in commit b1ba8bcb2d1f "backlight: hx8357: Fix potential NULL pointer...

6.1AI score
SaveExploits0References13
Snyk
Snyk
added 2025/05/01 6:30 a.m.5 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the path parameters in the /demo/static/ endpoint. An attacker can exploit this vulnerability to read arbitrary files from the server’s filesystem by manipulating the request path, potentially exposing sensitive...

8.7CVSS7.6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/01 12:00 a.m.26 views

CVE-2025-46635

An issue was discovered on Tenda RX2 Pro 16.03.30.14 devices. Improper network isolation between the guest Wi-Fi network and other network interfaces on the router allows an attacker who is authenticated to the guest Wi-Fi to access resources on the router and/or resources and devices on other...

0.00316EPSS
SaveExploits2References2
Vulnrichment
Vulnrichment
added 2025/05/01 12:00 a.m.10 views

CVE-2025-46635

An issue was discovered on Tenda RX2 Pro 16.03.30.14 devices. Improper network isolation between the guest Wi-Fi network and other network interfaces on the router allows an attacker who is authenticated to the guest Wi-Fi to access resources on the router and/or resources and devices on other...

6.9AI score0.00833EPSS
SaveExploits2References2
CVE
CVE
added 2025/05/01 12:00 a.m.85 views

CVE-2025-46635

CVE-2025-46635 relates to Tenda RX2 Pro (firmware 16.03.30.14). The issue is improper network isolation between the guest Wi‑Fi network and other router interfaces, enabling an authenticated guest to access router resources and other networks by configuring a static IP in the non‑guest subnet on ...

7.1CVSS6.8AI score0.00833EPSS
SaveExploits2References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.8 views

PT-2025-18709 · Tenda · Tenda Rx2 Pro

Name of the Vulnerable Software and Affected Versions: Tenda RX2 Pro version 16.03.30.14 Description: An issue was discovered that allows an attacker, who is authenticated to the guest Wi-Fi network, to access resources on the router and/or resources and devices on other networks hosted by the...

8CVSS6AI score0.00833EPSS
SaveExploits2References8
Rows per page
Query Builder