Lucene search
+L

3035 matches found

Kitploit
Kitploit
•added 2026/09/25 12:30 p.m.•18 views

clr

CLR C omprobador de L ifetimes vida útil y otros R efinement types tipos de refinamiento para Zig Vídeo: https://www.youtube.com/watch?v=mf0WzTOe-40 Patrocinio: https://buymeacoffee.com/dnautics discutir en hn: https://news.ycombinator.com/item?id=42923829 discutir en lobste.rs:...

5.9AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:36 a.m.•9 views

CVE-2026-98135

The Linux kernel contains a vulnerability in the ntfs filesystem driver where the is_boot_sector_ntfs() function incorrectly accepts a value of 0 or other non-power-of-two counts for the sectors_per_cluster field in the boot sector. When a zero value is processed by parse_ntfs_boot_sector(), the ...

5.8AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/25 10:36 a.m.•4 views

EUVD-2026-86966

In the Linux kernel, the following vulnerability has been resolved: ntfs: reject invalid sectorspercluster in the boot sector isbootsectorntfs checks the boot sector's sectorspercluster field with a range test that rejects 0x81..0xf3 but accepts 0 and other non-power-of-two counts. A zero value...

5.8AI score
SaveExploits0References2
NVD
NVD
•added 2026/09/24 4:17 p.m.•6 views

CVE-2026-88371

ZBar commit 2ea2ca58 contains an undefined-behavior vulnerability in the Code 128 decode6 function. When processing specially crafted Code 128 input, decodee can return -1 for an invalid edge pattern, and decode6 subsequently left-shifts this negative signed value while constructing the edge...

0.00149EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 4:17 p.m.•5 views

CVE-2026-88355

An incorrect buffer size calculation vulnerability exists in tinyexpr commit 4a7456e in newexpr. For arity-0 expression nodes, including constants, variables, and zero-argument functions, the function allocates less memory than sizeofteexpr but treats the returned allocation as a complete teexpr...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 12:00 a.m.•6 views

EUVD-2026-86270

ZBar commit 2ea2ca58 contains an undefined-behavior vulnerability in the Code 128 decode6 function. When processing specially crafted Code 128 input, decodee can return -1 for an invalid edge pattern, and decode6 subsequently left-shifts this negative signed value while constructing the edge...

5.9AI score0.00149EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/24 12:00 a.m.•6 views

CVE-2026-88355

A vulnerability exists in tinyexpr (commit 4a7456e) within the new_expr() function due to an incorrect buffer size calculation . For arity-0 expression nodes, such as constants, variables, and zero-argument functions, the function allocates less memory than sizeof(te_expr) but treats the result a...

6AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 12:00 a.m.•4 views

EUVD-2026-86286

An incorrect buffer size calculation vulnerability exists in tinyexpr commit 4a7456e in newexpr. For arity-0 expression nodes, including constants, variables, and zero-argument functions, the function allocates less memory than sizeofteexpr but treats the returned allocation as a complete teexpr...

6AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/24 12:00 a.m.•9 views

CVE-2026-88371

The ZBar library (commit 2ea2ca58 ) contains an undefined-behavior vulnerability within the Code 128 decode6() function. When processing specially crafted Code 128 input, the decode_e() function may return -1 for an invalid edge pattern. The decode6() function then performs a left-shift on this n...

5.9AI score0.00149EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/23 2:18 p.m.•7 views

EUVD-2026-85311

FFmpeg before 9.0 has a signed integer overflow in libavformat/mov.c. In movreadispe, uint32t width/height values from a crafted HEIF ispe box are stored into signed int fields without bounds checking, allowing values exceeding INTMAX to become negative. In readimagegrid, accumulating these value...

6.9CVSS5.8AI score0.00115EPSS
SaveExploits0References2
RustSec
RustSec
•added 2026/09/22 12:00 p.m.•5 views

`stack-graphs` C API exports are safe `extern "C"` functions

