CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2025-67509

High
Published: Translated: NVD NIST

Summary

Neuron to framework PHP do tworzenia i orkiestracji agentów AI. W wersjach 2.8.11 i niższych, MySQLSelectTool jest podatny na obejście trybu tylko do odczytu, co pozwala na zapis plików na serwerze DB przez atakującego.

Risk Assessment

Organizacja może być narażona na nieautoryzowany dostęp do systemu plików serwera bazy danych, co może prowadzić do wycieku danych lub wprowadzenia złośliwego oprogramowania.

Recommendation

Zaleca się aktualizację do wersji 2.8.12, aby usunąć tę podatność oraz ograniczenie dostępu do MySQL/MariaDB kont z uprawnieniami FILE.

Related vulnerabilities

Original NVD description (English source)

Neuron is a PHP framework for creating and orchestrating AI Agents. Versions 2.8.11 and below use MySQLSelectTool, which is vulnerable to Read-Only Bypass. MySQLSelectTool is intended to be a read-only SQL tool (e.g., for LLM agent querying, however, validation based on the first keyword (e.g., SELECT) and a forbidden-keyword list does not block file-writing constructs such as INTO OUTFILE / INTO DUMPFILE. As a result, an attacker who can influence the tool input (e.g., via prompt injection through a public agent endpoint) may write arbitrary files to the DB server if the MySQL/MariaDB account has the FILE privilege and server configuration permits writes to a useful location (e.g., a web-accessible directory). This issue is fixed in version 2.8.12.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS