Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🦀 crates.io
Not in CISA KEV

GHSA-4fg7-vxc8-qx5w rage

Fix: str4d/rage@703152e

GHSA-4fg7-vxc8-qx5w is a security vulnerability in rage. A fix is available for rage — see the affected versions and patch details below.

rage vulnerable to malicious plugin names, recipients, or identities causing arbitrary binary execution

Also known asRUSTSEC-2024-0432RUSTSEC-2024-0433
Published
Dec 18, 2024
Updated
Sep 10, 2026
Affected
12 pkgs
Patched
12 / 12
Exploits
None indexed
Exploitation data as of Sep 10, 2026 · OSV.dev, FIRST.org (EPSS)

Real-World Exposure

12 pkgs affected
🦀rage🦀age🦀age🦀age🦀age🦀age🦀age🦀rage+4 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects crates.io packages — download data is not available via public APIs for these ecosystems.

Description

A plugin name containing a path separator may allow an attacker to execute an arbitrary binary.

Such a plugin name can be provided to the rage CLI through an attacker-controlled recipient or identity string, or to the following age APIs when the plugin feature flag is enabled:

On UNIX systems, a directory matching age-plugin-* needs to exist in the working directory for the attack to succeed.

The binary is executed with a single flag, either --age-plugin=recipient-v1 or --age-plugin=identity-v1. The standard input includes the recipient or identity string, and the random file key (if encrypting) or the header of the file (if decrypting). The format is constrained by the age-plugin protocol.

An equivalent issue was fixed in the reference Go implementation of age, see advisory GHSA-32gq-x56h-299c.

Thanks to ⬡-49016 for reporting this issue.

Affected Packages

12 total 12 fixed
EcosystemPackageVulnerable rangeFix
🦀crates.iorage0.6.0&&< 0.6.10.6.1cargo update -p rage --precise 0.6.1
🦀crates.ioage0.6.0&&< 0.6.10.6.1cargo update -p age --precise 0.6.1
🦀crates.ioage0.7.0&&< 0.7.20.7.2cargo update -p age --precise 0.7.2
🦀crates.ioage0.8.0&&< 0.8.20.8.2cargo update -p age --precise 0.8.2
🦀crates.ioage0.9.0&&< 0.9.30.9.3cargo update -p age --precise 0.9.3
🦀crates.ioage0.10.0&&< 0.10.10.10.1cargo update -p age --precise 0.10.1

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for rage, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update rage to 0.6.1 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-4fg7-vxc8-qx5w is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-4fg7-vxc8-qx5w can be triaged on real exposure rather than presence alone.

Tailored to GHSA-4fg7-vxc8-qx5w. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

A plugin name containing a path separator may allow an attacker to execute an arbitrary binary. Such a plugin name can be provided to the `rage` CLI through an attacker-controlled recipient or identity string, or to the following `age` APIs when the `plugin` feature flag is enabled: - [`age::plugin::Identity::from_str`](https://docs.rs/age/0.11.0/age/plugin/struct.Identity.html#impl-FromStr-for-Identity) (or equivalently [`str::parse::<age::plugin::Identity>()`](https://doc.rust-lang.org/stable/core/primitive.str.html#method.parse)) - [`age::plugin::Identity::default_for_plugin`](https://docs
O3 Security · Impact-Aware SCA

Is GHSA-4fg7-vxc8-qx5w in your dependencies?

O3 Security finds GHSA-4fg7-vxc8-qx5w across crates.io dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-4fg7-vxc8-qx5w: rage | O3 Security