---
id: CVE-2024-29905
aliases:
  - GHSA-v6f3-gh5h-mqwx
  - PYSEC-2026-1295
title: 'DIRAC: Unauthorized users can read proxy contents during generation'
summary: 'DIRAC: Unauthorized users can read proxy contents during generation'
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L'
vendor: dirac
product: dirac
ecosystem: pip
affected:
  - dirac < 8.0.41
patched:
  - dirac 8.0.41
published: '2024-04-09'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-v6f3-gh5h-mqwx'
references:
  - url: 'https://github.com/DIRACGrid/DIRAC/security/advisories/GHSA-v6f3-gh5h-mqwx'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-29905'
  - url: >-
      https://github.com/DIRACGrid/DIRAC/commit/1faa709341969a6321e29c843ca94039d33b2c3d
  - url: 'https://github.com/DIRACGrid/DIRAC'
tags:
  - osv
  - pip
epss: 0.00319
epssPercentile: 0.22153
ingestedAt: '2026-07-08T18:25:53.099Z'
---

## Overview

### Impact

During the proxy generation process (e.g., when using `dirac-proxy-init`) it is possible for unauthorized users on the same machine to gain read access to the proxy. This allows the user to then perform any action that is possible with the original proxy.

This vulnerability only exists for a short period of time (sub-millsecond) during the generation process.

### Patches

_Has the problem been patched? What versions should users upgrade to?_

### Workarounds

Setting the `X509_USER_PROXY` environment variable to a path that is inside a directory that is only readable to the current user avoids the potential risk. After the file has been written it can be safely copied to the standard location (`/tmp/x509up_uNNNN`).

### References

## Affected packages

- `dirac < 8.0.41`

## Remediation

Upgrade to a patched release:

- `dirac 8.0.41`
