ghsa-f79p-9c5r-xg88
Vulnerability from github
Published
2025-09-02 17:31
Modified
2025-09-02 17:31
Severity ?
VLAI Severity ?
Summary
Command Injection via sonarqube-scan-action GitHub Action
Details
Impact
A command injection vulnerability was discovered in the SonarQube Scan GitHub Action that allows untrusted input arguments to be processed without proper sanitization. Arguments sent to the action are treated as shell expressions, allowing potential execution of arbitrary commands.
Patches
A fix has been released in SonarQube Scan GitHub Action v5.3.1.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 5.3.0" }, "package": { "ecosystem": "GitHub Actions", "name": "SonarSource/sonarqube-scan-action" }, "ranges": [ { "events": [ { "introduced": "4.0.0" }, { "fixed": "5.3.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-58178" ], "database_specific": { "cwe_ids": [ "CWE-77" ], "github_reviewed": true, "github_reviewed_at": "2025-09-02T17:31:57Z", "nvd_published_at": null, "severity": "HIGH" }, "details": "### Impact\nA command injection vulnerability was discovered in the SonarQube Scan GitHub Action that allows untrusted input arguments to be processed without proper sanitization. Arguments sent to the action are treated as shell expressions, allowing potential execution of arbitrary commands.\n\n### Patches\nA fix has been released in SonarQube Scan GitHub Action v5.3.1.", "id": "GHSA-f79p-9c5r-xg88", "modified": "2025-09-02T17:31:57Z", "published": "2025-09-02T17:31:57Z", "references": [ { "type": "WEB", "url": "https://github.com/SonarSource/sonarqube-scan-action/security/advisories/GHSA-f79p-9c5r-xg88" }, { "type": "WEB", "url": "https://github.com/SonarSource/sonarqube-scan-action/pull/200" }, { "type": "WEB", "url": "https://github.com/SonarSource/sonarqube-scan-action/commit/016cabf33a6b7edf0733e179a03ad408ad4e88ba" }, { "type": "WEB", "url": "https://community.sonarsource.com/t/security-advisory-sonarqube-scanner-github-action/147696" }, { "type": "PACKAGE", "url": "https://github.com/SonarSource/sonarqube-scan-action" }, { "type": "WEB", "url": "https://sonarsource.atlassian.net/browse/SQSCANGHA-101" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Command Injection via sonarqube-scan-action GitHub Action" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…