Lucene search
K

18 matches found

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

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

In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa – Fixed division by zero in kssarnginit. The issue of division by zero was addressed due to missing clock pointer initialization. The clkgetrate function is called on an uninitialized clk pointer, resulting in divisi...

5.2AI score0.00058EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.1 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013007)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013007 advisory. In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in kssarnginit Fix division by zero in kssarnginit caused by...

5.7AI score0.00058EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.3 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-011409)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011409 advisory. In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in kssarnginit Fix division by zero in kssarnginit caused by...

5.7AI score0.00058EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/11/13 5:3 p.m.2 views

CVE-2025-40127

In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in kssarnginit Fix division by zero in kssarnginit caused by missing clock pointer initialization. The clkgetrate call is performed on an uninitialized clk pointer, resulting in division by zer...

5.9AI score0.00058EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/11/13 12:24 a.m.1 views

SUSE CVE-2025-40127

In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in kssarnginit Fix division by zero in kssarnginit caused by missing clock pointer initialization. The clkgetrate call is performed on an uninitialized clk pointer, resulting in division by zer...

5.5CVSS6.8AI score0.00058EPSS
Exploits0References20
EUVD
EUVD
added 2025/11/12 12:30 p.m.2 views

EUVD-2025-124956

In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in kssarnginit Fix division by zero in kssarnginit caused by missing clock pointer initialization. The clkgetrate call is performed on an uninitialized clk pointer, resulting in division by zer...

6.1AI score0.00058EPSS
Exploits0References8
OSV
OSV
added 2025/11/12 11:15 a.m.1 views

UBUNTU-CVE-2025-40127

In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in kssarnginit Fix division by zero in kssarnginit caused by missing clock pointer initialization. The clkgetrate call is performed on an uninitialized clk pointer, resulting in division by zer...

5.8AI score0.00058EPSS
Exploits0References39
CVE
CVE
added 2025/11/12 10:23 a.m.12 views

CVE-2025-40127

CVE-2025-40127 – Linux kernel (hwrng: ks-sa-rng) Root cause: division by zero in ks_sa_rng_init caused by using clk_get_rate() on an uninitialized clk pointer. Impact: division by zero during delay value calculations within the hardware RNG initialization path. Technical detail: A clock is not pr...

6.3AI score0.00058EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/11/12 10:23 a.m.5 views

CVE-2025-40127 hwrng: ks-sa - fix division by zero in ks_sa_rng_init

In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in kssarnginit Fix division by zero in kssarnginit caused by missing clock pointer initialization. The clkgetrate call is performed on an uninitialized clk pointer, resulting in division by zer...

0.00058EPSS
Exploits0References7
OSV
OSV
added 2025/11/12 10:23 a.m.2 views

CVE-2025-40127 hwrng: ks-sa - fix division by zero in ks_sa_rng_init

In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in kssarnginit Fix division by zero in kssarnginit caused by missing clock pointer initialization. The clkgetrate call is performed on an uninitialized clk pointer, resulting in division by zer...

6.5AI score0.00058EPSS
Exploits0References10
Positive Technologies
Positive Technologies
added 2025/11/12 12:0 a.m.1 views

PT-2025-46602

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to the hardware random number generator hwrng and the ks-sa driver. A division by zero error occurs in the ks sa rng init function due to an...

5.2CVSS7.3AI score0.00058EPSS
Exploits0
OSV
OSV
added 2025/07/03 9:15 a.m.0 views

UBUNTU-CVE-2025-38136

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: Reorder clock handling and power management in probe Reorder the initialization sequence in usbhsprobe to enable runtime PM before accessing registers, preventing potential crashes due to uninitialized clocks...

5.5CVSS5.9AI score0.00105EPSS
Exploits0References43
Vulnrichment
Vulnrichment
added 2025/04/18 7:1 a.m.1 views

CVE-2025-39728 clk: samsung: Fix UBSAN panic in samsung_clk_init()

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsungclkinit With UBSANARRAYBOUNDS=y, I'm hitting the below panic due to dereferencing ctx-clkdata.hws before setting ctx-clkdata.num = nrclks. Move that up to fix the crash. UBSAN: array index...

7.5AI score0.00034EPSS
Exploits0References8
OSV
OSV
added 2025/04/18 7:1 a.m.9 views

CVE-2025-39728 clk: samsung: Fix UBSAN panic in samsung_clk_init()

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsungclkinit With UBSANARRAYBOUNDS=y, I'm hitting the below panic due to dereferencing ctx-clkdata.hws before setting ctx-clkdata.num = nrclks. Move that up to fix the crash. UBSAN: array index...

5.5CVSS6.1AI score0.00034EPSS
Exploits0References13
CVE
CVE
added 2025/04/01 3:40 p.m.105 views

CVE-2025-21924

The CVE affects the Linux kernel net/ hns3/ hclge_ptp code path. During ptp initialization, if hclge_ptp_get_cycle returns an error, the clock could remain unregistered and not freed. The fix adds a call to hclge_ptp_destroy_clock to unregister and free the clock when ptp_cycle acquisition fails,...

5.5CVSS7.2AI score0.00018EPSS
Exploits0References7Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.1 views

SUSE CVE-2024-38593

In the Linux kernel, the following vulnerability has been resolved: net: micrel: Fix receiving the timestamp in the frame for lan8841 The blamed commit started to use the ptp workqueue to get the second part of the timestamp. And when the port was set down, then this workqueue is stopped. But if...

5.5CVSS6.7AI score0.00015EPSS
Exploits0References3
OSV
OSV
added 2024/04/03 3:15 p.m.0 views

UBUNTU-CVE-2024-26711

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clkinitdata struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the...

5.5CVSS6.2AI score0.00015EPSS
Exploits0References11
OSV
OSV
added 2022/11/14 7:57 p.m.9 views

GSD-2022-1007653 clk: tegra20: Fix refcount leak in tegra20_clock_init

clk: tegra20: Fix refcount leak in tegra20clockinit 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 v4.9.331 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder