Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-44vg-5wv2-h2hg

Опубликовано: 13 мар. 2026
Источник: github
Github: Прошло ревью
CVSS4: 8.7

Описание

SimpleEval: Objects (including modules) can leak dangerous modules through to direct access inside the sandbox

Impact

If the objects passed in as names to SimpleEval have modules or other disallowed / dangerous objects available as attrs. Additionally, dangerous functions or modules could be accessed by passing them as callbacks to other safe functions to call.

Examples (found by @ByamB4):

Any module where non-underscore attribute chains reach os or sys:

  • os.path, pathlib, shutil, glob (direct .os / .sys attributes)
  • statistics (has .sys)
  • numpy (has .ctypeslib.os and .f2py.sys)
  • urllib.parse (has .warnings.sys)

Patches

The latest version 1.0.5 has this issue fixed.

Workarounds

Don't pass in objects or modules which have direct attributes to potentially dangerous items. Use a wrapper to wrap the potentially vulnerable items (See the ModuleWrapper in version 1.0.5)

Пакеты

Наименование

simpleeval

pip
Затронутые версииВерсия исправления

< 1.0.5

1.0.5

EPSS

Процентиль: 32%
0.00129
Низкий

8.7 High

CVSS4

Дефекты

CWE-915
CWE-94

Связанные уязвимости

CVSS3: 9.8
ubuntu
11 дней назад

SimpleEval is a library for adding evaluatable expressions into python projects. Prior to 1.0.5, objects (including modules) can leak dangerous modules through to direct access inside the sandbox. If the objects you've passed in as names to SimpleEval have modules or other disallowed / dangerous objects available as attrs. Additionally, dangerous functions or modules could be accessed by passing them as callbacks to other safe functions to call. The latest version 1.0.5 has this issue fixed. This vulnerability is fixed in 1.0.5.

CVSS3: 7.5
redhat
13 дней назад

A flaw was found in the Python library, SimpleEval. A remote attacker could exploit this vulnerability by providing specially crafted input that allows dangerous modules or functions to be accessed outside of the intended sandbox environment. This could lead to arbitrary code execution within the application using SimpleEval.

CVSS3: 9.8
nvd
11 дней назад

SimpleEval is a library for adding evaluatable expressions into python projects. Prior to 1.0.5, objects (including modules) can leak dangerous modules through to direct access inside the sandbox. If the objects you've passed in as names to SimpleEval have modules or other disallowed / dangerous objects available as attrs. Additionally, dangerous functions or modules could be accessed by passing them as callbacks to other safe functions to call. The latest version 1.0.5 has this issue fixed. This vulnerability is fixed in 1.0.5.

CVSS3: 9.8
debian
11 дней назад

SimpleEval is a library for adding evaluatable expressions into python ...

EPSS

Процентиль: 32%
0.00129
Низкий

8.7 High

CVSS4

Дефекты

CWE-915
CWE-94