Lucene search
+L

287 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2022-30370

Malicious code in bioql PyPI...

7.8CVSS7.6AI score0.00115EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-6074

Malicious code in bioql PyPI...

7.5CVSS7.6AI score0.01274EPSS
SaveExploits1References5
CVE
CVE
added 2025/09/09 7:27 p.m.55 views

CVE-2025-58063

CoreDNS TTL confusion vulnerability (CVE-2025-58063) affects the etcd plugin: lease IDs (64-bit) are cast to uint32 and used as TTLs, enabling DNS cache pinning and denial of service. Affected: CoreDNS versions prior to 1.12.4 (from 1.2.0 up to

7.1CVSS6.3AI score0.00407EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-34151

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability was found in ImageMagick. This security flaw ouccers as an undefined behaviors of casting double to sizet in svg, mvg and other coders recurring...

7.8CVSS6.6AI score0.01339EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2020-25576

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in the randcore crate before 0.4.2 for Rust. Casting of byte slices to integer slices mishandles alignment constraints. CVE-2020-25576...

9.8CVSS8.1AI score0.01558EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/05/23 9:20 a.m.9 views

CVE-2024-32893

In s5e9865mifsetrate of exynosdvfs.c, there is a possible out of bounds read due to improper casting. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

8.1CVSS5.5AI score0.00178EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:33 p.m.16 views

CVE-2022-25715

Memory corruption in display driver due to incorrect type casting while accessing the fence structure fields...

7.8CVSS7AI score0.00115EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:4 p.m.14 views

CVE-2022-36053

Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. The low-power IPv6 network stack of Contiki-NG has a buffer module os/net/ipv6/uipbuf.c that processes IPv6 extension headers in incoming data packets. As part of this processing, the function...

8.8CVSS7AI score0.00541EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:36 a.m.12 views

CVE-2019-2306

Improper casting of structure while handling the buffer leads to out of bound read in display in Snapdragon Auto, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in MDM9150, MDM9206,...

7.8CVSS9.4AI score0.00223EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/08 7:15 a.m.5 views

UBUNTU-CVE-2025-37803

In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix a buf size overflow issue during udmabuf creation by casting sizelimitmb to u64 when calculate pglimit...

7.8CVSS6.2AI score0.00195EPSS
SaveExploits0References32
NVD
NVD
added 2025/03/27 5:15 p.m.17 views

CVE-2022-49749

In the Linux kernel, the following vulnerability has been resolved: i2c: designware: use casting of u64 in clock multiplication to avoid overflow In functions i2cdwscllcnt and i2cdwsclhcnt may have overflow by depending on the values of the given parameters including the icclk. For example in our...

5.5CVSS0.00182EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/03/27 4:42 p.m.17 views

CVE-2022-49749 i2c: designware: use casting of u64 in clock multiplication to avoid overflow

In the Linux kernel, the following vulnerability has been resolved: i2c: designware: use casting of u64 in clock multiplication to avoid overflow In functions i2cdwscllcnt and i2cdwsclhcnt may have overflow by depending on the values of the given parameters including the icclk. For example in our...

0.00182EPSS
SaveExploits0References4
CVE
CVE
added 2025/03/27 4:42 p.m.104 views

CVE-2022-49749

The CVE-2022-49749 issue is confirmed in the Linux kernel’s I2C designware driver. In i2c_dw_scl_lcnt() and i2c_dw_scl_hcnt(), multiplying ic_clk by constant factors could overflow 32-bit arithmetic, depending on ic_clk (e.g., ic_clk > 1 MHz). The patch adds a 64-bit cast (u64) to the calculat...

5.5CVSS6.6AI score0.00182EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2025/02/28 4:11 a.m.9 views

CVE-2022-49570

In the Linux kernel, the following vulnerability has been resolved: gpio: gpio-xilinx: Fix integer overflow Current implementation is not able to configure more than 32 pins due to incorrect data type. So type casting with unsigned long to avoid it...

5.5CVSS7.1AI score0.00253EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.6 views

CVE-2024-58017

In the Linux kernel, the following vulnerability has been resolved: printk: Fix signed integer overflow when defining LOGBUFLENMAX Shifting 1 31 on a 32-bit int causes signed integer overflow, which leads to undefined behavior. To prevent this, cast 1 to u32 before performing the shift, ensuring...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0
NVD
NVD
added 2025/02/26 7:1 a.m.20 views

CVE-2022-49570

In the Linux kernel, the following vulnerability has been resolved: gpio: gpio-xilinx: Fix integer overflow Current implementation is not able to configure more than 32 pins due to incorrect data type. So type casting with unsigned long to avoid it...

5.5CVSS0.00253EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/26 2:23 a.m.96 views

CVE-2022-49570

CVE-2022-49570 affecting the Linux kernel gpio-xilinx driver. The issue is an integer overflow/overflow-prone data type that prevents configuring more than 32 pins; the fix casts to unsigned long to handle larger pin counts. Public references point to kernel stable tree patches (e.g., git.kernel....

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/01/16 6:18 p.m.10 views

CVE-2025-20630 Mobile crash via object that can't be cast to String in Attachment Field

Mattermost Mobile versions =2.22.0 fail to properly handle posts with attachments containing fields that cannot be cast to a String, which allows an attacker to cause the mobile to crash via creating and sending such a post to a channel...

6.5CVSS5.9AI score
SaveExploits0References3
HackRead
HackRead
added 2025/01/03 5:30 p.m.13 views

A New Dawn for Storytelling: The Intersection of AI and Cinema

Discover how AI Artificial Intelligence transforms storytelling in filmmaking with scriptwriting, casting, editing, and immersive viewer experiences. The…...

7.3AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/12/30 12:0 a.m.7 views

PT-2024-40306 · Crates.Io · Xous

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned, so the information cannot be determined. Description: The issue concerns the functions as slice and as slice mut being considered unsound. This is because any pointer, regardless of its bit...

7AI score
SaveExploits0References5
Rows per page
Query Builder