GHSA-p5g4-v748-6fh8

Suggest an improvement
Source
https://github.com/advisories/GHSA-p5g4-v748-6fh8
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-p5g4-v748-6fh8/GHSA-p5g4-v748-6fh8.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-p5g4-v748-6fh8
Aliases
Published
2025-04-07T16:46:57Z
Modified
2025-12-10T23:41:04.304780Z
Severity
  • 4.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N CVSS Calculator
Summary
tarteaucitron.js allows url scheme injection via unfiltered inputs
Details

A vulnerability was identified in tarteaucitron.js, allowing a user with high privileges (access to the site's source code or a CMS plugin) to enter a URL containing an insecure scheme such as javascript:alert(). Before the fix, URL validation was insufficient, which could allow arbitrary JavaScript execution if a user clicked on a malicious link.

Impact

An attacker with high privileges could insert a link exploiting an insecure URL scheme, leading to: - Execution of arbitrary JavaScript code - Theft of sensitive data through phishing attacks - Modification of the user interface behavior

Fix https://github.com/AmauriC/tarteaucitron.js/commit/2fa1e01023bce2e4b813200600bb1619d56ceb02

The issue was resolved by enforcing strict URL validation, ensuring that they start with http:// or https:// before being used.

Database specific
{
    "cwe_ids": [
        "CWE-79"
    ],
    "github_reviewed_at": "2025-04-07T16:46:57Z",
    "github_reviewed": true,
    "nvd_published_at": "2025-04-07T15:15:44Z",
    "severity": "MODERATE"
}
References

Affected packages

npm / tarteaucitronjs

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.20.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-p5g4-v748-6fh8/GHSA-p5g4-v748-6fh8.json"