Lucene search
+L

13691 matches found

OSV
OSV
added 2025/10/20 4:15 p.m.13 views

UBUNTU-CVE-2025-40011

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix null dereference in hdmi teardown pcisetdrvdata sets the value of pdev-driverdata to NULL, after which the driverdata obtained from the same dev is dereferenced in oaktrailhdmii2cexit, and the i2cdev is extracted...

6.6AI score0.00241EPSS
SaveExploits0References35
RedHat Linux
RedHat Linux
added 2025/10/20 2:48 a.m.14 views

kernel: ALSA: usb-audio: Validate UAC3 cluster segment descriptors

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Validate UAC3 cluster segment descriptors UAC3 class segment descriptors need to be verified whether their sizes match with the declared lengths and whether they fit with the allocated buffer sizes, too. Otherwis...

7.1CVSS5.7AI score0.00164EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/18 8:6 a.m.7 views

RLSA-2025:17742 Moderate: vim security update

Vim Vi IMproved is an updated and improved version of the vi editor. Security Fixes: vim: Vim path traversal CVE-2025-53906 vim: Vim path traversial CVE-2025-53905 For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, refer...

4.1CVSS6.9AI score0.00731EPSS
SaveExploits2References3
RedhatCVE
RedhatCVE
added 2025/10/17 7:46 p.m.10 views

CVE-2025-62427

The Angular SSR is a server-rise rendering tool for Angular applications. The vulnerability is a Server-Side Request Forgery SSRF flaw within the URL resolution mechanism of Angular's Server-Side Rendering package @angular/ssr before 19.2.18, 20.3.6, and 21.0.0-next.8. The function createRequestU...

8.7CVSS7AI score0.00403EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/10/17 4:30 p.m.33 views

CVE-2025-62171 ImageMagick vulnerable to denial of service via integer overflow in BMP decoder on 32-bit systems

ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating...

5.9CVSS0.00755EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/17 1:14 p.m.7 views

SUSE-SU-2025:02970-2 Security update for pam

This update for pam fixes the following issues: - Improve previous CVE-2024-10041 fix which led to CPU performance issues bsc1232234...

4.7CVSS6.7AI score0.00265EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2025/10/17 6:12 a.m.6 views

Security update for pgadmin4

This update for pgadmin4 fixes the following issues: CVE-2025-9636: Fixed cross-origin opener policy COOP vulnerability bsc1249151. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the...

7.9CVSS7.1AI score0.00213EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/17 6:12 a.m.6 views

SUSE-SU-2025:03625-1 Security update for pgadmin4

This update for pgadmin4 fixes the following issues: - CVE-2025-9636: Fixed cross-origin opener policy COOP vulnerability bsc1249151...

7.9CVSS7AI score0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/16 6:57 p.m.6 views

CVE-2025-62428 Drawing-Captcha APP Host Header Injection in `/register` and `/confirm-email` Endpoints

Drawing-Captcha APP provides interactive, engaging verification for Web-Based Applications. The vulnerability is a Host Header Injection in the /register and /confirm-email endpoints. It allows an attacker to manipulate the Host header in HTTP requests to generate malicious email confirmation...

9.3CVSS7AI score0.00423EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/16 6:50 p.m.29 views

CVE-2025-62427 Server-Side Request Forgery (SSRF) in Angular SSR

The Angular SSR is a server-rise rendering tool for Angular applications. The vulnerability is a Server-Side Request Forgery SSRF flaw within the URL resolution mechanism of Angular's Server-Side Rendering package @angular/ssr before 19.2.18, 20.3.6, and 21.0.0-next.8. The function createRequestU...

8.7CVSS0.00403EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/16 6:35 p.m.7 views

CVE-2025-62418 bagisto - Cross Site Scripting (XSS) in TinyMCE Image Upload (SVG)

Bagisto is an open source laravel eCommerce platform. In Bagisto v2.3.7, the TinyMCE image upload functionality allows an attacker with sufficient privileges e.g. admin to upload a crafted SVG file containing embedded JavaScript. When viewed, the malicious code executes in the context of the...

6.9CVSS7.1AI score0.00261EPSS
SaveExploits1References3
OSV
OSV
added 2025/10/16 6:15 p.m.6 views

DEBIAN-CVE-2025-61908

Icinga 2 is an open source monitoring system. From 2.10.0 to before 2.15.1, 2.14.7, and 2.13.13, when creating an invalid reference, such as a reference to null, dereferencing results in a segmentation fault. This can be used by any API user with access to an API endpoint that allows specifying a...

6.5CVSS5.3AI score0.00498EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/15 9:31 p.m.10 views

EUVD-2022-55063

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfbwrite When the sm712fb driver writes three bytes to the framebuffer, the driver will crash: BUG: unable to handle page fault for address: ffffc90001ffffff RIP: 0010:smtcfbwrite+0x454/0x5b...

5.5CVSS5.2AI score0.0027EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/15 9:31 p.m.4 views

EUVD-2022-55059

In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfsreadinodemount invokes ntfsmallocnofs with zero allocation size. It triggers one BUG in the ntfsmalloc function. Fix this by adding sanity check on ni-attrlistsize...

5.5CVSS5.7AI score0.00263EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/15 9:31 p.m.3 views

EUVD-2022-55082

In the Linux kernel, the following vulnerability has been resolved: net: preserve skbendoffset in skbunclonekeeptruesize syzbot found another way to trigger the infamous WARNONONCEdelta truesize value, we also need to make sure TCP wont fill new tailroom that pskbexpandhead was able to get from a...

5.5CVSS5.5AI score0.00263EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/15 12:0 p.m.8 views

SUSE-SU-2025:20921-1 Recommended update of flake-pilot

This update for flake-pilot fixes the following issues: Update version to 3.1.22. - Fixes to use flakes as normal user Running a flake is a container based instance provisioning and startup. Some part of this process requires root permissions for example mounting the container instance store for...

5.1CVSS5.9AI score0.00167EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/15 7:55 a.m.4 views

CVE-2025-39969 i40e: fix validation of VF state in get resources

In the Linux kernel, the following vulnerability has been resolved: i40e: fix validation of VF state in get resources VF state I40EVFSTATEACTIVE is not the only state in which VF is actually active so it should not be used to determine if a VF is allowed to obtain resources. Use...

8.8CVSS6.4AI score0.00144EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/10/15 12:0 a.m.6 views

PT-2025-49388

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the exFAT file system within the Linux kernel that can lead to a Denial-of-Service DoS condition. Malformed dentries in an exFAT filesystem can cause the kernel to hang...

6CVSS6.2AI score0.00164EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/10/15 12:0 a.m.12 views

Amazon Linux 2023 : python3-pip, python3-pip-wheel (ALAS2023-2025-1216)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2025-1216 advisory. When extracting a tar archive pip may not check symbolic links point into the extraction directory if the tarfile module doesn't implement PEP 706.Note that upgrading pip to a fixed version for this...

5.9CVSS7.4AI score0.00438EPSS
SaveExploits0References4
OPENSUSE Linux
OPENSUSE Linux
added 2025/10/15 12:0 a.m.6 views

exim-4.98.2-4.1 on GA media (moderate)

exim-4.98.2-4.1 on GA media Announcement ID: openSUSE-SU-2025:15626-1 Rating: moderate Cross-References: CVE-2025-53881 Affected Products: openSUSE Tumbleweed An update that solves one vulnerability can now be installed. Description: These are all security issues fixed in the exim-4.98.2-4.1...

6.9CVSS7.2AI score0.00157EPSS
SaveExploits0
Rows per page
Query Builder