---
id: CVE-2024-39903
aliases:
  - GHSA-9794-pc4r-438w
  - PYSEC-2026-1933
title: Local File Inclusion in Solara
summary: Local File Inclusion in Solara
severity: high
cvss: 8.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L'
vendor: solara
product: solara
ecosystem: pip
affected:
  - solara < 1.35.1
patched:
  - solara 1.35.1
published: '2024-07-12'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:16.472624922Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-9794-pc4r-438w'
references:
  - url: 'https://github.com/widgetti/solara/security/advisories/GHSA-9794-pc4r-438w'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-39903'
  - url: >-
      https://github.com/widgetti/solara/commit/df2fd66a7f4e8ffd36e8678697a8a4f76760dc54
  - url: 'https://github.com/widgetti/solara'
tags:
  - osv
  - pip
  - exploit-available
epss: 0.02884
epssPercentile: 0.86306
exploits:
  nuclei:
    - CVE-2024-39903
  checkedAt: '2026-09-26T09:05:31.455Z'
exploitAvailable: true
ingestedAt: '2026-07-08T18:25:47.782Z'
---

## Overview

A Local File Inclusion (LFI) vulnerability was identified in widgetti/solara, in version <1.35.1, which was fixed in version 1.35.1. This vulnerability arises from the application's failure to properly validate URI fragments for directory traversal sequences such as '../' when serving static files. An attacker can exploit this flaw by manipulating the fragment part of the URI to read arbitrary files on the local file system. 

### References
- https://github.com/widgetti/solara/security/advisories/GHSA-9794-pc4r-438w
- https://github.com/widgetti/solara/commit/df2fd66a7f4e8ffd36e8678697a8a4f76760dc54
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39903

## Affected packages

- `solara < 1.35.1`

## Remediation

Upgrade to a patched release:

- `solara 1.35.1`
