Lucene search
+L

773 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/29 10:0 a.m.9 views

Malicious code in @cap-js/sqlite (npm)

Supply chain compromise of legitimate SAP packages published by threat actor "[email protected]" impersonating SAP toolchain maintainers. All four compromised packages share the same fingerprint: setup.mjs 4.4 KB and execution.js 11.1 MB bundled in the tarball, with a preinstall hook of "node...

5.6AI score
Exploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/29 10:0 a.m.16 views

Malicious code in @cap-js/postgres (npm)

Supply chain compromise of legitimate SAP packages published by threat actor "[email protected]" impersonating SAP toolchain maintainers. All four compromised packages share the same fingerprint: setup.mjs 4.4 KB and execution.js 11.1 MB bundled in the tarball, with a preinstall hook of "node...

5.6AI score
Exploits0References2
OSV
OSV
added 2026/04/29 10:0 a.m.5 views

MAL-2026-3178 Malicious code in @cap-js/sqlite (npm)

Supply chain compromise of legitimate SAP packages published by threat actor "[email protected]" impersonating SAP toolchain maintainers. All four compromised packages share the same fingerprint: setup.mjs 4.4 KB and execution.js 11.1 MB bundled in the tarball, with a preinstall hook of "node...

5.7AI score
Exploits0References2
OSV
OSV
added 2026/04/29 10:0 a.m.10 views

MAL-2026-3177 Malicious code in @cap-js/postgres (npm)

Supply chain compromise of legitimate SAP packages published by threat actor "[email protected]" impersonating SAP toolchain maintainers. All four compromised packages share the same fingerprint: setup.mjs 4.4 KB and execution.js 11.1 MB bundled in the tarball, with a preinstall hook of "node...

5.7AI score
Exploits0References2
Snyk
Snyk
added 2026/04/28 9:0 p.m.16 views

Embedded Malicious Code

Overview @cap-js/db-service is a CDS base database service Affected versions of this package are vulnerable to Embedded Malicious Code that conceals an obfuscated payload designed to steal developer credentials during the package installation. The malicious versions and their contents are activel...

9.8CVSS5.8AI score
Exploits0References2
OSV
OSV
added 2026/04/27 8:21 p.m.7 views

CLSA-2026-1777305243 Fix CVE(s): CVE-2024-38286

SECURITY UPDATE: Denial of Service caused by unbounded TLS handshake wrap queue in SecureNio2Channel / SecureNioChannel. Backport upstream fix from 9.0.x commit 76c5cce6f0bcef14b0c21c38910371ca7d322d13. - debian/patches/CVE-2024-38286.patch: cap the handshake wrap queue at...

8.6CVSS7.1AI score0.01702EPSS
Exploits0References1
CVE
CVE
added 2026/04/24 2:35 p.m.35 views

CVE-2026-31570

CVE-2026-31570 relates to the Linux kernel CAN gateway module. The vulnerability is an OOB heap access in cgw_csum_crc8_rel(), caused by looping and writing using raw s8 indices (from_idx/to_idx/result_idx) instead of the precomputed bounds-safe values (from/to/res). calc_idx() yields bounds-safe...

8.8CVSS5.5AI score0.00262EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2026/04/24 2:35 p.m.36 views

CVE-2026-31570 can: gw: fix OOB heap access in cgw_csum_crc8_rel()

In the Linux kernel, the following vulnerability has been resolved: can: gw: fix OOB heap access in cgwcsumcrc8rel cgwcsumcrc8rel correctly computes bounds-safe indices via calcidx: int from = calcidxcrc8-fromidx, cf-len; int to = calcidxcrc8-toidx, cf-len; int res = calcidxcrc8-resultidx, cf-len...

8.8CVSS0.00262EPSS
Exploits0References8
NVD
NVD
added 2026/04/23 10:16 p.m.7 views

CVE-2026-41346

OpenClaw 2026.2.26 before 2026.3.31 enforces pending pairing-request caps per channel file instead of per account, allowing attackers to exhaust the shared pending window. Remote attackers can submit pairing requests from other accounts to block new pairing challenges on unaffected accounts,...

7.5CVSS0.00417EPSS
Exploits0References3
CVE
CVE
added 2026/04/23 9:58 p.m.29 views

CVE-2026-41346

OpenClaw 2026.2.26 before 2026.3.31 is vulnerable to a Denial of Service due to improper enforcement of pending pairing-request caps. The cap is applied per channel file instead of per account, enabling remote attackers to exhaust the shared pending window by submitting pairing requests from othe...

7.5CVSS5.8AI score0.00417EPSS
Exploits0References3Affected Software1
NVD
NVD
added 2026/04/22 8:16 p.m.9 views

CVE-2026-34064

nimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is...

8.2CVSS0.00275EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/22 7:43 p.m.6 views

CVE-2026-34064

nimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is...

5.3CVSS5.7AI score0.00275EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2026/04/22 7:43 p.m.3 views

CVE-2026-34064 nimiq-account: Vesting insufficient funds error can panic

nimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is...

5.3CVSS6AI score0.00275EPSS
Exploits0References6
OSV
OSV
added 2026/04/22 7:18 p.m.8 views

GHSA-VC34-39Q2-M6Q3 nimiq-account: Vesting insufficient funds error can panic

Impact VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is attacker-reachable because the vesting contract creation data 32-byte format allows encoding totalamount...

5.3CVSS5.8AI score0.00275EPSS
Exploits0References6
Github Security Blog
Github Security Blog
added 2026/04/22 7:18 p.m.11 views

nimiq-account: Vesting insufficient funds error can panic

Impact VestingContract::canchangebalance returns AccountError::InsufficientFunds when newbalance balance, the node crashes while trying to return an error. The mincap balance precondition is attacker-reachable because the vesting contract creation data 32-byte format allows encoding totalamount...

8.2CVSS5.8AI score0.00275EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2026/04/22 10:53 a.m.6 views

SUSE-SU-2026:21274-1 Security update for libcap

This update for libcap fixes the following issues: - CVE-2026-4878: local privilege escalation through file capability injection due to TOCTOU race condition in capsetfile bsc1261809...

7CVSS5.3AI score0.00188EPSS
Exploits1References3
OSV
OSV
added 2026/04/22 10:22 a.m.5 views

OPENSUSE-SU-2026:20613-1 Security update for libcap

This update for libcap fixes the following issues: - CVE-2026-4878: local privilege escalation through file capability injection due to TOCTOU race condition in capsetfile bsc1261809...

7CVSS5.2AI score0.00188EPSS
Exploits1References2
Positive Technologies
Positive Technologies
added 2026/04/22 12:0 a.m.12 views

PT-2026-34545

Impact VestingContract::can change balance returns AccountError::InsufficientFunds when new balance balance, the node crashes while trying to return an error. The min cap balance precondition is attacker-reachable because the vesting contract creation data 32-byte format allows encoding total...

5.3CVSS5.8AI score0.00275EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.8 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-011076)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011076 advisory. In the Linux kernel, the following vulnerability has been resolved: net: ena: fix shift-out-of-bounds in exponential backoff The ENA adapters on our instances...

7.1CVSS6.3AI score0.00149EPSS
Exploits0References4
OSV
OSV
added 2026/04/20 12:43 p.m.5 views

SUSE-SU-2026:21243-1 Security update for libcap

This update for libcap fixes the following issues: - CVE-2026-4878: local privilege escalation through file capability injection due to TOCTOU race condition in capsetfile bsc1261809...

7CVSS5.2AI score0.00188EPSS
Exploits1References3
Rows per page
Query Builder