stackgraphs::c is a public module. From 0.0.3 through the current crates.io release 0.14.1, its pointer-taking entry points are pub extern "C" fn rather than unsafe fn. Safe Rust can call them. sgstackgraphfree frees the pointer with Box::fromraw. sgstackgraphfreestd::ptr::nullmut is immediate...

5.7AI score
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
•added 2026/09/22 12:00 a.m.•4 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: vim (UTSA-2022-000534)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2022-000534 advisory. Undefined Behavior for Input to API in GitHub repository vim/vim prior to 9.0.0100. Tenable has extracted the preceding description block directly from the Unity Lin...

6.5CVSS6.6AI score0.01072EPSS
SaveExploits1References4
NVD
NVD
•added 2026/09/21 11:17 a.m.•11 views

CVE-2026-92612

In Eclipse iceoryx2 versions greater than v0.8.0, the StaticString exposes its contents as mutable bytes through safe APIs, while String::asstr converts those bytes into a Rust string slice without validating UTF-8. An application can therefore create an invalid &str and trigger undefined behavio...

1CVSS0.00153EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/21 10:47 a.m.•41 views

CVE-2026-92612

In Eclipse iceoryx2 versions greater than v0.8.0, the StaticString exposes its contents as mutable bytes through safe APIs, while String::asstr converts those bytes into a Rust string slice without validating UTF-8. An application can therefore create an invalid &str and trigger undefined behavio...

1CVSS0.00153EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/21 10:47 a.m.•16 views

CVE-2026-92612

Eclipse iceoryx2 versions greater than v0.8.0 are affected by a vulnerability in the StaticString type. The type exposes its contents as mutable bytes through safe APIs, while String::as_str() converts those bytes into a Rust string slice without validating UTF-8. This allows an application to cr...

1CVSS5.7AI score0.00153EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/21 10:47 a.m.•16 views

EUVD-2026-83882

In Eclipse iceoryx2 versions greater than v0.8.0, the StaticString exposes its contents as mutable bytes through safe APIs, while String::asstr converts those bytes into a Rust string slice without validating UTF-8. An application can therefore create an invalid &str and trigger undefined behavio...

1CVSS5.7AI score0.00153EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/21 12:00 a.m.•2 views

CVE-2026-92612: Exposed Dangerous Method or Function

In Eclipse iceoryx2 versions greater than v0.8.0, the StaticString exposes its contents as mutable bytes through safe APIs, while String::asstr converts those bytes into a Rust string slice without validating UTF-8. An application can therefore create an invalid &str and trigger undefined behavio...

1CVSS5.7AI score0.00153EPSS
SaveExploits0References2
NVD
NVD
•added 2026/09/18 8:17 p.m.•8 views

CVE-2026-61714

FluidSynth is a software synthesizer based on the SoundFont 2 specifications. From 2.2.4 until 2.5.6, configuring synth.midi-channels above 16 allows the MIDI player to index fluidplayert::channelisplaying outside its fixed-size heap allocation while tracking active channels. The resulting...

7.8CVSS0.00184EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/18 8:01 p.m.•37 views

CVE-2026-61714

FluidSynth (SoundFont 2 software synthesizer) versions 2.2.4 through 2.5.6 contain a heap buffer overflow in the MIDI player. When synth.midi-channels is configured above the default of 16, the code indexes _fluid_player_t::channel_isplaying outside its fixed-size heap allocation, causing out-of-...

7.8CVSS6AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/18 12:00 p.m.•5 views

RUSTSEC-2026-0294 Unsoundness in UTF-8 'String' trait

The String API in iceoryx2-bb-container exposes its contents as mutable bytes through safe APIs, while String::asstr converts those bytes into a Rust string slice without validating UTF-8. An application can therefore create an invalid &str and trigger undefined behavior using entirely safe Rust...

1CVSS5.8AI score0.00153EPSS
SaveExploits0References3
Rows per page
Query Builder