VDB
EN
HIGH 7.8

GHSA-v2w2-w228-c444

Keras: TorchModuleWrapper can deserialize unsafe PyTorch pickle data

빠른 조치

GHSA-v2w2-w228-c444 — keras: 아래 명령으로 수정 버전으로 올리세요.

pip install --upgrade 'keras>=3.12.3'

상세

A vulnerability in keras-team/keras version 3.15.0 allows unsafe deserialization of attacker-controlled PyTorch pickle data through the public `keras.layers.TorchModuleWrapper.from_config` method. This method invokes `torch.load(..., weights_only=False)` without requiring an explicit unsafe opt-in, such as a `safe_mode=False` parameter. When called outside a `SafeModeScope(True)` context, the absence of an ambient safe mode state permits unsafe deserialization by default. This issue can lead to arbitrary code execution if untrusted Keras layer configurations are processed using this method. The vulnerability arises because the method does not enforce safe deserialization practices unless explicitly guarded by Keras safe mode.

이 버전이 영향받나요?

사용 중인 패키지 버전을 입력하면 즉시 평가합니다.

영향 패키지

PyPI / keras
최초 영향 버전: 0 수정 버전: 3.12.3
수정 pip install --upgrade 'keras>=3.12.3'
PyPI / keras
최초 영향 버전: 3.13.0 수정 버전: 3.15.0
수정 pip install --upgrade 'keras>=3.15.0'

참고