Lucene search
+L

2663 matches found

OSV
OSV
added 2026/07/20 9:55 p.m.8 views

GHSA-G6XQ-892H-64W3 Composer: URL-embedded HTTP-Basic username leaks to verbose logs (GitHub PAT exposure)

Summary When Composer is run with -vvv debug verbosity, it could print a credential that was embedded directly in a repository or package URL, but not as a password, to its debug output. Composer already masked the password portion of such URLs, but the username portion was shown in clear text...

4.7CVSS5.3AI score0.00144EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/20 9:55 p.m.21 views

EUVD-2026-42363

Composer: URL-embedded HTTP-Basic username leaks to verbose logs GitHub PAT exposure...

4.7CVSS5.2AI score0.00144EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/20 9:55 p.m.16 views

Composer: URL-embedded HTTP-Basic username leaks to verbose logs (GitHub PAT exposure)

Summary When Composer is run with -vvv debug verbosity, it could print a credential that was embedded directly in a repository or package URL, but not as a password, to its debug output. Composer already masked the password portion of such URLs, but the username portion was shown in clear text...

4.7CVSS5.3AI score0.00144EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/20 8:36 p.m.9 views

BIT-COMPOSER-2026-45793 Composer: Github Actions issued GITHUB_TOKEN disclosure in GitHub Actions logs

Composer is a dependency Manager for the PHP language. Prior to 1.10.28, 2.2.28, and 2.9.8, Composer\IO\BaseIO::loadConfiguration validates GitHub OAuth tokens with the regex ^.A-Za-z0-9+$ and interpolates rejected tokens into an UnexpectedValueException; GitHub Actions GITHUBTOKEN values using t...

7.5CVSS5.7AI score0.01021EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/20 7:15 p.m.11 views

GHSA-499R-G7PC-VMP9 Composer: Arbitrary file write outside vendor via malicious transitive package name

Summary A maliciously crafted package, published on an untrusted third party repository other than Packagist.org or Private Packagist, can cause Composer to write files outside the vendor/ directory and outside your project, with attacker-controlled content, during a normal install or update...

7CVSS5.9AI score0.00164EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/20 7:15 p.m.18 views

Composer: Arbitrary file write outside vendor via malicious transitive package name

Summary A maliciously crafted package, published on an untrusted third party repository other than Packagist.org or Private Packagist, can cause Composer to write files outside the vendor/ directory and outside your project, with attacker-controlled content, during a normal install or update...

7CVSS5.9AI score0.00164EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/07/20 7:15 p.m.17 views

EUVD-2026-42362

Composer: Arbitrary file write outside vendor via malicious transitive package name...

7CVSS5.1AI score0.00164EPSS
SaveExploits0References6
Amazon
Amazon
added 2026/07/20 12:00 a.m.13 views

Important: composer

Issue Overview: Composer is a dependency Manager for the PHP language. Prior to 2.2.29 and 2.10.2, a Composer package bin entry containing .. path segments can resolve outside the package install directory and cause Composer's binary installation flow to chmod an existing host file to a...

7CVSS5.4AI score0.00172EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.9 views

Amazon Linux 2023 : composer (ALAS2023-2026-1941)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1941 advisory. Composer is a dependency Manager for the PHP language. Prior to 2.2.29 and 2.10.2, a Composer package bin entry containing .. path segments can resolve outside the package install directory an...

7CVSS5.5AI score0.00172EPSS
SaveExploits0References8
OPENSUSE Linux
OPENSUSE Linux
added 2026/07/19 12:00 a.m.8 views

php-composer2-2.10.2-2.1 on GA media (moderate)

php-composer2-2.10.2-2.1 on GA media Announcement ID: openSUSE-SU-2026:11300-1 Rating: moderate Cross-References: CVE-2026-45793 CVSS scores: CVE-2026-45793 SUSE : 5.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N Affected Products: openSUSE Tumbleweed An update that solves one vulnerability can n...

5.3CVSS5.6AI score0.01021EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/17 7:51 p.m.54 views

CVE-2026-46420 setup-php: Command Injection in Repository-Derived PHP Version Resolution

setup-php is a GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and tools. From 2.25.0 prior to 2.37.1, shivammathur/setup-php resolves the PHP version from repository-controlled files such as .php-version, composer.lock through platform-overrides.php, and...

5.6CVSS0.01538EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/07/17 7:04 p.m.22 views

Gitea has insufficient permission checks for Composer package source links

CVE Description Gitea versions up to and including 1.26.1 have insufficient permission checks for Composer package source links, which can expose private or internal package source information. Summary A critical vulnerability has been discovered in Gitea. It was already reported via...

8.2CVSS7.7AI score0.01393EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/07/17 7:04 p.m.30 views

EUVD-2026-41635

Gitea has insufficient permission checks for Composer package source links...

8.2CVSS7.7AI score0.01393EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/17 7:04 p.m.12 views

GHSA-8QW8-RQ86-9PC2 Gitea has insufficient permission checks for Composer package source links

CVE Description Gitea versions up to and including 1.26.1 have insufficient permission checks for Composer package source links, which can expose private or internal package source information. Summary A critical vulnerability has been discovered in Gitea. It was already reported via...

8.2CVSS7.7AI score0.01393EPSS
SaveExploits1References6
SUSE Linux
SUSE Linux
added 2026/07/17 1:32 p.m.12 views

Security update for php-composer2

This update for php-composer2 fixes the following issues: CVE-2026-45793: Github Actions issued GITHUBTOKEN disclosure in GitHub Actions logs bsc1271504. CVE-2026-59946: path traversal in package bin field lets dependencies chmod arbitrary host files bsc1271151. CVE-2026-59947: URL-embedded...

7.8CVSS7.1AI score0.03282EPSS
SaveExploits2References26
Veracode
Veracode
added 2026/07/17 1:09 p.m.16 views

Path Traversal

Composer is vulnerable to Path Traversal. The vulnerability is due to improper validation of bin entries containing .. path segments, which allows an attacker to modify permissions of arbitrary host files outside the package installation directory during Composer package installation or update...

6.1CVSS5.9AI score0.00172EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
added 2026/07/17 1:08 p.m.15 views

Path Traversal

Composer is vulnerable to Path Traversal. The vulnerability is due to insufficient validation of package names from untrusted repositories, which allows an attacker to write arbitrary files outside the project and vendor directories during package installation or update...

7CVSS5.9AI score0.00164EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
added 2026/07/17 1:08 p.m.15 views

Sensitive Information Disclosure

Composer is vulnerable to Sensitive Information Disclosure. The vulnerability is due to insufficient sanitization of username-only URL credentials in debug output, which allows an attacker to expose embedded credentials such as access tokens when Composer is run with verbose debugging enabled...

4.7CVSS5.8AI score0.00144EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/17 12:00 a.m.8 views

OPENSUSE-SU-2026:11300-1 php-composer2-2.10.2-2.1 on GA media

These are all security issues fixed in the php-composer2-2.10.2-2.1 package on the GA media of openSUSE Tumbleweed...

7.5CVSS5.5AI score0.01021EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/07/16 6:00 p.m.13 views

SUSE CVE-2026-45793

Composer is a dependency Manager for the PHP language. Prior to 1.10.28, 2.2.28, and 2.9.8, Composer\IO\BaseIO::loadConfiguration validates GitHub OAuth tokens with the regex ^.A-Za-z0-9+$ and interpolates rejected tokens into an UnexpectedValueException; GitHub Actions GITHUBTOKEN values using t...

5.3CVSS5.7AI score0.01021EPSS
SaveExploits0References6
Rows per page
Query Builder