Lucene search
+L

17981 matches found

OSV
OSV
added 2024/12/28 9:46 a.m.9 views

CVE-2024-56691 mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for USB Type-C 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...

6AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.26 views

CVE-2024-56691 mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for USB Type-C 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.00218EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.27 views

CVE-2024-56691

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for USB Type-C 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.5CVSS5.6AI score0.00218EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.7 views

SUSE CVE-2024-53203

In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsiccgsynccontrol The "command" variable can be controlled by the user via debugfs. The worry is that if conindex is zero then "&uc-ucsi-connectorconindex - 1" would be an array...

6.6CVSS7.7AI score0.00273EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2024/12/28 12:00 a.m.10 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 use of the IRQ domain for USB Type-C devices in the mfd:intelsocpmicbxtwc module...

5.5CVSS6.7AI score0.00218EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 2:15 p.m.22 views

AZL-55788 CVE-2024-53203 affecting package kernel for versions less than 5.15.184.1-1

In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsiccgsynccontrol The "command" variable can be controlled by the user via debugfs. The worry is that if conindex is zero then "&uc-ucsi-connectorconindex - 1" would be an array...

7.8CVSS6.6AI score0.00273EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 2:15 p.m.10 views

CVE-2024-53203

In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsiccgsynccontrol The "command" variable can be controlled by the user via debugfs. The worry is that if conindex is zero then "&uc-ucsi-connectorconindex - 1" would be an array...

7.8CVSS0.00273EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 2:15 p.m.5 views

DEBIAN-CVE-2024-53203

In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsiccgsynccontrol The "command" variable can be controlled by the user via debugfs. The worry is that if conindex is zero then "&uc-ucsi-connectorconindex - 1" would be an array...

7.8CVSS5.9AI score0.00273EPSS
SaveExploits0References1
CVE
CVE
added 2024/12/27 1:49 p.m.183 views

CVE-2024-53203

CVE-2024-53203 is a Linux kernel issue: a potential array underflow in usb: typec ucsi_ccg_sync_control() could be triggered when the user controls the command via debugfs, if con_index is zero leading to an access of ucsi.connector[con_index-1]. The vulnerability is resolved in the Linux kernel;...

7.8CVSS6.5AI score0.00273EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/12/27 1:49 p.m.16 views

CVE-2024-53203 usb: typec: fix potential array underflow in ucsi_ccg_sync_control()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsiccgsynccontrol The "command" variable can be controlled by the user via debugfs. The worry is that if conindex is zero then "&uc-ucsi-connectorconindex - 1" would be an array...

6.4AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.31 views

CVE-2024-53203 usb: typec: fix potential array underflow in ucsi_ccg_sync_control()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsiccgsynccontrol The "command" variable can be controlled by the user via debugfs. The worry is that if conindex is zero then "&uc-ucsi-connectorconindex - 1" would be an array...

0.00273EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/12/27 1:49 p.m.17 views

CVE-2024-53203

In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsiccgsynccontrol The "command" variable can be controlled by the user via debugfs. The worry is that if conindex is zero then "&uc-ucsi-connectorconindex - 1" would be an array...

7.8CVSS5.9AI score0.00273EPSS
SaveExploits0
Fedora
Fedora
added 2024/12/27 1:26 a.m.17 views

[SECURITY] Fedora 40 Update: dr_libs-0^20241216git660795b-1.fc40

Single-file audio decoding libraries for C/C++...

7.4AI score
SaveExploits0
Fedora
Fedora
added 2024/12/27 1:23 a.m.15 views

[SECURITY] Fedora 41 Update: dr_libs-0^20241216git660795b-1.fc41

Single-file audio decoding libraries for C/C++...

7.4AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/27 12:17 a.m.6 views

SUSE CVE-2024-53149

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: glink: fix off-by-one in connectorstatus UCSI connector's indices start from 1 up to 3, PMICGLINKMAXPORTS. Correct the condition in the pmicglinkucsiconnectorstatus callback, fixing Type-C orientation reporting...

2.5CVSS7.7AI score0.00305EPSS
SaveExploits0References17
OSV
OSV
added 2024/12/26 12:15 a.m.9 views

CVE-2024-12928

A vulnerability, which was classified as critical, was found in code-projects Simple Admin Panel 1.0. This affects an unknown part. The manipulation of the argument cname leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may b...

8.8CVSS5.7AI score0.00395EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/12/26 12:00 a.m.8 views

PT-2024-17800 · Code Projects · Code-Projects Simple Admin Panel

Name of the Vulnerable Software and Affected Versions: code-projects Simple Admin Panel version 1.0 Description: A problem was found in the processing of the file addCatController.php, which can lead to cross site scripting when the c name argument is manipulated. This issue can be exploited...

5.3CVSS6.2AI score0.00397EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/12/26 12:00 a.m.8 views

Code-Projects Simple Admin Panel 代码注入漏洞

Code-Projects Simple Admin Panel is a simple admin panel for Code-Projects open source. A code injection vulnerability exists in Code-Projects Simple Admin Panel version 1.0, which stems from a cross-site scripting vulnerability in the cname parameter of the addCatController.php file...

5.3CVSS4.9AI score0.00397EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/12/26 12:00 a.m.9 views

Code-Projects Simple Admin Panel 注入漏洞

Code-Projects Simple Admin Panel is a simple admin panel from Code-Projects. An injection vulnerability exists in Code-Projects Simple Admin Panel version 1.0, which stems from the parameter cname that causes SQL injection...

8.8CVSS7.1AI score0.00395EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/24 1:27 p.m.22 views

CVE-2024-53149

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: glink: fix off-by-one in connectorstatus UCSI connector's indices start from 1 up to 3, PMICGLINKMAXPORTS. Correct the condition in the pmicglinkucsiconnectorstatus callback, fixing Type-C orientation reporting...

4.6CVSS6.8AI score0.00305EPSS
SaveExploits0References4
Rows per page
Query Builder