Lucene search
+L

884 matches found

Packet Storm News
Packet Storm News
added 2025/05/31 12:0 a.m.22 views

PackHero: a Scalable Graph-Based Approach for Efficient Packer Identification

Anti-analysis techniques, particularly packing, challenge malware analysts, making packer identification fundamental. Existing packer identifiers have significant limitations: signature-based methods lack flexibility and struggle against dynamic evasion, while Machine Learning approaches require...

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

A Comparative Study of Fuzzers and Static Analysis Tools for Finding Memory Unsafety in C and C++

Even today, over 70% of security vulnerabilities in critical software systems result from memory safety violations. To address this challenge, fuzzing and static analysis are widely used automated methods to discover such vulnerabilities. Fuzzing generates random program inputs to identify faults...

7.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/28 12:0 a.m.5 views

Hunting the Ghost: Towards Automatic Mining of IoT Hidden Services

In this paper, we proposes an automatic firmware analysis tool targeting at finding hidden services that may be potentially harmful to the IoT devices. Our approach uses static analysis and symbolic execution to search and filter services that are transparent to normal users but explicit to...

7AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/27 12:0 a.m.25 views

JavaSith: a Client-Side Framework for Analyzing Potentially Malicious Extensions in Browsers, VS Code, and NPM Packages

Modern software supply chains face an increasing threat from malicious code hidden in trusted components such as browser extensions, IDE extensions, and open-source packages. This paper introduces JavaSith, a novel client-side framework for analyzing potentially malicious extensions in web...

7.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/26 12:0 a.m.13 views

Eradicating the Unseen: Detecting, Exploiting, and Remediating a Path Traversal Vulnerability across GitHub

Vulnerabilities in open-source software can cause cascading effects in the modern digital ecosystem. It is especially worrying if these vulnerabilities repeat across many projects, as once the adversaries find one of them, they can scale up the attack very easily. Unfortunately, since developers...

7.4AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 5:42 p.m.12 views

CVE-2020-5252

The command-line "safety" package for Python has a potential security issue. There are two Python characteristics that allow malicious code to “poison-pill” command-line Safety package detection routines by disguising, or obfuscating, other malicious or non-secure packages. This vulnerability is...

5CVSS7AI score0.00366EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 4:30 p.m.21 views

CVE-2020-2316

Jenkins Static Analysis Utilities Plugin 1.96 and earlier does not escape the annotation message in tooltips, resulting in a stored cross-site scripting XSS vulnerability exploitable by attackers with Job/Configure permission...

5.4CVSS5.5AI score0.00719EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 4:51 a.m.15 views

CVE-2019-10308

A missing permission check in Jenkins Static Analysis Utilities Plugin 1.95 and earlier in the DefaultGraphConfigurationViewdoSave form handler method allowed attackers with Overall/Read permission to change the per-job default graph configuration for all users...

6.5CVSS6.6AI score0.01536EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/05/22 12:0 a.m.7 views

GRAudit Grep Auditing Tool 3.9

Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility, grep. It's comparable to other static analysis applications like RATS, SWAAT, and flaw-finder while keeping the technical requirements to a minimum and being very...

7.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/16 12:0 a.m.8 views

GoLeash: Mitigating Golang Software Supply Chain Attacks with Runtime Policy Enforcement

Modern software supply chain attacks consist of introducing new, malicious capabilities into trusted third-party software components, in order to propagate to a victim through a package dependency chain. These attacks are especially concerning for the Go language ecosystem, which is extensively...

7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/14 12:0 a.m.14 views

PT-2025-29032

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw within the fbdev core and fbcvt functionality that could lead to a kernel oops due to a division by zero error. This occurs in the fb cvt hperiod...

5.5CVSS6.7AI score0.00153EPSS
SaveExploits0
NVD
NVD
added 2025/05/09 7:16 a.m.12 views

CVE-2025-37881

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in astvhubinitdev The variable d-name, returned by devmkasprintf, could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in...

5.5CVSS0.00292EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/09 7:16 a.m.9 views

UBUNTU-CVE-2025-37844

In the Linux kernel, the following vulnerability has been resolved: cifs: avoid NULL pointer dereference in dbg call cifsserverdbg implies server to be non-NULL so move call under condition to avoid NULL pointer dereference. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.2AI score0.00275EPSS
SaveExploits0References40
Cvelist
Cvelist
added 2025/05/09 6:45 a.m.24 views

CVE-2025-37881 usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in astvhubinitdev The variable d-name, returned by devmkasprintf, could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in...

0.00292EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/09 6:45 a.m.159 views

CVE-2025-37881

In CVE-2025-37881, the Linux kernel USB gadget aspeed driver (ast_vhub_init_dev) fixes a NULL pointer dereference by adding a NULL check for d->name (returned by devm_kasprintf). The issue could occur if devm_kasprintf() returns NULL, potentially leading to a crash. The patch, which references...

5.5CVSS6.4AI score0.00292EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/05/09 6:45 a.m.12 views

CVE-2025-37881 usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in astvhubinitdev The variable d-name, returned by devmkasprintf, could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in...

6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/05/09 6:41 a.m.147 views

CVE-2025-37851

CVE-2025-37851 affects the Linux kernel fbdev omapfb path. The vulnerability centers on the dispc_ovl_setup function not handling the plane value OMAP_DSS_WB from the enum parameter plane. While that value is initialized in dss_init_overlays and in current code cannot take this value, some code p...

5.5CVSS6.7AI score0.00277EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2025/05/08 7:15 a.m.30 views

CVE-2025-37828

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: mcq: Add NULL check in ufshcdmcqabort A race can occur between the MCQ completion path and the abort handler: once a request completes, blkmqfreerequest sets rq-mqhctx to NULL, meaning the subsequent ufshcdmcqreqtohwq...

5.5CVSS0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/08 7:15 a.m.1 views

DEBIAN-CVE-2025-37828

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: mcq: Add NULL check in ufshcdmcqabort A race can occur between the MCQ completion path and the abort handler: once a request completes, blkmqfreerequest sets rq-mqhctx to NULL, meaning the subsequent ufshcdmcqreqtohwq...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/08 7:15 a.m.16 views

CVE-2025-37811

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: cihdrcimx: fix usbmisc handling usbmisc is an optional device property so it is totally valid for the corresponding data-usbmiscdata to have a NULL value. Check that before dereferencing the pointer. Found by Linux...

5.5CVSS0.00176EPSS
SaveExploits0References7
Rows per page
Query Builder