Lucene search
+L

2534 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added 2026/06/29 6:12 a.m.16 views

Malicious code in openai-agents-helpers (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 768ddf82a7644f1678a27f3037c8a3fc4fae5f00b6181d6507a49892d20a7fda On npm install, scripts/postinstall.js automatically reads a broad set of installer-side identity and cloud-configuration files — /.gitconfig and the...

5.9AI score
SaveExploits0References26
Fedora
Fedora
added 2026/06/29 1:11 a.m.15 views

[SECURITY] Fedora 43 Update: podman-tui-1.11.2-1.fc43

podman-tui is a terminal user interface for Podman. podman-tui is using podman.socket service to communicate with podman environm ent and SSH to connect to remote podman machines...

7.5CVSS6.7AI score0.00651EPSS
SaveExploits1
EUVD
EUVD
added 2026/06/26 10:53 p.m.17 views

EUVD-2026-39490

pnpm: Git Fetch Argument Injection via Lockfile resolution.commit...

6.4CVSS5.8AI score0.00263EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/26 2:13 p.m.12 views

MAL-2026-6522 Malicious code in @epsteinlovekids483/crossmint-wallets-sdk-pentest (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 6e43e5a418541bb3e485010eba536ecc9f1483dba866af53ff4a760684409213 Package's main entry dist/index.cjs unconditionally requires dist/shai-hulud.js at module load. On require, the code harvests installer secrets —...

5.9AI score
SaveExploits0References9
Rockylinux
Rockylinux
added 2026/06/26 12:3 p.m.18 views

buildah security update

An update is available for buildah. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The buildah package provides a tool for facilitating building OCI container...

9.1CVSS6.8AI score0.00728EPSS
SaveExploits0
OSV
OSV
added 2026/06/25 10:34 p.m.9 views

GO-2026-5765 Gogs has Unauthenticated Asymmetric Denial of Service (DoS) via SSH Handshake Stall (File Descriptor Exhaustion) in gogs.io/gogs

Gogs has Unauthenticated Asymmetric Denial of Service DoS via SSH Handshake Stall File Descriptor Exhaustion in gogs.io/gogs. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this is causing...

6.9CVSS5.8AI score0.00431EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/06/25 10:23 p.m.27 views

golang.org/x/crypto: Invoking VerifiedPublicKeyCallback permissions skip enforcement

Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of callback is passed other than public key, then the source-address validation would be skipped...

10CVSS6.8AI score0.03153EPSS
SaveExploits2References31Affected Software1
OSV
OSV
added 2026/06/25 10:23 p.m.20 views

GHSA-X527-X647-Q7GG golang.org/x/crypto: Invoking VerifiedPublicKeyCallback permissions skip enforcement

Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of callback is passed other than public key, then the source-address validation would be skipped...

10CVSS6.8AI score0.00503EPSS
SaveExploits0References31
EUVD
EUVD
added 2026/06/25 10:23 p.m.16 views

EUVD-2026-31398

golang.org/x/crypto/ssh: Invoking VerifiedPublicKeyCallback permissions skip enforcement...

10CVSS6.9AI score0.03153EPSS
SaveExploits2References7
OSV
OSV
added 2026/06/25 10:21 p.m.11 views

GHSA-RM3J-F69W-WQMQ golang.org/x/crypto vulnerable to infinite loop on large channel writes

When writing data larger than 4GB in a single Write call on an SSH channel, an integer overflow in the internal payload size calculation caused the write loop to spin indefinitely, sending empty packets without making progress. The size comparison now uses int64 to prevent truncation...

9.1CVSS6AI score0.00525EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/06/25 10:21 p.m.15 views

EUVD-2026-31400

golang.org/x/crypto/ssh vulnerable to infinite loop on large channel writes...

9.1CVSS5.8AI score0.00525EPSS
SaveExploits0References6
OSV
OSV
added 2026/06/25 10:15 p.m.25 views

GHSA-QPW4-5X99-6VJP golang.org/x/crypto: Invoking memory leak when rejecting channels can lead to DoS

An authenticated SSH client that repeatedly opened channels which were rejected by the server caused unbounded memory growth, eventually crashing the server process and affecting all connected users. Rejected channels are now properly removed from the connection's internal state and released for...

6.5CVSS6AI score0.00279EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/06/25 10:15 p.m.15 views

EUVD-2026-31393

golang.org/x/crypto/ssh is vulnerable to invoking server panic during CheckHostKey/Authenticate flow...

5.3CVSS5.8AI score0.00504EPSS
SaveExploits0References6
OSV
OSV
added 2026/06/25 10:13 p.m.12 views

GHSA-JPPX-RXG9-JMRX golang.org/x/crypto doesn't enforce invoking key constraints

The in-memory keyring returned by NewKeyring silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring now returns an error when...

9.1CVSS6AI score0.00412EPSS
SaveExploits0References7
OSV
OSV
added 2026/06/25 10:12 p.m.11 views

GHSA-9M57-25V3-79X9 golang.org/x/crypto: Invoking pathological inputs can lead to client panic

For certain crafted inputs, a 'ed25519.PrivateKey' was created by casting malformed wire bytes, leading to a panic when used...

5.3CVSS6AI score0.00412EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/06/25 10:12 p.m.15 views

golang.org/x/crypto: Invoking pathological inputs can lead to client panic

For certain crafted inputs, a 'ed25519.PrivateKey' was created by casting malformed wire bytes, leading to a panic when used...

5.3CVSS6AI score0.00412EPSS
SaveExploits0References6Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/06/25 8:40 p.m.14 views

Malicious code in ref-slot (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1e1ef3e785cf6cb007c0b33be2ed43ebe49d64f476bb4fb3a66b914b06def5e1 On npm install, the package's postinstall hook runs node test.js which invokes index.js to perform multi-stage installer compromise. 1 Credential...

5.9AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/06/25 4:51 p.m.9 views

CVE-2026-50014

pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm passes the lockfile-controlled git resolution.commit value to git fetch without a -- separator or commit-format validation. For git dependencies fetched through the shallow-fetch path, a malicious lockfile can replace the expected...

6.4CVSS5.9AI score0.00263EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/06/25 4:51 p.m.13 views

CVE-2026-50014 pnpm: Git Fetch Argument Injection via Lockfile resolution.commit

pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm passes the lockfile-controlled git resolution.commit value to git fetch without a -- separator or commit-format validation. For git dependencies fetched through the shallow-fetch path, a malicious lockfile can replace the expected...

6.4CVSS6AI score
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2026/06/25 3:18 p.m.10 views

Security update for podman

This update for podman fixes the following issues CVE-2026-34986: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: crafted JWE input with a missing encrypted key can lead to a denial of service bsc1262856. CVE-2026-39829,CVE-2026-39830,CVE-2026-42508,CVE-2026-46598:...

8.7CVSS7.4AI score0.00651EPSS
SaveExploits0References14
Rows per page
Query Builder