Lucene search
+L

7335 matches found

OSV
OSV
added 2025/07/24 2:45 p.m.5 views

MAL-2025-6227 Malicious code in react-is-builtin (npm)

The package communicates with a domain associated with malicious activity. --- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis ec8b0c72c247f12884f7dd1d983f39af01544eaefed640dec15bd838e4b3473d The OpenSSF Package Analysis project identified 'react-is-builtin' @...

7.3AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2025/07/24 12:58 p.m.13 views

iPhone vs. Android: iPhone users more reckless, less protected online

The smartphone wars have a winner, and it’s Android. No, this isn’t about which device has the best camera, the snappiest processor, or the flashiest AI features—this is about which device owners are safer online, and in many ways, it is Android users who take the crown. According to a new analys...

7AI score
SaveExploits0
OSV
OSV
added 2025/07/24 12:54 p.m.4 views

MAL-2025-6223 Malicious code in hackerone-internal (npm)

The package communicates with a domain associated with malicious activity. --- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis b8ddab95d549d0170f1470cafc839ea1bc22e62f6f41cb1c269d107682378db1 The OpenSSF Package Analysis project identified 'hackerone-internal' ...

7.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/07/24 12:0 a.m.9 views

Information Security Based on LLM Approaches: a Review

Information security is facing increasingly severe challenges, and traditional protection means are difficult to cope with complex and changing threats. In recent years, as an emerging intelligent technology, large language models LLMs have shown a broad application prospect in the field of...

6.9AI score
SaveExploits0
Trend Micro Simply Security
Trend Micro Simply Security
added 2025/07/24 12:0 a.m.6 views

Proactive Email Security: The Power of AI

Lead with AI-powered email security to stay ahead of attackers and personalize user interaction at every touchpoint, bridging technology and behavior with precision...

7.4AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/07/23 3:25 p.m.9 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
Positive Technologies
Positive Technologies
added 2025/07/23 12:0 a.m.17 views

PT-2025-30638

Name of the Vulnerable Software and Affected Versions ABB AC500 V2 versions through 2.5.2 Description A buffer over-read issue exists in ABB AC500 V2. This can potentially lead to unexpected system behavior. Recommendations Update ABB AC500 V2 to a version later than 2.5.2...

6.9CVSS5.9AI score0.00406EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/07/23 12:0 a.m.11 views

PT-2025-33789

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a vulnerability in the BPF Berkeley Packet Filter subsystem. A crafted BPF program can cause a kernel warning due to improper handling of narrower access to...

5.5CVSS6AI score0.00193EPSS
SaveExploits0
HackRead
HackRead
added 2025/07/22 5:39 a.m.9 views

New Report Reveals Just 10% of Employees Drive 73% of Cyber Risk

Austin, United States / TX, 22nd July 2025, CyberNewsWire...

7.3AI score
SaveExploits0
OSV
OSV
added 2025/07/21 6:4 p.m.7 views

CLSA-2025-1753121050 Fix CVE(s): CVE-2025-48384

SECURITY UPDATE: security vulnerability addressed - debian/patches/CVE-2025-48384.patch: quote values containing CR character to prevent unintended behavior - CVE-2025-48384...

8CVSS7AI score0.02839EPSS
SaveExploits9References1
OSV
OSV
added 2025/07/18 11:15 p.m.6 views

DEBIAN-CVE-2025-7394

In the OpenSSL compatibility layer implementation, the function RANDpoll was not behaving as expected and leading to the potential for predictable values returned from RANDbytes after fork is called. This can lead to weak or predictable random numbers generated in applications that are both using...

9.8CVSS5.4AI score0.00387EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/18 3:22 p.m.5 views

MAL-2025-6008 Malicious code in os-apps-ui-curvelibrary1 (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis d69bf54e33d46b564e56a260b65d3c9b8d3a7202dfec0feb06e2930c0bc53dce The OpenSSF Package Analysis project identified 'os-apps-ui-curvelibrary1' @ 12.9.9 npm as malicious. It is considered malicious because: - The...

7.3AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/07/18 12:0 a.m.9 views

Ubuntu 16.04 LTS / 18.04 LTS : PHP vulnerabilities (USN-7645-1)

The remote Ubuntu 16.04 LTS / 18.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-7645-1 advisory. It was discovered that PHP incorrectly parsed certain HTTP response headers. An attacker could possibly use this issue to cause incorrect MIM...

9.8CVSS6.2AI score0.00821EPSS
SaveExploits1References5
OSV
OSV
added 2025/07/17 9:19 p.m.11 views

GHSA-9RCW-C2F9-2J55 OpenZeppelin Contracts Bytes's lastIndexOf function with position argument performs out-of-bound memory access on empty buffers

Impact The lastIndexOfbytes,byte,uint256 function of the Bytes.sol library may access uninitialized memory when the following two conditions hold: 1 the provided buffer length is empty i.e. buffer.length == 0 and position is not 2256 - 1 i.e. pos != typeuint256.max. The pos argument could be used...

6.9CVSS6.7AI score0.00334EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/17 6:25 p.m.31 views

CVE-2025-54070

OpenZeppelin Contracts (Bytes.sol) lastIndexOf(bytes, byte, uint256) is vulnerable in versions prior to 5.4.0 when the input buffer is empty (buffer.length == 0) and pos != type(uint256).max. In this scenario, the function may access uninitialized memory at buffer + 0x20 + pos, potentially return...

6.9CVSS7AI score0.00334EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/17 1:55 p.m.6 views

MAL-2025-5992 Malicious code in ngx-satoris (npm)

The package communicates with a domain associated with malicious activity. --- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 673e3bc6e9e3b3d52385697990c722fc2d418dcb3169950ac1063ae5b0371c1f Any computer that has this package installed or running should be considered...

7.2AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/07/17 9:12 a.m.11 views

glib: buffer overflow in set_connect_msg()

A flaw was found in the Glib library. A buffer overflow condition can be triggered in certain conditions due to an off-by-one error in SOCKS4CONNMSGLEN. This issue may lead to an application crash or other undefined behavior...

9.8CVSS7.3AI score0.01263EPSS
SaveExploits1References7
Trellix
Trellix
added 2025/07/17 12:0 a.m.38 views

Detecting and Visualizing Lateral Movement Attacks with Trellix XDR

Detecting and Visualizing Lateral Movement Attacks with Trellix Helix Connect By Maulik Maheta and Adithya Chandra · July 17, 2025 Executive summary This blog marks the third installment in our series on detecting and visualizing lateral movement attacks with Trellix Helix Connect. A lateral...

6.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/17 12:0 a.m.13 views

PT-2025-29948 · Openzeppelin · Openzeppelin Contracts

Name of the Vulnerable Software and Affected Versions: OpenZeppelin Contracts versions 5.2.0 through 5.3.9 Description: The lastIndexOfbytes,byte,uint256 function within the Bytes.sol library may access uninitialized memory under specific conditions. This occurs when the provided buffer length is...

6.9CVSS6.7AI score0.00334EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/07/16 5:38 p.m.7 views

CVE-2025-40777

If a named caching resolver is configured with serve-stale-enable yes, and with stale-answer-client-timeout set to 0 the only allowable value other than disabled, and if the resolver, in the process of resolving a query, encounters a CNAME chain involving a specific combination of cached or...

7.5CVSS7.5AI score0.00877EPSS
SaveExploits0
Rows per page
Query Builder