Lucene search
K

18 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10, linux-5.15

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices The probe function is used only for the DP83822 PHY. The private data pointer remains uninitialized for the smaller DP83825/26 models. Although all uses of the...

5.5CVSS6.1AI score0.00011EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2023-59736

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00011EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-52984

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices The probe function is...

5.5CVSS6.2AI score0.00011EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-46856

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe function is onl...

5.5CVSS5.2AI score0.00033EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.3 views

SUSE CVE-2023-52984

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices The probe function is only used for the DP83822 PHY, leaving the private data pointer uninitialized for the smaller DP83825/26 models. While all uses of the...

5.5CVSS6.5AI score0.00011EPSS
Exploits0References7
CVE
CVE
added 2025/03/27 4:43 p.m.103 views

CVE-2023-52984

CVE-2023-52984 affects the Linux kernel PHY code for DP83822 family: DP83825/DP83826 devices can dereference a NULL private data pointer because probe() initializes only the DP83822 path and interrupt setup is shared. The fix adds a NULL-pointer check/verifies the pointer before use, preventing t...

5.5CVSS6.6AI score0.00011EPSS
Exploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.2 views

CVE-2023-52984 net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices The probe function is only used for the DP83822 PHY, leaving the private data pointer uninitialized for the smaller DP83825/26 models. While all uses of the...

6.1AI score0.00011EPSS
Exploits0References4
OSV
OSV
added 2025/03/27 4:43 p.m.7 views

CVE-2023-52984 net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices The probe function is only used for the DP83822 PHY, leaving the private data pointer uninitialized for the smaller DP83825/26 models. While all uses of the...

5.5CVSS5.3AI score0.00011EPSS
Exploits0References7
CNNVD
CNNVD
added 2025/03/27 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from the net phy dp83822 component not initializing the private data pointer on DP83825/26 devices, resultin...

5.5CVSS6AI score0.00011EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/09/27 3:15 p.m.12 views

CVE-2024-46856

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for the DP83825 models which causes a NULL pointer...

5.5CVSS7AI score0.00033EPSS
Exploits0References4
OSV
OSV
added 2024/09/27 1:15 p.m.2 views

DEBIAN-CVE-2024-46856

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for the DP83825 models which causes a NULL pointer...

5.5CVSS5.5AI score0.00033EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/09/27 12:42 p.m.14 views

CVE-2024-46856 net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for the DP83825 models which causes a NULL pointer...

6.8AI score0.00033EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/09/27 12:42 p.m.16 views

CVE-2024-46856 net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for the DP83825 models which causes a NULL pointer...

0.00033EPSS
Exploits0References2
CVE
CVE
added 2024/09/27 12:42 p.m.119 views

CVE-2024-46856

Summary of CVE-2024-46856 : In the Linux kernel, the net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices vulnerability was addressed by ensuring all PHY models have a valid private data pointer. The issue arose because probe() was only used for DP83822 and DP83826 PHY, leaving the ...

5.5CVSS5.3AI score0.00033EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2024/09/27 12:42 p.m.9 views

CVE-2024-46856 net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for the DP83825 models which causes a NULL pointer...

5.5CVSS5AI score0.00033EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.1 views

kernel: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices

A flaw was found in the dp83822 module in the Linux kernel. A private data pointer is only initialized by the DP83822 PHY. It is left uninitialized by other smaller models, allowing a NULL pointer dereference to be triggered due to missing checks when interrupts are being configured, causing a...

5.5CVSS6.7AI score0.00011EPSS
Exploits0References5
OSV
OSV
added 2023/02/13 5:35 p.m.11 views

GSD-2023-1002044 net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices

net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.93 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2023/02/13 5:22 p.m.11 views

GSD-2023-1001883 net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices

net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.11 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder