Lucene search
+L

7335 matches found

RedHat Linux
RedHat Linux
added 2025/07/15 12:31 a.m.9 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
OSV
OSV
added 2025/07/14 10:30 p.m.6 views

MAL-2025-5849 Malicious code in ringcentral-google-drive-notification-add-in (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis afbe2fb4071ec030a6a51319f5f0b9d45664bf8caba681cfac58bb60bd001cf0 The OpenSSF Package Analysis project identified 'ringcentral-google-drive-notification-add-in' @ 2.2.2 npm as malicious. It is considered...

7.3AI score
SaveExploits0
OSV
OSV
added 2025/07/14 10:11 p.m.2 views

MAL-2025-5848 Malicious code in eslint-config-ivy (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 2e1af1d02505f4566c424f21a111d21aab14a0af46e04316c0c84bd47c35a777 The OpenSSF Package Analysis project identified 'eslint-config-ivy' @ 99.99.992 npm as malicious. It is considered malicious because: - The...

7.3AI score
SaveExploits0
OSV
OSV
added 2025/07/14 7:49 p.m.5 views

MAL-2025-5847 Malicious code in vtk-osmesa (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 910e787804512eabe1c118f5347fed9f57ca936717e18a80d26622108d75399e During the installation, sensitive information are exfiltrated incl. env variables --- Category: MALICIOUS - The campaign has clearly malicious intent, like...

7.3AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/07/14 6:6 p.m.10 views

microcode_ctl: From CVEorg collector

Incorrect behavior order for some IntelR Core™ Ultra Processors may allow an unauthenticated user to potentially enable information disclosure via physical access...

4.9CVSS6.6AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/14 4:21 p.m.8 views

wildfly: Wildfly vulnerable to Cross-Site Scripting (XSS)

A vulnerability was found in Wildfly, where a user may perform Cross-site scripting in the Wildfly deployment system. This flaw allows an attacker or insider to execute a deployment with a malicious payload, which could trigger undesired behavior against the server...

7.3CVSS5.8AI score0.00638EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/07/14 3:56 p.m.6 views

wildfly: Wildfly vulnerable to Cross-Site Scripting (XSS)

A vulnerability was found in Wildfly, where a user may perform Cross-site scripting in the Wildfly deployment system. This flaw allows an attacker or insider to execute a deployment with a malicious payload, which could trigger undesired behavior against the server...

7.3CVSS5.8AI score0.00638EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/14 3:2 p.m.3 views

MAL-2025-5845 Malicious code in workspace-loader (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 6337f633e71ac4bbdd2541a6ff172f67246451a691838940e3578c7c7ba4ee18 The OpenSSF Package Analysis project identified 'workspace-loader' @ 1.0.0 npm as malicious. It is considered malicious because: - The package...

7.3AI score
SaveExploits0
Rapid7 Blog
Rapid7 Blog
added 2025/07/14 2:7 p.m.7 views

Key Takeaways from the Take Command Summit 2025: Outpacing the Adversary – Red Teaming in a Complex Threat Landscape

The evolving complexity of modern infrastructures calls for more than traditional pen testing. In this session from the Take Command 2025 Virtual Cybersecurity Summit, red team experts shared how organizations are using continuous testing to outpace attackers — and better prepare their teams to...

6.7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/14 12:0 a.m.6 views

PT-2025-29465

Name of the Vulnerable Software and Affected Versions: polkit affected versions not specified Description: A flaw exists in polkit where processing an XML policy with 32 or more nested elements in depth can trigger an out-of-bounds write. This can lead to a crash or unexpected behavior, with the...

6.7CVSS6.8AI score0.00184EPSS
SaveExploits0References54
Packet Storm News
Packet Storm News
added 2025/07/13 12:0 a.m.9 views

Game Theory Meets LLM and Agentic AI: Reimagining Cybersecurity for the Age of Intelligent Threats

Protecting cyberspace requires not only advanced tools but also a shift in how we reason about threats, trust, and autonomy. Traditional cybersecurity methods rely on manual responses and brittle heuristics. To build proactive and intelligent defense systems, we need integrated theoretical...

6.9AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/07/12 8:28 p.m.10 views

CVE-2025-2522

The Honeywell Experion PKS and OneWireless WDM contains Sensitive Information in Resource vulnerability in the component Control Data Access CDA. An attacker could potentially exploit this vulnerability, leading to a Communication Channel Manipulation, which could result in buffer reuse which may...

6.5CVSS7.3AI score0.00231EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2025/07/11 7:57 p.m.11 views

static-alloc vulnerability leads to uninitialized read after allocating MemBump

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various allocmethods would then read and write the start of that memory as a Cell which isundefined behavior. Instead, it should zero initialize the start of the allocated...

6.9AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/07/11 12:0 p.m.4 views

RUSTSEC-2025-0042 Uninitialized read after allocating MemBump

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various alloc methods would then read and write the start of that memory as a Cell which is undefined behavior. Instead, it should zero initialize the start of the allocate...

6.9AI score
SaveExploits0References3
RustSec
RustSec
added 2025/07/11 12:0 p.m.7 views

Uninitialized read after allocating MemBump

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various alloc methods would then read and write the start of that memory as a Cell which is undefined behavior. Instead, it should zero initialize the start of the allocate...

6.9AI score
SaveExploits0Affected Software1
OSV
OSV
added 2025/07/11 7:25 a.m.6 views

MAL-2025-5832 Malicious code in @pwa-ib/eslint-plugin-compat (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 4d551b7911958e1076f15bbee358feaed7da5b9aea78210268e6e68261822c7a The OpenSSF Package Analysis project identified '@pwa-ib/eslint-plugin-compat' @ 1.99.99 npm as malicious. It is considered malicious because: -...

7.3AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/11 12:0 a.m.5 views

PT-2025-30314 · Crates.Io · Static-Alloc

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various alloc methods would then read and write the start of that memory as a Cell which is undefined behavior. Instead, it should zero initialize the start of the allocate...

7AI score
SaveExploits0References4
Packet Storm News
Packet Storm News
added 2025/07/11 12:0 a.m.9 views

Characterizing Security and Privacy Teaching Standards for Schools in the United States

Increasingly, students begin learning aspects of security and privacy during their primary and secondary education grades K-12 in the United States. Individual U.S. states and some national organizations publish teaching standards -- guidance that outlines expectations for what students should...

6.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/11 12:0 a.m.5 views

PT-2025-30366 · Crates.Io · Static-Alloc

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various allocmethods would then read and write the start of that memory as a Cell which isundefined behavior. Instead, it should zero initialize the start of the allocated...

7AI score
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/07/11 12:0 a.m.4 views

nfsd: put dl_stid if fail to queue dl_recall

...

7.5CVSS6.8AI score0.00534EPSS
SaveExploits0
Rows per page
Query Builder