Filtered by vendor Metagpt Subscriptions
Total 2 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2026-79407 1 Metagpt 1 Metagpt 2026-09-01 7.5 High
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.
CVE-2026-79408 1 Metagpt 1 Metagpt 2026-09-01 N/A
An OS command injection vulnerability in MetaGPT 0.8.1 allows an attacker to execute arbitrary commands via the path argument of RepoParser.rebuild_class_views() in metagpt/repo_parser.py.