Lucene search
K

34 matches found

Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.4 views

PT-2025-53041

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the iommufd subsystem where the same hardware-assisted page table hwpt could be added to the ioas-hwpt list multiple times. This double addition...

6.5AI score0.00026EPSS
Exploits0References4
Microsoft CVE
Microsoft CVE
added 2025/11/14 9:3 a.m.5 views

ipmi: Rework user message limit handling

...

5.5CVSS7AI score0.00029EPSS
Exploits0
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-53371

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00008EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-54524

Malicious code in bioql PyPI...

7.8CVSS6AI score0.00014EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/03/10 12:0 a.m.5 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-56724)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-56724 advisory. - In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain f...

5.5CVSS5.9AI score0.00015EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/10 12:0 a.m.19 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-56723)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-56723 advisory. - In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain f...

5.5CVSS5.9AI score0.00008EPSS
Exploits0References2
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49711

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc-bus: fix KASAN use-after-free in fslmcbusremove In fslmcbusremove, mc-rootmcbusdev-mcio is passed to fsldestroymcio. However, mc-rootmcbusdev is already freed in fslmcdeviceremove. Then reference to mc-rootmcbusdev-mc...

7.8CVSS0.00014EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.6 views

CVE-2022-49711

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc-bus: fix KASAN use-after-free in fslmcbusremove In fslmcbusremove, mc-rootmcbusdev-mcio is passed to fsldestroymcio. However, mc-rootmcbusdev is already freed in fslmcdeviceremove. Then reference to mc-rootmcbusdev-mc...

7.8CVSS5.6AI score0.00014EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/01/16 6:26 a.m.7 views

CVE-2024-57894

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix sleeping function called from invalid context This reworks hcicblist to not use mutex hcicblistlock to avoid bugs like the bellow: BUG: sleeping function called from invalid context at...

5.5CVSS6.9AI score
Exploits0References4
OSV
OSV
added 2025/01/15 1:5 p.m.8 views

CVE-2024-57902 af_packet: fix vlan_get_tci() vs MSG_PEEK

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangettci vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangettci to not touch skb at all, so that it can be used from many cpus on the same skb. Add a const qualifier...

5.5CVSS5.9AI score0.00014EPSS
Exploits0References12
Cvelist
Cvelist
added 2025/01/15 1:5 p.m.8 views

CVE-2024-57894

...

Exploits0
RedhatCVE
RedhatCVE
added 2024/12/30 3:54 p.m.9 views

CVE-2024-56724

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for TMU device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has inherited flaws. This was unveiled when...

5.5CVSS6.9AI score0.00015EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/12/30 3:54 a.m.8 views

CVE-2024-56723

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for PMIC devices While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has inherited flaws. This was unveiled when...

5.5CVSS7AI score0.00008EPSS
Exploits0References4
NVD
NVD
added 2024/12/29 12:15 p.m.7 views

CVE-2024-56723

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for PMIC devices While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has inherited flaws. This was unveiled when...

5.5CVSS0.00008EPSS
Exploits0References10
CVE
CVE
added 2024/12/29 11:30 a.m.138 views

CVE-2024-56724

CVE-2024-56724 affects the Linux kernel MFD driver for Intel/PMIC (intel_soc_pmic_bxtwc). The connected docs confirm a concrete root cause: the driver previously treated TMU devices under a single IRQ domain, causing mismatched IRQ domains across MFD devices. The fix is to rework the driver to us...

5.5CVSS6.5AI score0.00015EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2024/12/29 11:30 a.m.5 views

CVE-2024-56724 mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for TMU device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has inherited flaws. This was unveiled when...

5.5CVSS6AI score0.00015EPSS
Exploits0References13
Cvelist
Cvelist
added 2024/12/29 11:30 a.m.13 views

CVE-2024-56724 mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for TMU device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has inherited flaws. This was unveiled when...

0.00015EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/12/29 11:30 a.m.19 views

CVE-2024-56723 mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for PMIC devices While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has inherited flaws. This was unveiled when...

0.00008EPSS
Exploits0References8
CVE
CVE
added 2024/12/29 11:30 a.m.140 views

CVE-2024-56723

CVE-2024-56723 affects the Linux kernel driver for mfd/intel_soc_pmic_bxtwc. The vulnerability stems from not respecting IRQ domains when creating each MFD device, which can lead to incorrect IRQ handling and a WARN() on IRQ 0 (vIRQ) via platform_get_irq(). The Astra Linux security bulletin mirro...

5.5CVSS6.5AI score0.00008EPSS
Exploits0References10Affected Software1
CVE
CVE
added 2024/12/28 9:46 a.m.2311 views

CVE-2024-56691

CVE-2024-56691 affects the Linux kernel driver path for mfd: intel_soc_pmic_bxtwc. The vulnerability stems from the driver not respecting IRQ domains when creating each MFD device, exposing a faulty IRQ handling path (WARN on IRQ 0) due to using a vIRQ rather than proper IRQ domain numbering. The...

5.5CVSS6.6AI score0.00015EPSS
Exploits0References10Affected Software1
Rows per page
Query Builder