Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐍 PyPI

GHSA-jpr7-8rxm-4vgx

MEDIUM

GHSA-jpr7-8rxm-4vgx is a medium-severity (CVSS 4.4) Information Exposure vulnerability in trytond. O3 Security confirms whether GHSA-jpr7-8rxm-4vgx is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Tryton allow authenticated users with certain permissions to read arbitrary files via the name parameter

Also known asCVE-2016-1242PYSEC-2016-13PYSEC-2016-41
Published
May 17, 2022
Updated
Nov 22, 2024
Affected
5 pkgs
Patched
5 / 5
Exploits
None indexed

Blast Radius

5 pkgs affected
🐍trytond🐍trytond🐍trytond🐍trytond🐍trytond

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

Description

file_open in Tryton before 3.2.17, 3.4.x before 3.4.14, 3.6.x before 3.6.12, 3.8.x before 3.8.8, and 4.x before 4.0.4 allows remote authenticated users with certain permissions to read arbitrary files via the name parameter or unspecified other vectors.

Affected Packages

5 total 5 fixed
EcosystemPackageVulnerable rangeFix
🐍PyPItrytondall versions3.2.17
🐍PyPItrytond3.4&&< 3.4.143.4.14
🐍PyPItrytond3.6&&< 3.6.123.6.12
🐍PyPItrytond3.8&&< 3.8.83.8.8
🐍PyPItrytond4.0&&< 4.0.44.0.4

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for trytond. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update trytond to 3.2.17 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-jpr7-8rxm-4vgx 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 pinpoints whether GHSA-jpr7-8rxm-4vgx is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to GHSA-jpr7-8rxm-4vgx. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

`file_open` in Tryton before 3.2.17, 3.4.x before 3.4.14, 3.6.x before 3.6.12, 3.8.x before 3.8.8, and 4.x before 4.0.4 allows remote authenticated users with certain permissions to read arbitrary files via the name parameter or unspecified other vectors.
O3 Security · Impact-Aware SCA

Is GHSA-jpr7-8rxm-4vgx in your dependencies?

O3 detects GHSA-jpr7-8rxm-4vgx across PyPI dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.