Lucene search
+L

1712 matches found

UbuntuCve
UbuntuCve
added 2024/11/15 7:15 p.m.10 views

CVE-2024-45608

GLPI is a free asset and IT management software package. An authenticated user can perfom a SQL injection by changing its preferences. Upgrade to 10.0.17...

8.8CVSS5.9AI score0.00532EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/11/15 6:15 p.m.11 views

CVE-2024-52510

The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer. The Desktop client did not stop with an error but allowed by-passing the signature validation, if a manipulated server sends an empty initial signature. It is recommended that the Nextcloud Deskt...

7.5CVSS5.8AI score0.00738EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/11/15 11:15 a.m.18 views

CVE-2023-4679

A use after free vulnerability exists in GPAC version 2.3-DEV-revrelease, specifically in the gffilterpacketdel function in filtercore/filter.c at line 38. This vulnerability can lead to a double-free condition, which may cause the application to crash...

5.9CVSS6.2AI score0.00275EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2024/11/13 9:15 p.m.19 views

CVE-2024-21853

Improper finite state machines FSMs in the hardware logic in some 4th and 5th Generation IntelR XeonR Processors may allow an authorized user to potentially enable denial of service via local access...

5.7CVSS6AI score0.00226EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/11/11 11:15 p.m.15 views

CVE-2024-50636

PyMOL 2.5.0 contains a vulnerability in its "Run Script" function, which allows the execution of arbitrary Python code embedded within .PYM files. Attackers can craft a malicious .PYM file containing a Python reverse shell payload and exploit the function to achieve Remote Command Execution RCE...

9.8CVSS6.2AI score0.01246EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/11/11 8:15 p.m.5 views

CVE-2024-52530

GNOME libsoup before 3.6.0 allows HTTP request smuggling in some configurations because '\0' characters at the end of header names are ignored, i.e., a "Transfer-Encoding\0: chunked" header is treated the same as a "Transfer-Encoding: chunked" header...

7.5CVSS6.8AI score0.00776EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2024/11/11 8:15 p.m.16 views

CVE-2024-51490

Ampache is a web based audio/video streaming application and file manager. This vulnerability exists in the interface section of the Ampache menu, where users can change "Custom URL - Logo". This section is not properly sanitized, allowing for the input of strings that can execute JavaScript. Thi...

9CVSS5.8AI score0.00513EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2024/11/11 4:15 p.m.17 views

CVE-2024-43439

A flaw was found in moodle. H5P error messages require additional sanitizing to prevent a reflected cross-site scripting XSS risk...

6.1CVSS5.8AI score0.00367EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.12 views

CVE-2024-50218

In the Linux kernel, the following vulnerability has been resolved: ocfs2: pass u64 to ocfs2truncateinline maybe overflow Syzbot reported a kernel BUG in ocfs2truncateinline. There are two reasons for this: first, the parameter value passed is greater than ocfs2maxinlinedatawithxattr, second, the...

5.5CVSS6.4AI score0.00272EPSS
SaveExploits0References47
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.11 views

CVE-2024-50240

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usb: fix NULL-deref on runtime suspend Commit 413db06c05e7 "phy: qcom-qmp-usb: clean up probe initialisation" removed most users of the platform device driver data, but mistakenly also removed the initialisation...

5.5CVSS6.3AI score0.00206EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.15 views

CVE-2024-50216

In the Linux kernel, the following vulnerability has been resolved: xfs: fix finding a last resort AG in xfsfilestreampickag When the main loop in xfsfilestreampickag fails to find a suitable AG it tries to just pick the online AG. But the loop for that uses args-pag as loop iterator while the...

5.5CVSS6.5AI score0.00231EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.17 views

CVE-2024-50238

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usbc: fix NULL-deref on runtime suspend Commit 413db06c05e7 "phy: qcom-qmp-usb: clean up probe initialisation" removed most users of the platform device driver data from the qcom-qmp-usb driver, but mistakenly also...

5.5CVSS6.4AI score0.00177EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.17 views

CVE-2024-50251

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftpayload: sanitize offset and length before calling skbchecksum If access to offset + length is larger than the skbuff length, then skbchecksum triggers BUGON. skbchecksum internally subtracts the length parameter...

6.2CVSS6.4AI score0.00534EPSS
SaveExploits1References47
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.17 views

CVE-2024-50235

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: clear wdev-cqmconfig pointer on free When we free wdev-cqmconfig when unregistering, we also need to clear out the pointer since the same wdev/netdev may get re-registered in another network namespace, then...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.9 views

CVE-2024-50215

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: assign dhkey to NULL after kfreesensitive ctrl-dhkey might be used across multiple calls to nvmetsetupdhgroup for the same controller. So it's better to nullify it after release on error path in order to avoid double...

8.1CVSS6.4AI score0.00629EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.17 views

CVE-2024-50242

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Additional check in ntfsfilerelease...

7.8CVSS6.6AI score0.00228EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.8 views

CVE-2024-50222

In the Linux kernel, the following vulnerability has been resolved: ioviter: fix copypagefromiteratomic if KMAPLOCALFORCEMAP generic/077 on x8632 CONFIGDEBUGKMAPLOCALFORCEMAP=y with highmem, on huge=always tmpfs, issues a warning and then hangs interruptibly: WARNING: CPU: 5 PID: 3517 at...

7.8CVSS6.6AI score0.00234EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.14 views

CVE-2024-50248

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Add bounds checking to mienumattr Added bounds checking to make sure that every attr don't stray beyond valid memory region...

7.1CVSS6.4AI score0.0022EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.13 views

CVE-2024-50237

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: do not pass a stopped vif to the driver in .gettxpower Avoid potentially crashing in the driver because of uninitialized private data...

7.8CVSS6.4AI score0.00273EPSS
SaveExploits0References55
UbuntuCve
UbuntuCve
added 2024/11/08 6:15 a.m.27 views

CVE-2024-50192

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v4: Don't allow a VMOVP on a dying VPE Kunkun Jiang reported that there is a small window of opportunity for userspace to force a change of affinity for a VPE while the VPE has already been unmapped, but the...

4.7CVSS6.4AI score0.00207EPSS
SaveExploits0References36
Rows per page
Query Builder