Lucene search
+L

6722 matches found

UbuntuCve
UbuntuCve
added 2024/10/07 10:15 p.m.14 views

CVE-2024-47814

Vim is an open source, command line text editor. A use-after-free was found in Vim 9.1.0764. When closing a buffer visible in a window a BufWinLeave auto command can cause an use-after-free if this auto command happens to re-open the same buffer in a new split window. Impact is low since the user...

4.7CVSS6.8AI score0.00294EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/10/07 9:15 p.m.12 views

CVE-2024-43363

Cacti is an open source performance and fault management framework. An admin user can create a device with a malicious hostname containing php code and repeat the installation process completing only step 5 of the installation process is enough, no need to complete the steps before or after it to...

7.2CVSS7.3AI score0.35599EPSS
SaveExploits2References2
Circl
Circl
added 2024/10/03 7:57 p.m.10 views

CVE-2024-8508

creationtimestamp| type| source ---|---|--- 2024-10-03 19:57:49+00:00| seen| https://t.me/cvedetector/6910 2025-03-21 17:22:06+00:00| seen| https://gist.github.com/EbonJaeger/7df6d528539cef5926e9bdab22b3e8cb...

5.3CVSS6.5AI score0.00801EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/10/03 5:15 p.m.8 views

CVE-2024-0123

NVIDIA CUDA toolkit for Windows and Linux contains a vulnerability in the nvdisasm command line tool where an attacker may cause an improper validation in input issue by tricking the user into running nvdisasm on a malicious ELF file. A successful exploit of this vulnerability may lead to denial ...

3.3CVSS5.9AI score0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/01 12:00 a.m.11 views

CVE-2024-45967

Pagekit 1.0.18 is vulnerable to Cross Site Scripting XSS in index.php/admin/site/widget...

4.7CVSS5.8AI score
SaveExploits0References3
OSV
OSV
added 2024/09/28 5:57 a.m.3 views

BELL-CVE-2024-46819

Bulletin has no description...

5.5CVSS7.2AI score0.00241EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/09/27 2:15 p.m.14 views

CVE-2024-47184

Ampache is a web based audio/video streaming application and file manager. Prior to version 6.6.0, the Democratic Playlist Name is vulnerable to a stored cross-site scripting. Version 6.6.0 fixes this issue...

6.1CVSS5.4AI score0.0055EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2024/09/27 1:15 p.m.9 views

CVE-2024-46851

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid race between dcn10setdrr and dcstatedestruct dcstatedestruct nulls the resource context of the DC state. The pipe context passed to dcn10setdrr is a member of this resource context. If dcstatedestruct is...

4.7CVSS6.2AI score0.00171EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/09/27 1:15 p.m.7 views

CVE-2024-46817

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpudm initialize when stream nums greater than 6 Why Coverity reports OVERRUN warning. Should abort amdgpudm initialize. How Return failure to amdgpudminit...

7.4CVSS6AI score0.00263EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2024/09/27 1:15 p.m.8 views

CVE-2024-46848

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Limit the period on Haswell Running the ltp test cve-2015-3290 concurrently reports the following warnings. perfevents: irq loop stuck! WARNING: CPU: 31 PID: 32438 at arch/x86/events/intel/core.c:3174...

5.5CVSS6.2AI score0.00219EPSS
SaveExploits4References11
UbuntuCve
UbuntuCve
added 2024/09/27 1:15 p.m.8 views

CVE-2024-46820

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend We do not directly enable/disable VCN IRQ in vcn 5.0.0. And we do not handle the IRQ state as well. So the calls to disable IRQ and set state are removed. This effectively get...

7.8CVSS6.3AI score0.00229EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/27 1:15 p.m.13 views

CVE-2024-46843

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Remove SCSI host only if added If host tries to remove ufshcd driver from a UFS device it would cause a kernel panic if ufshcdasyncscan fails during ufshcdprobehba before adding a SCSI host with scsiaddhost and M...

5.5CVSS5.9AI score0.00235EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/27 1:15 p.m.6 views

CVE-2024-46812

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration Why Coverity reports Memory - illegal accesses. How Skip inactive planes...

7.8CVSS6.6AI score0.00255EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/09/27 1:15 p.m.17 views

CVE-2024-46826

In the Linux kernel, the following vulnerability has been resolved: ELF: fix kernel.randomizevaspace double read ELF loader uses "randomizevaspace" twice. It is sysctl and can change at any moment, so 2 loads could see 2 different values in theory with unpredictable consequences. Issue exactly on...

5.5CVSS6.4AI score0.00248EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/09/27 1:15 p.m.9 views

CVE-2024-46838

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

5.5CVSS6.3AI score0.00234EPSS
SaveExploits0References10
Circl
Circl
added 2024/09/26 5:00 a.m.14 views

CVE-2024-9254

creationtimestamp| type| source ---|---|--- 2024-09-26 05:00:00+00:00| seen| http://www.zerodayinitiative.com/advisories/ZDI-24-1307/ 2026-07-03 01:37:07+00:00| seen| https://bsky.app/profile/cyberhub.blog/post/3mppfv7qte32s...

8.8CVSS7.1AI score0.00884EPSS
SaveExploits0References2
Circl
Circl
added 2024/09/25 5:00 a.m.17 views

CVE-2024-40845

creationtimestamp| type| source ---|---|--- 2024-09-25 05:00:00+00:00| seen| http://www.zerodayinitiative.com/advisories/ZDI-24-1282/ 2025-03-14 16:44:07+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/7590...

5.5CVSS4.6AI score0.00371EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/19 5:56 a.m.2 views

BELL-CVE-2024-46773

Bulletin has no description...

5.5CVSS7.1AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/19 5:56 a.m.8 views

BELL-CVE-2024-46768

Bulletin has no description...

5.5CVSS6.7AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 9:19 p.m.5 views

CVE-2024-47059 Users enumeration - weak password login

When logging in with the correct username and incorrect weak password, the user receives the notification, that their password is too weak. However when an incorrect username is provided alongside with a weak password, the application responds with ’Invalid credentials’ notification. This...

4.3CVSS6AI score
SaveExploits0References5
Rows per page
Query Builder