Lucene search
K

280 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 10:4 p.m.10 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.00511EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:36 a.m.6 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
Exploits0References1
OSV
OSV
added 2025/05/08 7:15 a.m.1 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.00177EPSS
Exploits0References32
NVD
NVD
added 2025/03/27 5:15 p.m.7 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.00165EPSS
Exploits0References4
CVE
CVE
added 2025/03/27 4:42 p.m.86 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.00165EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:42 p.m.9 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.00165EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:11 a.m.7 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.00237EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.4 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.00211EPSS
Exploits0
NVD
NVD
added 2025/02/26 7:1 a.m.11 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.00237EPSS
Exploits0References3
CVE
CVE
added 2025/02/26 2:23 a.m.85 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.00237EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/01/16 7:15 p.m.4 views

CVE-2025-20630

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...

7.5CVSS6.8AI score
Exploits0References1
HackRead
HackRead
added 2025/01/03 5:30 p.m.8 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
Exploits0
Positive Technologies
Positive Technologies
added 2024/12/30 12:0 a.m.2 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
Exploits0References5
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

DEBIAN-CVE-2024-56671

In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irqchip.name from probe function to the initialization of "irqchip" struct in order to fix vGPIO driver crash during bootup. Crash was caused by unauthorized modification o...

5.5CVSS5.6AI score0.00185EPSS
Exploits0References1
OSV
OSV
added 2024/12/23 7:29 p.m.0 views

GHSA-H6XM-C6R4-VMWF Unsound usages of `u8` type casting in spl-token-swap

The library provides a safe public API unpack to cast u8 array to arbitrary types, which can cause to undefined behaviors. The length check of array can only prevent out-of-bound access on the return type. However, it can't prevent misaligned pointer when casting u8 pointer to a type aligned to...

6AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2024/12/23 7:29 p.m.32 views

Unsound usages of `u8` type casting in spl-token-swap

The library provides a safe public API unpack to cast u8 array to arbitrary types, which can cause to undefined behaviors. The length check of array can only prevent out-of-bound access on the return type. However, it can't prevent misaligned pointer when casting u8 pointer to a type aligned to...

7.1AI score
Exploits0References3Affected Software1
OSV
OSV
added 2024/12/19 12:0 p.m.8 views

RUSTSEC-2024-0426 Unsound usages of `u8` type casting

The library provides a safe public API unpack to cast u8 array to arbitrary types, which can cause to undefined behaviors. The length check of array can only prevent out-of-bound access on the return type. However, it can't prevent misaligned pointer when casting u8 pointer to a type aligned to...

7.1AI score
Exploits0References3
RustSec
RustSec
added 2024/12/19 12:0 p.m.3 views

Unsound usages of `core::slice::from_raw_parts_mut`

The library breaks the safety assumptions when using unsafe API slice::fromrawpartsmut. The pointer passed to fromrawpartsmut is misaligned by casting u8 to u16 raw pointer directly, which is unsound. The bug is patched by using alignoffset, which could make sure the memory address is aligned to ...

7.2AI score
Exploits0Affected Software1
OSV
OSV
added 2024/11/13 6:44 p.m.2 views

CLSA-2024-1731523487 Fix of 5 CVEs

SECURITY UPDATE: Improper type casting in calculation in palm.c could lead to undefined behavior in processing input file - debian/patches/CVE-2020-27761.patch: fix color calculation issue that caused incorrect output when writing PALM images - CVE-2020-27761 SECURITY UPDATE: Negative Quantum val...

4.3CVSS6.7AI score0.01362EPSS
Exploits3References1
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.5 views

An issue was discovered in the rand_core crate before 0.4.2 for Rust. Casting of byte slices to integer slices mishandles alignment constraints.

...

9.8CVSS7AI score0.01545EPSS
Exploits0
Rows per page
Query Builder