Lucene search
K

99 matches found

AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Added support for Van Gogh SoC. The ROG Xbox Ally non-X SoC features an architecture similar to the Steam Deck. While the Steam Deck supports S3 mode s2idle causes a crash, this feature was removed from the...

5.3AI score0.00171EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.2 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: Platform/x86: thinkpadacpi – A memory leak in the EFCH MMIO resource has been fixed. Unlike releasememregion, a call to releaseresource does not free the resource automatically; therefore, it must be freed explicitly to avoid ...

5.5CVSS6.2AI score0.00204EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: Platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Fixed the race condition in serdev. The yt21380fcserdevprobe function calls devmserdevdeviceopen before setting the client operations using serdevdevicesetclientops. This...

4.7CVSS5.6AI score0.00187EPSS
Exploits0References2
NVD
NVD
added 2026/02/14 5:15 p.m.7 views

CVE-2026-23176

In the Linux kernel, the following vulnerability has been resolved: platform/x86: toshibahaps: Fix memory leaks in add/remove routines toshibahapsadd leaks the haps object allocated by it if it returns an error after allocating that object successfully. toshibahapsremove does not free the object...

0.00173EPSS
Exploits0References7
Cvelist
Cvelist
added 2026/02/14 3:9 p.m.25 views

CVE-2026-23131 platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names The hp-bioscfg driver attempts to register kobjects with empty names when the HP BIOS returns attributes with empty name strings. This causes multiple kerne...

0.00114EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2026/02/14 3:9 p.m.3 views

CVE-2026-23131

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names The hp-bioscfg driver attempts to register kobjects with empty names when the HP BIOS returns attributes with empty name strings. This causes multiple kerne...

5.5CVSS5.1AI score0.00114EPSS
Exploits0
OSV
OSV
added 2026/02/04 5:16 p.m.3 views

UBUNTU-CVE-2026-23065

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: Fix memory leak in wbrfrecord The tmp buffer is allocated using kcalloc but is not freed if acpievaluatedsm fails. This causes a memory leak in the error path. Fix this by explicitly freeing the tmp buffer in th...

5.5CVSS5.9AI score0.00121EPSS
Exploits0References14
Debian CVE
Debian CVE
added 2026/02/04 4:7 p.m.4 views

CVE-2026-23062

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix kernel panic in GETINSTANCEID macro The GETINSTANCEID macro that caused a kernel panic when accessing sysfs attributes: 1. Off-by-one error: The loop condition used 'name without checking if...

5.5CVSS5.2AI score0.00122EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:0 a.m.19 views

MiracleLinux 9 : kernel-5.14.0-427.31.1.el9_4 (AXSA:2024-8705:26)

"The remote MiracleLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2024-8705:26 advisory. kernel: phy: CVE-2024-26600 kernel: netfilter: multiple flaws CVE-2024-26808, CVE-2024-27065, CVE-2024-35899, CVE-2024-36005 kernel: cifs:...

9.1CVSS6.1AI score0.02701EPSS
Exploits2References44
Microsoft CVE
Microsoft CVE
added 2026/01/15 9:7 a.m.4 views

platform/x86: hp-bioscfg: Fix out-of-bounds array access in ACPI package parsing

...

7.1CVSS5.4AI score0.00117EPSS
Exploits0
Cvelist
Cvelist
added 2025/12/22 4:14 p.m.26 views

CVE-2025-68334 platform/x86/amd/pmc: Add support for Van Gogh SoC

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Add support for Van Gogh SoC The ROG Xbox Ally non-X SoC features a similar architecture to the Steam Deck. While the Steam Deck supports S3 s2idle causes a crash, this support was dropped by the Xbox Ally...

0.00171EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/22 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68334

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - platform/x86/amd/pmc: Add support for Van Gogh SoC The ROG Xbox Ally non-X SoC features a similar architecture to the Steam Deck. While the Steam Deck supports ...

5.8AI score0.00171EPSS
Exploits0References4
Microsoft CVE
Microsoft CVE
added 2025/12/18 9:3 a.m.3 views

platform/x86: intel: punit_ipc: fix memory corruption

...

7.8CVSS6.7AI score0.00161EPSS
Exploits0
NVD
NVD
added 2025/12/16 4:16 p.m.4 views

CVE-2025-68303

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel: punitipc: fix memory corruption This passes the address of the pointer "&punitipcdev" when the intent was to pass the pointer itself "punitipcdev" without the ampersand. This means that the:...

0.00161EPSS
Exploits0References6
OSV
OSV
added 2025/12/16 4:16 p.m.2 views

UBUNTU-CVE-2025-68303

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel: punitipc: fix memory corruption This passes the address of the pointer "&punitipcdev" when the intent was to pass the pointer itself "punitipcdev" without the ampersand. This means that the:...

5.7AI score0.00161EPSS
Exploits0References35
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.2 views

CVE-2025-40296

In the Linux kernel, the following vulnerability has been resolved: platform/x86: int3472: Fix double free of GPIO device during unregister regulatorunregister already frees the associated GPIO device. On ThinkPad X9 Lunar Lake, this causes a double free issue that leads to random failures when...

5.2AI score0.00155EPSS
Exploits0
CVE
CVE
added 2025/12/08 12:46 a.m.10 views

CVE-2025-40296

Summary of CVE-2025-40296 (Linux kernel) : Affected component is platform/x86 int3472 logic, where regulator_unregister() frees an associated GPIO device. On ThinkPad X9 (Lunar Lake), the GPIO device may be freed twice due to the pinctrl_intel_platform module’s reference count dropping to zero wh...

6.2AI score0.00155EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/12/04 3:31 p.m.6 views

CVE-2025-40234

In the Linux kernel, the following vulnerability has been resolved: platform/x86: alienware-wmi-wmax: Fix NULL pointer dereference in sleep handlers Devices without the AWCC interface don't initialize awcc. Add a check before dereferencing it in sleep handlers...

5.1AI score0.00155EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/12/04 12:0 a.m.5 views

PT-2025-49061

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 alienware-wmi-wmax driver. Specifically, a NULL pointer dereference can occur in sleep handlers on devices that do not have the Alienware...

5.5AI score0.00544EPSS
Exploits3References391
OSV
OSV
added 2025/11/21 10:52 a.m.10 views

CLSA-2025-1763722365 kernel: Fix of 62 CVEs

wifi: mwifiex: Fix OOB and integer underflow when rx packets CVE-2023-53226 CVE-2023-53226 - wifi: mac80211: check S1G action frame size CVE-2023-53257 CVE-2023-53257 - wifi: cfg80211: fix use-after-free in cmpbss CVE-2025-39864 CVE-2025-39864 - partitions: mac: fix handling of bogus partition...

8CVSS6.7AI score0.00369EPSS
Exploits4References1
Rows per page
Query Builder