Lucene search
+L

545 matches found

UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.20 views

CVE-2021-47298

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.29 views

CVE-2021-47298 bpf, sockmap: Fix potential memory leak on unlikely error case

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

6.6AI score0.00232EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 2:35 p.m.76 views

CVE-2021-47298

CVE-2021-47298 concerns the Linux kernel: a bpf/sockmap path could leak a message if skb_linearize fails, resolved by freeing the msg block before returning an error. Multiple connected advisories reference the same fix in the kernel; impact is a potential memory leak (no exploitation details pro...

5.5CVSS6.9AI score0.00232EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/18 1:40 a.m.27 views

CVE-2023-52688

A vulnerability was found in the ath12k Wi-Fi driver within the Linux kernel. This issue involves an error handler issue in the rfkill configuration, which could potentially disrupt Wi-Fi functionality and error handling processes. Mitigation Mitigation for this issue is either not available or t...

5.5CVSS7.5AI score0.00216EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.27 views

CVE-2023-52688

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix the error handler of rfkill config When the core rfkill config throws error, it should free the allocated resources. Currently it is not freeing the core pdev create resources. Avoid this issue by calling the co...

7.8CVSS6AI score0.00216EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/17 2:47 p.m.22 views

CVE-2024-35859 block: fix module reference leakage from bdev_open_by_dev error path

In the Linux kernel, the following vulnerability has been resolved: block: fix module reference leakage from bdevopenbydev error path At the time bdevmayopen is called, module reference is grabbed already, hence module reference should be released if bdevmayopen failed. This problem is found by...

7.1AI score0.00205EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/17 2:47 p.m.32 views

CVE-2024-35859 block: fix module reference leakage from bdev_open_by_dev error path

In the Linux kernel, the following vulnerability has been resolved: block: fix module reference leakage from bdevopenbydev error path At the time bdevmayopen is called, module reference is grabbed already, hence module reference should be released if bdevmayopen failed. This problem is found by...

6.7AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/17 2:47 p.m.160 views

CVE-2024-35859

CVE-2024-35859 concerns the Linux kernel: a module reference leakage can occur in the bdev_open_by_dev error path. The vulnerability arises because a module reference is grabbed when bdev_may_open() is invoked and might not be released if that call fails. The issue was identified via code review ...

5.5CVSS6.9AI score0.00205EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 2:47 p.m.21 views

CVE-2024-35859

In the Linux kernel, the following vulnerability has been resolved: block: fix module reference leakage from bdevopenbydev error path At the time bdevmayopen is called, module reference is grabbed already, hence module reference should be released if bdevmayopen failed. This problem is found by...

5.5CVSS7.2AI score0.00205EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/17 2:24 p.m.19 views

CVE-2023-52688 wifi: ath12k: fix the error handler of rfkill config

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix the error handler of rfkill config When the core rfkill config throws error, it should free the allocated resources. Currently it is not freeing the core pdev create resources. Avoid this issue by calling the co...

7.8CVSS7.1AI score0.00216EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/17 2:24 p.m.83 views

CVE-2023-52688

CVE-2023-52688 affects the Linux kernel wifi driver ath12k, where an error path in the core rfkill config fail path did not free allocated resources. The issue could cause resource leaks by not destroying the core pdev when rfkill config initialization fails. The accompanying fix adds a call to c...

7.8CVSS7AI score0.00216EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2024/05/07 12:0 a.m.9 views

PT-2024-31854 · Semcms · Semcms

Name of the Vulnerable Software and Affected Versions: SEMCMS versions up to 4.8 Description: A critical issue has been found, affecting the locate function of the function.php file, leading to sql injection. The attack can be launched remotely. Recommendations: For SEMCMS versions up to 4.8: Pat...

6.5CVSS6.7AI score0.0057EPSS
SaveExploits1References11
RedhatCVE
RedhatCVE
added 2024/04/04 1:2 a.m.28 views

CVE-2024-26755

A vulnerability was found in the mdstartsync function in the md driver in the Linux kernel. This issue can cause a potential deadlock due to the improper suspension of the array during an interrupted reshape operation. This deadlock can prevent the operation from progressing and cause system...

4.4CVSS5AI score0.0065EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.31 views

CVE-2024-26755

In the Linux kernel, the following vulnerability has been resolved: md: Don't suspend the array for interrupted reshape mdstartsync will suspend the array if there are spares that can be added or removed from conf, however, if reshape is still in progress, this won't happen at all or data will be...

5.3CVSS4.8AI score0.0065EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/03 5:0 p.m.23 views

CVE-2024-26755 md: Don't suspend the array for interrupted reshape

In the Linux kernel, the following vulnerability has been resolved: md: Don't suspend the array for interrupted reshape mdstartsync will suspend the array if there are spares that can be added or removed from conf, however, if reshape is still in progress, this won't happen at all or data will be...

7AI score0.0065EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/04/03 5:0 p.m.42 views

CVE-2024-26755 md: Don't suspend the array for interrupted reshape

In the Linux kernel, the following vulnerability has been resolved: md: Don't suspend the array for interrupted reshape mdstartsync will suspend the array if there are spares that can be added or removed from conf, however, if reshape is still in progress, this won't happen at all or data will be...

6.8AI score0.0065EPSS
SaveExploits0References2
CISA
CISA
added 2024/03/25 12:0 p.m.17 views

CISA and FBI Release Secure by Design Alert to Urge Manufacturers to Eliminate SQL Injection Vulnerabilities

Today, CISA and the Federal Bureau of Investigation FBI released a joint Secure by Design Alert, Eliminating SQL Injection Vulnerabilities in Software. This Alert was crafted in response to a recent, well-publicized exploitation of SQL injection SQLi defects in a managed file transfer application...

9.8CVSS8.3AI score0.99934EPSS
SaveIn wildExploits15References4
RedhatCVE
RedhatCVE
added 2024/03/06 10:38 p.m.36 views

CVE-2023-52587

A hard lockup flaw was found in the Linux kernel’s IPoIB driver in how a user triggers the ipoibmcastjointask function, caused by invalid priv-multicastlist locking. This flaw allows a local user to crash the system. Mitigation To mitigate this issue, prevent module ibcore from being loaded. Plea...

5.5CVSS7.2AI score0.00309EPSS
SaveExploits1References4
NVD
NVD
added 2024/03/06 7:15 a.m.35 views

CVE-2023-52587

In the Linux kernel, the following vulnerability has been resolved: IB/ipoib: Fix mcast list locking Releasing the priv-lock while iterating the priv-multicastlist in ipoibmcastjointask opens a window for ipoibmcastdevflush to remove the items while in the middle of iteration. If the mcast is...

5.5CVSS7.4AI score0.00309EPSS
SaveExploits1References10
Prion
Prion
added 2024/03/06 7:15 a.m.19 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: IB/ipoib: Fix mcast list locking Releasing the priv-lock while iterating the priv-multicastlist in ipoibmcastjointask opens a window for ipoibmcastdevflush to remove the items while in the middle of iteration. If the mcast is...

7.2AI score0.00309EPSS
SaveExploits1References8
Rows per page
Query Builder