Lucene search
K

475 matches found

AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•3 views

Astra Linux - ŃƒŃŠ·Š²ŠøŠ¼Š¾ŃŃ‚ŃŒ в linux

A issue was discovered in the Linux kernel through version 5.11.x. The kernel/bpf/verifier.c file contains unwanted out-of-bounds speculation during pointer arithmetic operations, which allows for side-channel attacks that circumvent Spectre mitigations and extract sensitive information from kern...

5.5CVSS6.7AI score0.00212EPSS
Exploits2References2
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•2 views

Astra Linux - ŃƒŃŠ·Š²ŠøŠ¼Š¾ŃŃ‚ŃŒ в linux

In the Linux kernel, the following vulnerability has been resolved: BPF: Fixed the masking negation logic when dealing with a negative dst register. The negation logic for the case where the offreg is stored in the dst register is incorrect; therefore, we cannot simply invert the addition operati...

5.5CVSS6.1AI score0.00012EPSS
Exploits0References2
SUSE Linux
SUSE Linux
•added 2026/05/06 12:6 p.m.•1 views

Security update for openexr

This update for openexr fixes the following issues: CVE-2026-40244: Integer overflow in DWA setupChannelData planarUncRle pointer arithmetic bsc1262426. CVE-2026-40250: Integer overflow in DWA decoder outBufferEnd pointer arithmetic bsc1262425. Patch Instructions: To install this SUSE update use...

8.4CVSS5.8AI score0.00033EPSS
Exploits0References8
AstraLinux
AstraLinux
•added 2026/05/03 11:59 p.m.•4 views

Astra Linux - ŃƒŃŠ·Š²ŠøŠ¼Š¾ŃŃ‚ŃŒ в linux-5.15, linux-6.1, linux, linux-5.10

In the Linux kernel, the following vulnerability has been resolved: Wifi: iwlwifi: mvm – Fixed a memory corruption issue A few lines above, space is allocated using kzalloc for: sizeofstruct iwlnvmdata + sizeofstruct ieee80211channel + sizeofstruct ieee80211rate mvm-nvmdata is a struct iwlnvmdata...

7.8CVSS6.1AI score0.00018EPSS
Exploits0References2
AstraLinux
AstraLinux
•added 2026/05/03 11:59 p.m.•3 views

Astra Linux - ŃƒŃŠ·Š²ŠøŠ¼Š¾ŃŃ‚ŃŒ в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: s390/bpf: Fix bpfplt pointer arithmetic Kui-Feng Lee reported a crash on s390x triggered by the dummystops/dummyinitptrarg test 1: 0x2 bpfstructopstestrun+0x156/0x250 sysbpf+0xa1a/0xd00 s390xsysbpf+0x44/0x50 dosyscall+0x244/0x300...

5.5CVSS7.4AI score0.00033EPSS
Exploits0References2
OSV
OSV
•added 2026/05/02 12:0 p.m.•2 views

RUSTSEC-2026-0133 Invalid pointer arithmetic in `iter()` and `iter_mut()`

The iter and itermut APIs compute current = &children0 as const const RawAutoChild.sub1, which performs pointer subtraction going before the start of the allocation. This is undefined behavior per Rust's pointer arithmetic rules. This can be triggered through safe public APIs — iter and itermut —...

5.8AI score
Exploits0References3
RustSec
RustSec
•added 2026/05/02 12:0 p.m.•7 views

Out-of-bounds read/write in `Index` and `IndexMut` implementations

The Index and IndexMut implementations for Caja use unchecked pointer arithmetic without bounds validation. Creating a Caja with a small key and then accessing an out-of-range index causes out-of-bounds reads or writes beyond the allocated memory. This can be triggered through safe public APIs —...

5.8AI score
Exploits0Affected Software1
RustSec
RustSec
•added 2026/05/02 12:0 p.m.•4 views

Invalid pointer arithmetic in `iter()` and `iter_mut()`

The iter and itermut APIs compute current = &children0 as const const RawAutoChild.sub1, which performs pointer subtraction going before the start of the allocation. This is undefined behavior per Rust's pointer arithmetic rules. This can be triggered through safe public APIs — iter and itermut —...

5.8AI score
Exploits0
OSV
OSV
•added 2026/05/02 12:0 p.m.•2 views

