Lucene search
+L

434 matches found

Packet Storm News
Packet Storm News
added 2026/02/23 12:00 a.m.14 views

CodeHacker: Automated Test Case Generation for Detecting Vulnerabilities in Competitive Programming Solutions

The evaluation of Large Language Models LLMs for code generation relies heavily on the quality and robustness of test cases. However, existing benchmarks often lack coverage for subtle corner cases, allowing incorrect solutions to pass. To bridge this gap, we propose CodeHacker, an automated agen...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/02/16 12:00 a.m.14 views

OpenSSL 3.x Realistic ASN.1 / PKCS#12 Denial of Service Tool

This proof of concept builds structurally correct ASN.1 DER / PKCS12 files designed to stress-test OpenSSL's parser and memory handling. It focuses on non-exploitative impacts such as denial of service, excessive memory consumption, deep recursion, malformed lengths, and duplicated/overlapping...

5.6AI score
SaveExploits0
OSV
OSV
added 2026/02/14 4:15 p.m.16 views

UBUNTU-CVE-2026-23161

In the Linux kernel, the following vulnerability has been resolved: mm/shmem, swap: fix race of truncate and swap entry split The helper for shmem swap freeing is not handling the order of swap entries correctly. It uses xacmpxchgirq to erase the swap entry, but it gets the entry order before tha...

7.3CVSS5.6AI score0.00093EPSS
SaveExploits0References12
GithubExploit
GithubExploit
added 2026/02/14 3:03 p.m.320 views

ARGUS

ARGUS - All-seeing Recon & General Unified Security...

5.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/01/20 4:30 p.m.18 views

Pterodactyl endlessly reprocesses/reuploads activity log data due to SQLite max parameters limit not being considered

Summary Wings does not consider SQLite max parameter limit when processing activity log entries allowing for low privileged user to trigger a condition that floods the panel with activity records Details After wings sends activity logs to the panel it deletes the processed activity entries from t...

8.3CVSS5.7AI score0.0054EPSS
SaveExploits1References7Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/09 9:24 a.m.17 views

CVE-2023-40692

IBM Db2 for Linux, UNIX and Windows includes Db2 Connect Server 10.5, 11.1, 11.5 is vulnerable to denial of service under extreme stress conditions. IBM X-Force ID: 264807...

7.5CVSS6.3AI score0.01075EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/12/31 12:27 a.m.11 views

SUSE CVE-2023-54242

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/30 3:30 p.m.21 views

EUVD-2023-60399

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

6AI score0.00193EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.37 views

CVE-2023-54242 block, bfq: Fix division by zero error on zero wsum

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

0.00193EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 12:22 p.m.24 views

CVE-2022-50714

CVE-2022-50714 involves a Linux kernel driver issue in wifi mt76/mt7921e. The crash occurs during insmod/rmmod stress testing due to a missing mt76_dev in mt7921_pci_remove(), with the drvdata not guaranteed ready when probe() finishes. The result is a KASAN user-memory-access write (8 bytes) dur...

6AI score0.00236EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.21 views

PT-2025-53018

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.19.0-rc6 Description The Linux kernel contains a flaw within the mt76 mt7921e driver that can lead to a crash during module removal rmmod in a stress test scenario involving rapid module loading and unloading...

7.8CVSS6.2AI score0.00954EPSS
SaveExploits2References842
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-40271

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/proc: fix uaf in procreaddirde Pde is erased from subdir rbtree through rberase, but not set the node to EMPTY, which may result in uaf access. We should us...

7.8CVSS6.3AI score0.00455EPSS
SaveExploits3References3
Debian CVE
Debian CVE
added 2025/12/06 9:50 p.m.11 views

CVE-2025-40271

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix uaf in procreaddirde Pde is erased from subdir rbtree through rberase, but not set the node to EMPTY, which may result in uaf access. We should use RBCLEARNODE set the erased node to EMPTY, then pdesubdirnext will...

7.8CVSS5.3AI score0.00455EPSS
SaveExploits3
CVE
CVE
added 2025/12/06 9:50 p.m.117 views

CVE-2025-40271

CVE-2025-40271: Linux kernel vulnerability in fs/proc related to proc_readdir_de() UAF. The issue arises when a PDE is erased from the subdir red-black tree with rb_erase() but the node is not cleared, allowing a use-after-free in pde_subdir_next() after the entry is released. This can lead to pr...

7.8CVSS6.1AI score0.00455EPSS
SaveExploits3References9
Cvelist
Cvelist
added 2025/12/06 9:50 p.m.40 views

CVE-2025-40271 fs/proc: fix uaf in proc_readdir_de()

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix uaf in procreaddirde Pde is erased from subdir rbtree through rberase, but not set the node to EMPTY, which may result in uaf access. We should use RBCLEARNODE set the erased node to EMPTY, then pdesubdirnext will...

7.8CVSS0.00455EPSS
SaveExploits3References8
Malwarebytes
Malwarebytes
added 2025/12/02 4:22 p.m.18 views

Air fryer app caught asking for voice data (re-air) (Lock and Code S06E24)

This week on the Lock and Code podcast … It's often said online that if a product is free, you're the product, but what if that bargain was no longer true? What if, depending on the device you paid hard-earned money for, you still became a product yourself, to be measured, anonymized, collated,...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/11/11 12:00 a.m.15 views

Automated Hardware Trojan Insertion in Industrial-Scale Designs

Industrial Systems-on-Chips SoCs often comprise hundreds of thousands to millions of nets and millions to tens of millions of connectivity edges, making empirical evaluation of hardware-Trojan HT detectors on realistic designs both necessary and difficult. Public benchmarks remain significantly...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:00 a.m.4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990568)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990568 advisory. In the Linux kernel, the following vulnerability has been resolved: locking/wwmutex/test: Fix potential workqueue corruption In some cases running with the...

7.8CVSS6AI score0.00255EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-990174)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990174 advisory. In the Linux kernel, the following vulnerability has been resolved: locking/wwmutex/test: Fix potential workqueue corruption In some cases running with the...

7.8CVSS6AI score0.00255EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/08 11:39 p.m.12 views

SUSE CVE-2022-50517

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: do not clobber swpentryt during THP split The following has been observed when running stressng mmap since commit b653db77350c "mm: Clear page-private when splitting or migrating a page" watchdog: BUG: soft lockup ...

7.8CVSS6.5AI score0.00144EPSS
SaveExploits0References3
Rows per page
Query Builder