Lucene search
+L

329 matches found

GithubExploit
GithubExploit
added 2025/09/08 4:4 a.m.163 views

CWEXploit

This is a PoC Proof of Concept exploit for various CWE Common...

7.4AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/09/03 12:0 a.m.9 views

Jump over ASLR - Branch Predictors

This project demonstrates applied research in C that illustrates concepts related to branch predictors, speculative execution, and cache-based side channels in the context of Address Space Layout Randomization ASLR...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/08/28 12:0 a.m.8 views

AI Agentic Vulnerability Injection and Transformation with Optimized Reasoning

The increasing complexity of software systems and the sophistication of cyber-attacks have underscored the critical need for effective automated vulnerability detection and repair systems. Traditional methods, such as static program analysis, face significant challenges related to scalability,...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/21 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2020-2570

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Vulnerability in the MySQL Client product of Oracle MySQL component: C API. Supported versions that are affected are 5.7.28 and prior and 8.0.18 and prior...

5.9CVSS6AI score0.0293EPSS
SaveExploits0References2
CNVD
CNVD
added 2025/08/15 12:0 a.m.76 views

GNU libopts Buffer Overflow Vulnerability

GNU libopts is a C language library for parsing command line options from the US GNU community. A buffer overflow vulnerability exists in GNU libopts version 27.6 and earlier, which stems from a boundary error in the function strstrsse2 when processing untrusted input. An attacker could exploit...

5.5CVSS7.3AI score0.00212EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2025/08/13 12:0 a.m.6 views

EulerOS 2.0 SP13 : glibc (EulerOS-SA-2025-1974)

According to the versions of the glibc packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Untrusted LDLIBRARYPATH environment variable vulnerability in the GNU C Library version 2.27 to 2.38 allows attacker controlled loading of...

7.8CVSS7.1AI score0.00557EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/08/12 12:0 a.m.27 views

Intel TinyCBOR Library 安全漏洞

Intel TinyCBOR Library is a C language library from Intel Corporation USA. A security vulnerability exists in Intel TinyCBOR Library versions prior to 0.6.1, which stems from uncontrolled recursion and could lead to a denial of service...

4.4CVSS6.4AI score0.00113EPSS
SaveExploits0References2
Gitee
Gitee
added 2025/07/27 3:36 a.m.128 views

Exploit for Use After Free in Microsoft

This is a PoC exploit for CVE-2019-0708, also known as the "BlueKeep" vulnerability. The vulnerability is in the Remote Desktop Protocol RDP service, which is a remote access protocol used by Windows systems. The exploit is designed to scan for vulnerable systems and exploit the vulnerability to...

10CVSS8.1AI score0.99999EPSS
SaveExploits125
Fedora
Fedora
added 2025/07/15 2:6 a.m.11 views

[SECURITY] Fedora 41 Update: gnutls-3.8.10-1.fc41

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface API to access the secure communications protocols as well as APIs to parse and write X.509, PKCS 12, OpenPGP and...

8.2CVSS7.3AI score0.0072EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/07/15 12:31 a.m.10 views

zlib: Out-of-bound pointer arithmetic in inftrees.c

A vulnerability was discovered in the inftrees.c file of zlib. Pointer arithmetic operations violate the C standard by subtracting an offset from an array pointer before its allocated memory, leading to undefined behavior...

8.8CVSS7.3AI score0.04793EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/06/16 12:0 a.m.4 views

libxml2 缓冲区错误漏洞

libxml2 is a GNOME open source library for parsing XML documents. It is written in C and can be called by many languages, such as C, C++, and XSH. A buffer error vulnerability exists in libxml2, which stems from a memory corruption issue when processing certain sch:name elements, which could resu...

9.1CVSS8.3AI score0.01483EPSS
SaveExploits0References5
Mageia
Mageia
added 2025/05/27 6:46 p.m.25 views

Updated sqlite3 packages fix security vulnerability

In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3dbconfig in the C-language API can cause a denial of service application crash. An sznBig multiplication is not cast to a 64-bit integer, and consequently some memory allocations may be incorrect. CVE-2025-29088...

5.6CVSS6.7AI score0.00197EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/05/23 7:7 a.m.13 views

CVE-2024-49749

In DGifSlurp of dgiflib.c, there is a possible out of bounds write due to an integer overflow. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

8.8CVSS7.8AI score0.00246EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/05/15 12:0 a.m.29 views

SafeTrans: LLM-Assisted Transpilation from C to Rust

Rust is a strong contender for a memory-safe alternative to C as a "systems" programming language, but porting the vast amount of existing C code to Rust is a daunting task. In this paper, we evaluate the potential of large language models LLMs to automate the transpilation of C code to idiomatic...

7.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/04/21 12:0 a.m.10 views

C2RUST-BENCH: a Minimized, Representative Dataset for C-To-Rust Transpilation Evaluation

Despite the effort in vulnerability detection over the last two decades, memory safety vulnerabilities continue to be a critical problem. Recent reports suggest that the key solution is to migrate to memory-safe languages. To this end, C-to-Rust transpilation becomes popular to resolve...

7.5AI score
SaveExploits0
AlpineLinux
AlpineLinux
added 2025/04/10 12:0 a.m.20 views

CVE-2025-29088

In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3dbconfig in the C-language API can cause a denial of service application crash. An sznBig multiplication is not cast to a 64-bit integer, and consequently some memory allocations may be incorrect...

5.6CVSS6.8AI score0.00197EPSS
SaveExploits0
OSV
OSV
added 2025/03/17 8:16 p.m.19 views

RLSA-2024:9181 Moderate: jose security update

Jose is a C-language implementation of the Javascript Object Signing and Encryption standards. The jose package is a dependency of the clevis and tang packages, together providing Network Bound Disk Encryption NBDE in Rocky Linux. Security Fixes: jose: resource exhaustion CVE-2024-28176 jose:...

7.5CVSS6.7AI score0.02085EPSS
SaveExploits1References3
Fedora
Fedora
added 2025/02/26 1:43 a.m.11 views

[SECURITY] Fedora 40 Update: gnutls-3.8.9-1.fc40

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface API to access the secure communications protocols as well as APIs to parse and write X.509, PKCS 12, OpenPGP and...

5.3CVSS5.3AI score0.01266EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/01/16 12:0 a.m.13 views

The vulnerability of the EditorConfig core library in the C programming language, related to buffer overflow in the stack, allows a malicious actor to trigger a service failure.

The vulnerability of the EditorConfig core library in the C programming language is related to buffer overflow in the stack. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.3CVSS5.8AI score0.00203EPSS
SaveExploits0References9Affected Software3
OSV
OSV
added 2024/12/06 4:0 p.m.12 views

CVE-2024-54137 liboqs has a correctness error in HQC decapsulation

liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. A correctness error has been identified in the reference implementation of the HQC key encapsulation mechanism. Due to an indexing error, part of the secret key is incorrectly treat...

7.4CVSS7AI score
SaveExploits0References4
Rows per page
Query Builder