Lucene search
K

99 matches found

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

Astra Linux - уязвимость в 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.7AI score0.00035EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.1 views

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

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

5.5CVSS6.3AI score0.00038EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux - уязвимость в 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.7CVSS6.2AI score0.00011EPSS
Exploits0References2
NVD
NVD
added 2026/02/14 5:15 p.m.3 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.00053EPSS
Exploits0References7
Cvelist
Cvelist
added 2026/02/14 3:9 p.m.22 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.00017EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2026/02/14 3:9 p.m.2 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.00017EPSS
Exploits0
OSV
OSV
added 2026/02/04 5:16 p.m.1 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.00017EPSS
Exploits0References13
Debian CVE
Debian CVE
added 2026/02/04 4:7 p.m.2 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.00017EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:0 a.m.9 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.00449EPSS
Exploits2References44
Microsoft CVE
Microsoft CVE
added 2026/01/15 9:7 a.m.1 views

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

...

7.1CVSS5.4AI score0.00023EPSS
Exploits0
Cvelist
Cvelist
added 2025/12/22 4:14 p.m.24 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.00035EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/22 12:0 a.m.2 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.00035EPSS
Exploits0References4
Microsoft CVE
Microsoft CVE
added 2025/12/18 9:3 a.m.2 views

platform/x86: intel: punit_ipc: fix memory corruption

...

7.8CVSS6.7AI score0.00052EPSS
Exploits0
NVD
NVD
added 2025/12/16 4:16 p.m.2 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.00052EPSS
Exploits0References6
OSV
OSV
added 2025/12/16 4:16 p.m.1 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.00052EPSS
Exploits0References35
CVE
CVE
added 2025/12/08 12:46 a.m.5 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.00026EPSS
Exploits0References2
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.00026EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/12/04 3:31 p.m.5 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.00026EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/12/04 12:0 a.m.2 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.03752EPSS
Exploits3References391
OSV
OSV
added 2025/11/21 10:52 a.m.9 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.00088EPSS
Exploits4References1
Rows per page
Query Builder