RUSTSEC-2026-0130 Out-of-bounds read/write in `Index` and `IndexMut` implementations

The Index and IndexMut implementations for Caja use unchecked pointer arithmetic without bounds validation. Creating a Caja with a small key and then accessing an out-of-range index causes out-of-bounds reads or writes beyond the allocated memory. This can be triggered through safe public APIs —...

5.8AI score
Exploits0References3
CNNVD
CNNVD
•added 2026/05/01 12:0 a.m.•5 views

Linux kernel å®‰å…Øę¼ę“ž

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the possibility of overflowing the u16 DACL size when performing operations on setposixaclentriesdacl a...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/04/24 2:44 p.m.•3 views

CVE-2026-31636

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix RESPONSE authenticator parser OOB read rxgkverifyauthenticator copies authlen bytes into a temporary buffer and then passes p + authlen as the parser limit to rxgkdoverifyauthenticator. Since p is a be32 , that inflate...

5.5AI score0.00058EPSS
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/08 3:9 p.m.•4 views

OpenEXR: DWA Lossy Decoder Heap Out-of-Bounds Write

Summary The DWA lossy decoder constructs temporary per-component block pointers using signed 32-bit arithmetic. For a large enough width, the calculation overflows and later decoder stores operate on a wrapped pointer outside the allocated rowBlock backing store. This bug is reachable from the...

8.4CVSS6AI score0.00011EPSS
Exploits1References6Affected Software1
OSV
OSV
•added 2026/04/08 3:9 p.m.•0 views

GHSA-P8XC-W3Q4-H64X OpenEXR: DWA Lossy Decoder Heap Out-of-Bounds Write

Summary The DWA lossy decoder constructs temporary per-component block pointers using signed 32-bit arithmetic. For a large enough width, the calculation overflows and later decoder stores operate on a wrapped pointer outside the allocated rowBlock backing store. This bug is reachable from the...

8.4CVSS5.9AI score0.00011EPSS
Exploits1References6
RedHat Linux
RedHat Linux
•added 2026/03/17 5:4 p.m.•5 views

kernel: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save

In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save Improper use of secondary pointer &dev-i2csubipregs caused kernel crash and out-of-bounds error: BUG: KASAN: slab-out-of-bounds in...

7.8CVSS5.7AI score0.00017EPSS
Exploits0References5
RedHat Linux
RedHat Linux
•added 2026/03/17 5:4 p.m.•7 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

7.8CVSS5.8AI score0.00068EPSS
Exploits0References3
Packet Storm
Packet Storm
•added 2026/02/26 12:0 a.m.•85 views

šŸ“„ PJSIP PJMEDIA H.264 Denial of Service

A logic validation flaw was identified in the H.264 packetization routine within the PJMEDIA component of PJSIP. Specifically, insufficient validation of FU-A Fragmentation Unit – Type A state handling in pjmediah264packetize may allow malformed RTP payloads to trigger unsafe pointer arithmetic...

5.5AI score
Exploits0
RedhatCVE
RedhatCVE
•added 2026/01/28 9:17 p.m.•3 views

CVE-2026-24872

improper pointer arithmetic vulnerability in ProjectSkyfire SkyFire548.This issue affects SkyFire548: before 5.4.8-stable5...

9.8CVSS5.9AI score0.00083EPSS
Exploits0References1
NVD
NVD
•added 2026/01/27 4:16 p.m.•4 views

CVE-2026-24872

improper pointer arithmetic vulnerability in ProjectSkyfire SkyFire548.This issue affects SkyFire548: before 5.4.8-stable5...

9.8CVSS0.00083EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/01/27 3:51 p.m.•2 views

CVE-2026-24872

improper pointer arithmetic vulnerability in ProjectSkyfire SkyFire548.This issue affects SkyFire548: before 5.4.8-stable5...

9.8CVSS5.9AI score0.00083EPSS
Exploits0References2
Vulnrichment
Vulnrichment
•added 2026/01/27 3:51 p.m.•1 views

CVE-2026-24872 Pointer arithmetic error in SkyFire_548

improper pointer arithmetic vulnerability in ProjectSkyfire SkyFire548.This issue affects SkyFire548: before 5.4.8-stable5...

9.8CVSS5.3AI score0.00083EPSS
Exploits0References1
Rows per page
Query Builder