---
id: CVE-2026-27941
aliases:
  - PYSEC-2026-2246
  - GHSA-9jgv-x8cq-296q
title: >-
  OpenLIT is an open source platform for AI engineering. Prior to version
  1.37.1, several GitHub Actions workflows in OpenLIT's GitHub repo…
summary: >-
  OpenLIT is an open source platform for AI engineering. Prior to version
  1.37.1, several GitHub Actions workflows in OpenLIT's GitHub repository use
  the `pull_request_target` event while checking out and executing untrusted
  code from fork…
severity: critical
cvss: 9.9
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'
vendor: openlit
product: openlit
ecosystem: pip
affected:
  - 'openlit >= 1.36.2, < 1.37.1'
patched:
  - openlit 1.37.1
published: '2026-02-26'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/PYSEC-2026-2246'
references:
  - url: >-
      https://github.com/openlit/openlit/commit/4a62039a1659d6cbb8913172693f587b5fc2546c
  - url: 'https://github.com/openlit/openlit/security/advisories/GHSA-9jgv-x8cq-296q'
tags:
  - osv
  - pip
  - exploit-available
epss: 0.0057
epssPercentile: 0.44852
ingestedAt: '2026-07-13T18:58:08.488Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/pvharmo2/gha-lab-6c3094af9e'
  checkedAt: '2026-09-26T09:05:41.212Z'
exploitAvailable: true
---

## Overview

OpenLIT is an open source platform for AI engineering. Prior to version 1.37.1, several GitHub Actions workflows in OpenLIT's GitHub repository use the `pull_request_target` event while checking out and executing untrusted code from forked pull requests. These workflows run with the security context of the base repository, including a write-privileged `GITHUB_TOKEN` and numerous sensitive secrets (API keys, database/vector store tokens, and a Google Cloud service account key). Version 1.37.1 contains a fix.

## Affected packages

- `openlit >= 1.36.2, < 1.37.1`

## Remediation

Upgrade to a patched release:

- `openlit 1.37.1`
