{"id":"RUSTSEC-2025-0139","summary":"theshit vulnerable to unsafe loading of user-owned Python rules when running as root","details":"The application loads custom Python rules and configuration files from user-writable locations (e.g., `~/.config/theshit/`) without validating ownership or permissions when executed with elevated privileges.\n\nIf the tool is invoked with `sudo` or otherwise runs with an effective UID of root, it continues to trust configuration files originating from the unprivileged user's environment. This allows a local attacker to inject arbitrary Python code via a malicious rule or configuration file, which is then executed with root privileges.\n\nThe patch introduces strict ownership and permission checks for all configuration files and custom rules. The application now enforces that rules are only loaded if they are owned by the effective user executing the tool.\n\nWhen executed with elevated privileges (`EUID=0`), the application refuses to load any files that are not owned by root or that are writable by non-root users. When executed as a non-root user, it similarly refuses to load rules owned by other users. This prevents both vertical and horizontal privilege escalation via execution of untrusted code.","aliases":["CVE-2025-69257","GHSA-95qg-89c2-w5hj"],"modified":"2026-01-04T20:56:14.645708Z","published":"2025-12-30T12:00:00Z","database_specific":{"license":"CC-BY-4.0"},"references":[{"type":"PACKAGE","url":"https://crates.io/crates/theshit"},{"type":"ADVISORY","url":"https://rustsec.org/advisories/RUSTSEC-2025-0139.html"},{"type":"ADVISORY","url":"https://github.com/advisories/GHSA-95qg-89c2-w5hj"},{"type":"WEB","url":"https://github.com/AsfhtgkDavid/theshit/commit/8e0b565e7876a83b0e1cfbacb8af39dadfdcc500"}],"affected":[{"package":{"name":"theshit","ecosystem":"crates.io","purl":"pkg:cargo/theshit"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.0.0-0"},{"fixed":"0.1.1"}]}],"ecosystem_specific":{"affected_functions":null,"affects":{"os":[],"functions":["theshit::fix::python::process_python_rules"],"arch":[]}},"database_specific":{"cvss":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H","source":"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2025-0139.json","informational":null,"categories":["privilege-escalation","code-execution"]}}],"schema_version":"1.7.3","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"}]}