---
id: CVE-2026-79407
title: >-
  A path traversal vulnerability in the SPO extension of MetaGPT 0.8.1 allows an
  attacker to read arbitrary files via the FILE_NAME value used by
  set_file_name() and load_meta_data() in metagpt/ext/spo/utils/load.py
summary: >-
  A path traversal vulnerability in the SPO extension of MetaGPT 0.8.1 allows an
  attacker to read arbitrary files via the FILE_NAME value used by
  set_file_name() and load_meta_data() in metagpt/ext/spo/utils/load.py. The
  vulnerable code jo…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-22
published: '2026-08-31'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T19:42:20.313'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-79407'
references:
  - url: >-
      https://github.com/REYu6/Metagpt-vul/blob/main/CVE-2-MetaGPT-path-traversal.md
    label: cve@mitre.org
  - url: >-
      https://github.com/REYu6/Metagpt-vul/blob/main/CVE-2-MetaGPT-path-traversal.md
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00381
epssPercentile: 0.31974
ingestedAt: '2026-09-08T20:10:03.159Z'
---

## Overview

A path traversal vulnerability in the SPO extension of MetaGPT 0.8.1 allows an attacker to read arbitrary files via the FILE_NAME value used by set_file_name() and load_meta_data() in metagpt/ext/spo/utils/load.py. The vulnerable code joins the attacker-controlled FILE_NAME value with the settings directory and opens the resulting path without validating that the resolved path remains within the intended directory.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
