Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-dmkc-42vj-gbhc
Summary
SnakeYaml Constructor Deserialization Remote Code Execution
### Summary
SnakeYaml's `Constructor` class, which inherits from `SafeConstructor`, allows
any type be deserialized given the following line:

new Yaml(new Constructor(TestDataClass.class)).load(yamlContent);

Types do not have to match the types of properties in the
target class. A `ConstructorException` is thrown, but only after a malicious
payload is deserialized.

### Severity
High, lack of type checks during deserialization allows remote code execution.

### Proof of Concept
Execute `bash run.sh`. The PoC uses Constructor to deserialize a payload
for RCE. RCE is demonstrated by using a payload which performs a http request to
http://127.0.0.1:8000.

Example output of successful run of proof of concept:

```
$ bash run.sh

[+] Downloading snakeyaml if needed
[+] Starting mock HTTP server on 127.0.0.1:8000 to demonstrate RCE
nc: no process found
[+] Compiling and running Proof of Concept, which a payload that sends a HTTP request to mock web server.
[+] An exception is expected.
Exception:
Cannot create property=payload for JavaBean=Main$TestDataClass@3cbbc1e0
 in 'string', line 1, column 1:
    payload: !!javax.script.ScriptEn ... 
    ^
Can not set java.lang.String field Main$TestDataClass.payload to javax.script.ScriptEngineManager
 in 'string', line 1, column 10:
    payload: !!javax.script.ScriptEngineManag ... 
             ^

	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:291)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:172)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:332)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:220)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:174)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:158)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:491)
	at org.yaml.snakeyaml.Yaml.load(Yaml.java:416)
	at Main.main(Main.java:37)
Caused by: java.lang.IllegalArgumentException: Can not set java.lang.String field Main$TestDataClass.payload to javax.script.ScriptEngineManager
	at java.base/jdk.internal.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)
	at java.base/jdk.internal.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)
	at java.base/jdk.internal.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:81)
	at java.base/java.lang.reflect.Field.set(Field.java:780)
	at org.yaml.snakeyaml.introspector.FieldProperty.set(FieldProperty.java:44)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:286)
	... 9 more
[+] Dumping Received HTTP Request. Will not be empty if PoC worked
GET /proof-of-concept HTTP/1.1
User-Agent: Java/11.0.14
Host: localhost:8000
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
```

### Further Analysis
Potential mitigations include, leveraging SnakeYaml's SafeConstructor while parsing untrusted content.

See https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64581479 for discussion on the subject.

### Timeline
**Date reported**: 4/11/2022
**Date fixed**:  [30/12/2022](https://bitbucket.org/snakeyaml/snakeyaml/pull-requests/44)
**Date disclosed**: 10/13/2022
Aliases
0
alias CVE-2022-1471
1
alias GHSA-mjmj-j48q-9wg2
Fixed_packages
0
url pkg:maven/org.yaml/snakeyaml@2.0
purl pkg:maven/org.yaml/snakeyaml@2.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@2.0
Affected_packages
0
url pkg:maven/org.yaml/snakeyaml@1.4
purl pkg:maven/org.yaml/snakeyaml@1.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.4
1
url pkg:maven/org.yaml/snakeyaml@1.5
purl pkg:maven/org.yaml/snakeyaml@1.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.5
2
url pkg:maven/org.yaml/snakeyaml@1.6
purl pkg:maven/org.yaml/snakeyaml@1.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.6
3
url pkg:maven/org.yaml/snakeyaml@1.7
purl pkg:maven/org.yaml/snakeyaml@1.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.7
4
url pkg:maven/org.yaml/snakeyaml@1.8
purl pkg:maven/org.yaml/snakeyaml@1.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.8
5
url pkg:maven/org.yaml/snakeyaml@1.9
purl pkg:maven/org.yaml/snakeyaml@1.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.9
6
url pkg:maven/org.yaml/snakeyaml@1.10
purl pkg:maven/org.yaml/snakeyaml@1.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.10
7
url pkg:maven/org.yaml/snakeyaml@1.11
purl pkg:maven/org.yaml/snakeyaml@1.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.11
8
url pkg:maven/org.yaml/snakeyaml@1.12
purl pkg:maven/org.yaml/snakeyaml@1.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.12
9
url pkg:maven/org.yaml/snakeyaml@1.13
purl pkg:maven/org.yaml/snakeyaml@1.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.13
10
url pkg:maven/org.yaml/snakeyaml@1.14
purl pkg:maven/org.yaml/snakeyaml@1.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.14
11
url pkg:maven/org.yaml/snakeyaml@1.15
purl pkg:maven/org.yaml/snakeyaml@1.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.15
12
url pkg:maven/org.yaml/snakeyaml@1.16
purl pkg:maven/org.yaml/snakeyaml@1.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.16
13
url pkg:maven/org.yaml/snakeyaml@1.17
purl pkg:maven/org.yaml/snakeyaml@1.17
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.17
14
url pkg:maven/org.yaml/snakeyaml@1.18
purl pkg:maven/org.yaml/snakeyaml@1.18
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.18
15
url pkg:maven/org.yaml/snakeyaml@1.19
purl pkg:maven/org.yaml/snakeyaml@1.19
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.19
16
url pkg:maven/org.yaml/snakeyaml@1.20
purl pkg:maven/org.yaml/snakeyaml@1.20
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.20
17
url pkg:maven/org.yaml/snakeyaml@1.21
purl pkg:maven/org.yaml/snakeyaml@1.21
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.21
18
url pkg:maven/org.yaml/snakeyaml@1.22
purl pkg:maven/org.yaml/snakeyaml@1.22
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.22
19
url pkg:maven/org.yaml/snakeyaml@1.23
purl pkg:maven/org.yaml/snakeyaml@1.23
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.23
20
url pkg:maven/org.yaml/snakeyaml@1.24
purl pkg:maven/org.yaml/snakeyaml@1.24
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.24
21
url pkg:maven/org.yaml/snakeyaml@1.25
purl pkg:maven/org.yaml/snakeyaml@1.25
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-e8hu-czv4-yyc5
4
vulnerability VCID-fb8u-g65k-hffs
5
vulnerability VCID-mm3e-4pej-byed
6
vulnerability VCID-qxfs-sq38-jfad
7
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.25
22
url pkg:maven/org.yaml/snakeyaml@1.26
purl pkg:maven/org.yaml/snakeyaml@1.26
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-fb8u-g65k-hffs
4
vulnerability VCID-mm3e-4pej-byed
5
vulnerability VCID-qxfs-sq38-jfad
6
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.26
23
url pkg:maven/org.yaml/snakeyaml@1.27
purl pkg:maven/org.yaml/snakeyaml@1.27
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-fb8u-g65k-hffs
4
vulnerability VCID-mm3e-4pej-byed
5
vulnerability VCID-qxfs-sq38-jfad
6
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.27
24
url pkg:maven/org.yaml/snakeyaml@1.28
purl pkg:maven/org.yaml/snakeyaml@1.28
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-fb8u-g65k-hffs
4
vulnerability VCID-mm3e-4pej-byed
5
vulnerability VCID-qxfs-sq38-jfad
6
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.28
25
url pkg:maven/org.yaml/snakeyaml@1.29
purl pkg:maven/org.yaml/snakeyaml@1.29
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-fb8u-g65k-hffs
4
vulnerability VCID-mm3e-4pej-byed
5
vulnerability VCID-qxfs-sq38-jfad
6
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.29
26
url pkg:maven/org.yaml/snakeyaml@1.30
purl pkg:maven/org.yaml/snakeyaml@1.30
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4nu3-fknt-puej
1
vulnerability VCID-6354-p39b-zbhp
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-fb8u-g65k-hffs
4
vulnerability VCID-mm3e-4pej-byed
5
vulnerability VCID-qxfs-sq38-jfad
6
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.30
27
url pkg:maven/org.yaml/snakeyaml@1.31
purl pkg:maven/org.yaml/snakeyaml@1.31
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-dmkc-42vj-gbhc
1
vulnerability VCID-fb8u-g65k-hffs
2
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.31
28
url pkg:maven/org.yaml/snakeyaml@1.32
purl pkg:maven/org.yaml/snakeyaml@1.32
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-dmkc-42vj-gbhc
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.32
29
url pkg:maven/org.yaml/snakeyaml@1.33
purl pkg:maven/org.yaml/snakeyaml@1.33
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-dmkc-42vj-gbhc
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.yaml/snakeyaml@1.33
30
url pkg:rpm/redhat/candlepin@4.2.13-1?arch=el8sat
purl pkg:rpm/redhat/candlepin@4.2.13-1?arch=el8sat
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2cup-9gdn-yyhk
1
vulnerability VCID-4nu3-fknt-puej
2
vulnerability VCID-6354-p39b-zbhp
3
vulnerability VCID-9h46-72hw-bkcr
4
vulnerability VCID-dmkc-42vj-gbhc
5
vulnerability VCID-fb8u-g65k-hffs
6
vulnerability VCID-j986-mtma-b3bw
7
vulnerability VCID-mbst-3bec-ykcq
8
vulnerability VCID-mm3e-4pej-byed
9
vulnerability VCID-qub7-qp14-uqcg
10
vulnerability VCID-qxfs-sq38-jfad
11
vulnerability VCID-v2pq-1qhm-4qb9
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/candlepin@4.2.13-1%3Farch=el8sat
31
url pkg:rpm/redhat/eap7-jackson-modules-java8@2.10.4-2.redhat_00004.1?arch=el7eap
purl pkg:rpm/redhat/eap7-jackson-modules-java8@2.10.4-2.redhat_00004.1?arch=el7eap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-8977-tjss-w7ba
1
vulnerability VCID-9bk7-2rsc-nbd6
2
vulnerability VCID-9h46-72hw-bkcr
3
vulnerability VCID-dmkc-42vj-gbhc
4
vulnerability VCID-j986-mtma-b3bw
5
vulnerability VCID-jstt-6zs3-ybew
6
vulnerability VCID-jwav-88m7-6fhz
7
vulnerability VCID-netd-rr9e-wbg5
8
vulnerability VCID-qruf-r6dc-3ugj
9
vulnerability VCID-turp-dju7-c7fx
10
vulnerability VCID-v2pq-1qhm-4qb9
11
vulnerability VCID-wp9q-eurd-43dx
12
vulnerability VCID-xzs8-rbhd-mkbp
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-modules-java8@2.10.4-2.redhat_00004.1%3Farch=el7eap
32
url pkg:rpm/redhat/eap7-resteasy@3.0.27-1.Final_redhat_00001.1.ep7?arch=el7
purl pkg:rpm/redhat/eap7-resteasy@3.0.27-1.Final_redhat_00001.1.ep7?arch=el7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qfd-jjh1-d3fx
1
vulnerability VCID-8977-tjss-w7ba
2
vulnerability VCID-9bk7-2rsc-nbd6
3
vulnerability VCID-9h46-72hw-bkcr
4
vulnerability VCID-bydt-bkf4-rbh2
5
vulnerability VCID-dmkc-42vj-gbhc
6
vulnerability VCID-j986-mtma-b3bw
7
vulnerability VCID-jvp6-892x-nkc7
8
vulnerability VCID-jwav-88m7-6fhz
9
vulnerability VCID-netd-rr9e-wbg5
10
vulnerability VCID-q6t7-9mjk-7fdd
11
vulnerability VCID-qruf-r6dc-3ugj
12
vulnerability VCID-ruae-hqdg-m7ek
13
vulnerability VCID-v2pq-1qhm-4qb9
14
vulnerability VCID-wdgx-34uc-2qa4
15
vulnerability VCID-wp9q-eurd-43dx
16
vulnerability VCID-xnyb-nuwm-pkdr
17
vulnerability VCID-xzs8-rbhd-mkbp
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-resteasy@3.0.27-1.Final_redhat_00001.1.ep7%3Farch=el7
33
url pkg:rpm/redhat/eap7-resteasy@3.11.6-1.Final_redhat_00001.1?arch=el7eap
purl pkg:rpm/redhat/eap7-resteasy@3.11.6-1.Final_redhat_00001.1?arch=el7eap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-8977-tjss-w7ba
1
vulnerability VCID-9bk7-2rsc-nbd6
2
vulnerability VCID-9h46-72hw-bkcr
3
vulnerability VCID-dmkc-42vj-gbhc
4
vulnerability VCID-j986-mtma-b3bw
5
vulnerability VCID-jstt-6zs3-ybew
6
vulnerability VCID-jwav-88m7-6fhz
7
vulnerability VCID-netd-rr9e-wbg5
8
vulnerability VCID-qruf-r6dc-3ugj
9
vulnerability VCID-turp-dju7-c7fx
10
vulnerability VCID-v2pq-1qhm-4qb9
11
vulnerability VCID-wp9q-eurd-43dx
12
vulnerability VCID-xzs8-rbhd-mkbp
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-resteasy@3.11.6-1.Final_redhat_00001.1%3Farch=el7eap
34
url pkg:rpm/redhat/eap7-snakeyaml@1.33.0-1.SP1_redhat_00001.1?arch=el7eap
purl pkg:rpm/redhat/eap7-snakeyaml@1.33.0-1.SP1_redhat_00001.1?arch=el7eap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-8977-tjss-w7ba
1
vulnerability VCID-9bk7-2rsc-nbd6
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-j986-mtma-b3bw
4
vulnerability VCID-jstt-6zs3-ybew
5
vulnerability VCID-jwav-88m7-6fhz
6
vulnerability VCID-netd-rr9e-wbg5
7
vulnerability VCID-qruf-r6dc-3ugj
8
vulnerability VCID-turp-dju7-c7fx
9
vulnerability VCID-xzs8-rbhd-mkbp
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-snakeyaml@1.33.0-1.SP1_redhat_00001.1%3Farch=el7eap
35
url pkg:rpm/redhat/eap7-snakeyaml@1.33.0-1.SP1_redhat_00001.1.ep7?arch=el7
purl pkg:rpm/redhat/eap7-snakeyaml@1.33.0-1.SP1_redhat_00001.1.ep7?arch=el7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-8977-tjss-w7ba
1
vulnerability VCID-dmkc-42vj-gbhc
2
vulnerability VCID-j986-mtma-b3bw
3
vulnerability VCID-jwav-88m7-6fhz
4
vulnerability VCID-netd-rr9e-wbg5
5
vulnerability VCID-qruf-r6dc-3ugj
6
vulnerability VCID-wp9q-eurd-43dx
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-snakeyaml@1.33.0-1.SP1_redhat_00001.1.ep7%3Farch=el7
36
url pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1?arch=el7eap
purl pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1?arch=el7eap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4s4f-emvn-9bhh
1
vulnerability VCID-dmkc-42vj-gbhc
2
vulnerability VCID-fb8u-g65k-hffs
3
vulnerability VCID-knw5-d2nn-vyhq
4
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1%3Farch=el7eap
37
url pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1?arch=el8eap
purl pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1?arch=el8eap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4s4f-emvn-9bhh
1
vulnerability VCID-dmkc-42vj-gbhc
2
vulnerability VCID-fb8u-g65k-hffs
3
vulnerability VCID-knw5-d2nn-vyhq
4
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1%3Farch=el8eap
38
url pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1?arch=el9eap
purl pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1?arch=el9eap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4s4f-emvn-9bhh
1
vulnerability VCID-dmkc-42vj-gbhc
2
vulnerability VCID-fb8u-g65k-hffs
3
vulnerability VCID-knw5-d2nn-vyhq
4
vulnerability VCID-sqsn-ygsg-yfdu
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-snakeyaml@1.33.0-2.SP1_redhat_00001.1%3Farch=el9eap
39
url pkg:rpm/redhat/jenkins-2-plugins@4.9.1675668922-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.9.1675668922-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-13zs-2sn8-3yey
1
vulnerability VCID-1tha-u7dt-tfc9
2
vulnerability VCID-2zhb-qfhq-xkdp
3
vulnerability VCID-4qvq-xv22-xbed
4
vulnerability VCID-5jjh-qcnz-mye7
5
vulnerability VCID-73th-g3mx-dqf1
6
vulnerability VCID-892e-957y-4yc8
7
vulnerability VCID-9h4k-xjx5-afc8
8
vulnerability VCID-atqg-nfz6-zyfs
9
vulnerability VCID-ca7m-fb38-kfe2
10
vulnerability VCID-dmkc-42vj-gbhc
11
vulnerability VCID-fzvq-dpvh-v7eu
12
vulnerability VCID-gxu6-51zm-sfh7
13
vulnerability VCID-mm3e-4pej-byed
14
vulnerability VCID-n5vc-ggjg-kfc1
15
vulnerability VCID-netd-rr9e-wbg5
16
vulnerability VCID-pnge-tumu-v7e2
17
vulnerability VCID-pwtj-az3g-zka3
18
vulnerability VCID-rs56-6qvx-vucg
19
vulnerability VCID-rxtr-936k-h3cc
20
vulnerability VCID-s839-rpta-6bej
21
vulnerability VCID-tx8n-nmhx-gqg1
22
vulnerability VCID-ubq1-gzr6-x3fu
23
vulnerability VCID-xq5k-dyk9-u3ct
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.9.1675668922-1%3Farch=el8
40
url pkg:rpm/redhat/jenkins-2-plugins@4.10.1675407676-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.10.1675407676-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-dmkc-42vj-gbhc
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.10.1675407676-1%3Farch=el8
41
url pkg:rpm/redhat/jenkins-2-plugins@4.11.1683009941-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.11.1683009941-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1tha-u7dt-tfc9
1
vulnerability VCID-2zhb-qfhq-xkdp
2
vulnerability VCID-4qvq-xv22-xbed
3
vulnerability VCID-5bu5-5b6n-nuft
4
vulnerability VCID-73th-g3mx-dqf1
5
vulnerability VCID-atqg-nfz6-zyfs
6
vulnerability VCID-dmkc-42vj-gbhc
7
vulnerability VCID-j584-bgww-z7fw
8
vulnerability VCID-j986-mtma-b3bw
9
vulnerability VCID-m3g5-ua28-afd2
10
vulnerability VCID-mm3e-4pej-byed
11
vulnerability VCID-n5vc-ggjg-kfc1
12
vulnerability VCID-netd-rr9e-wbg5
13
vulnerability VCID-pnge-tumu-v7e2
14
vulnerability VCID-quvj-3tpk-qug1
15
vulnerability VCID-rxtr-936k-h3cc
16
vulnerability VCID-s839-rpta-6bej
17
vulnerability VCID-tx8n-nmhx-gqg1
18
vulnerability VCID-xq5k-dyk9-u3ct
19
vulnerability VCID-zxcj-h6nx-m7gq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.11.1683009941-1%3Farch=el8
42
url pkg:rpm/redhat/jenkins-2-plugins@4.11.1698299029-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.11.1698299029-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bu5-5b6n-nuft
1
vulnerability VCID-dmkc-42vj-gbhc
2
vulnerability VCID-h7qt-3g1f-5ffr
3
vulnerability VCID-j584-bgww-z7fw
4
vulnerability VCID-j986-mtma-b3bw
5
vulnerability VCID-quvj-3tpk-qug1
6
vulnerability VCID-zxcj-h6nx-m7gq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.11.1698299029-1%3Farch=el8
43
url pkg:rpm/redhat/jenkins-2-plugins@4.11.1706516946-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.11.1706516946-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bu5-5b6n-nuft
1
vulnerability VCID-955x-hg4a-5kc3
2
vulnerability VCID-dmkc-42vj-gbhc
3
vulnerability VCID-j584-bgww-z7fw
4
vulnerability VCID-j986-mtma-b3bw
5
vulnerability VCID-quvj-3tpk-qug1
6
vulnerability VCID-zxcj-h6nx-m7gq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.11.1706516946-1%3Farch=el8
44
url pkg:rpm/redhat/prometheus-jmx-exporter@0.12.0-9?arch=el8_7
purl pkg:rpm/redhat/prometheus-jmx-exporter@0.12.0-9?arch=el8_7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-dmkc-42vj-gbhc
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/prometheus-jmx-exporter@0.12.0-9%3Farch=el8_7
45
url pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1?arch=el7sso
purl pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1?arch=el7sso
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2xyb-g3n4-n3ca
1
vulnerability VCID-3s9f-prpy-hbcx
2
vulnerability VCID-4nu3-fknt-puej
3
vulnerability VCID-4v1f-kt5y-w7d1
4
vulnerability VCID-5618-53yg-8qh4
5
vulnerability VCID-6354-p39b-zbhp
6
vulnerability VCID-7j7q-m1zp-zfac
7
vulnerability VCID-9h46-72hw-bkcr
8
vulnerability VCID-cvxp-ctj9-guej
9
vulnerability VCID-dmkc-42vj-gbhc
10
vulnerability VCID-dxj3-8sk5-mfdy
11
vulnerability VCID-ebn8-cjqs-k3ad
12
vulnerability VCID-gp47-t3vm-57an
13
vulnerability VCID-hbwg-ebvx-k7e1
14
vulnerability VCID-kexn-gjxj-uudm
15
vulnerability VCID-mm3e-4pej-byed
16
vulnerability VCID-myp4-24sf-9yfv
17
vulnerability VCID-netd-rr9e-wbg5
18
vulnerability VCID-ptd4-8f7f-hyg6
19
vulnerability VCID-qxfs-sq38-jfad
20
vulnerability VCID-sqx4-euc2-myew
21
vulnerability VCID-turp-dju7-c7fx
22
vulnerability VCID-v2pq-1qhm-4qb9
23
vulnerability VCID-vfsr-kypp-wbea
24
vulnerability VCID-wp9q-eurd-43dx
25
vulnerability VCID-xy58-u3se-wfdb
26
vulnerability VCID-xzs8-rbhd-mkbp
27
vulnerability VCID-y1np-kma2-ayfn
28
vulnerability VCID-y3ey-aab7-q3fk
29
vulnerability VCID-y8up-mkx2-abcn
30
vulnerability VCID-y9aa-2a31-ufa7
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1%3Farch=el7sso
46
url pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1?arch=el9sso
purl pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1?arch=el9sso
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2xyb-g3n4-n3ca
1
vulnerability VCID-3s9f-prpy-hbcx
2
vulnerability VCID-4nu3-fknt-puej
3
vulnerability VCID-4v1f-kt5y-w7d1
4
vulnerability VCID-5618-53yg-8qh4
5
vulnerability VCID-6354-p39b-zbhp
6
vulnerability VCID-7j7q-m1zp-zfac
7
vulnerability VCID-9h46-72hw-bkcr
8
vulnerability VCID-cvxp-ctj9-guej
9
vulnerability VCID-dmkc-42vj-gbhc
10
vulnerability VCID-dxj3-8sk5-mfdy
11
vulnerability VCID-ebn8-cjqs-k3ad
12
vulnerability VCID-gp47-t3vm-57an
13
vulnerability VCID-hbwg-ebvx-k7e1
14
vulnerability VCID-kexn-gjxj-uudm
15
vulnerability VCID-mm3e-4pej-byed
16
vulnerability VCID-myp4-24sf-9yfv
17
vulnerability VCID-netd-rr9e-wbg5
18
vulnerability VCID-ptd4-8f7f-hyg6
19
vulnerability VCID-qxfs-sq38-jfad
20
vulnerability VCID-sqx4-euc2-myew
21
vulnerability VCID-turp-dju7-c7fx
22
vulnerability VCID-v2pq-1qhm-4qb9
23
vulnerability VCID-vfsr-kypp-wbea
24
vulnerability VCID-wp9q-eurd-43dx
25
vulnerability VCID-xy58-u3se-wfdb
26
vulnerability VCID-xzs8-rbhd-mkbp
27
vulnerability VCID-y1np-kma2-ayfn
28
vulnerability VCID-y3ey-aab7-q3fk
29
vulnerability VCID-y8up-mkx2-abcn
30
vulnerability VCID-y9aa-2a31-ufa7
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1%3Farch=el9sso
47
url pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1?arch=el8sso
purl pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1?arch=el8sso
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2xyb-g3n4-n3ca
1
vulnerability VCID-3s9f-prpy-hbcx
2
vulnerability VCID-4nu3-fknt-puej
3
vulnerability VCID-4v1f-kt5y-w7d1
4
vulnerability VCID-5618-53yg-8qh4
5
vulnerability VCID-6354-p39b-zbhp
6
vulnerability VCID-7j7q-m1zp-zfac
7
vulnerability VCID-9h46-72hw-bkcr
8
vulnerability VCID-cvxp-ctj9-guej
9
vulnerability VCID-dmkc-42vj-gbhc
10
vulnerability VCID-dxj3-8sk5-mfdy
11
vulnerability VCID-ebn8-cjqs-k3ad
12
vulnerability VCID-gp47-t3vm-57an
13
vulnerability VCID-hbwg-ebvx-k7e1
14
vulnerability VCID-kexn-gjxj-uudm
15
vulnerability VCID-mm3e-4pej-byed
16
vulnerability VCID-myp4-24sf-9yfv
17
vulnerability VCID-netd-rr9e-wbg5
18
vulnerability VCID-ptd4-8f7f-hyg6
19
vulnerability VCID-qxfs-sq38-jfad
20
vulnerability VCID-sqx4-euc2-myew
21
vulnerability VCID-turp-dju7-c7fx
22
vulnerability VCID-v2pq-1qhm-4qb9
23
vulnerability VCID-vfsr-kypp-wbea
24
vulnerability VCID-wp9q-eurd-43dx
25
vulnerability VCID-xy58-u3se-wfdb
26
vulnerability VCID-xzs8-rbhd-mkbp
27
vulnerability VCID-y1np-kma2-ayfn
28
vulnerability VCID-y3ey-aab7-q3fk
29
vulnerability VCID-y8up-mkx2-abcn
30
vulnerability VCID-y9aa-2a31-ufa7
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1%3Farch=el8sso
References
0
reference_url http://packetstormsecurity.com/files/175095/PyTorch-Model-Server-Registration-Deserialization-Remote-Code-Execution.html
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url http://packetstormsecurity.com/files/175095/PyTorch-Model-Server-Registration-Deserialization-Remote-Code-Execution.html
1
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1471.json
reference_id
reference_type
scores
0
value 9.8
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1471.json
2
reference_url https://api.first.org/data/v1/epss?cve=CVE-2022-1471
reference_id
reference_type
scores
0
value 0.93849
scoring_system epss
scoring_elements 0.99865
published_at 2026-04-02T12:55:00Z
1
value 0.93849
scoring_system epss
scoring_elements 0.99867
published_at 2026-04-13T12:55:00Z
2
value 0.93849
scoring_system epss
scoring_elements 0.99866
published_at 2026-04-12T12:55:00Z
3
value 0.93849
scoring_system epss
scoring_elements 0.99864
published_at 2026-04-01T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2022-1471
3
reference_url https://bitbucket.org/snakeyaml/snakeyaml
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://bitbucket.org/snakeyaml/snakeyaml
4
reference_url https://bitbucket.org/snakeyaml/snakeyaml/commits/5014df1a36f50aca54405bb8433bc99a8847f758
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://bitbucket.org/snakeyaml/snakeyaml/commits/5014df1a36f50aca54405bb8433bc99a8847f758
5
reference_url https://bitbucket.org/snakeyaml/snakeyaml/commits/acc44099f5f4af26ff86b4e4e4cc1c874e2dc5c4
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://bitbucket.org/snakeyaml/snakeyaml/commits/acc44099f5f4af26ff86b4e4e4cc1c874e2dc5c4
6
reference_url https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64581479
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64581479
7
reference_url https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64634374
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64634374
8
reference_url https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64876314
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64876314
9
reference_url https://bitbucket.org/snakeyaml/snakeyaml/wiki/CVE-2022-1471
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://bitbucket.org/snakeyaml/snakeyaml/wiki/CVE-2022-1471
10
reference_url https://confluence.atlassian.com/security/cve-2022-1471-snakeyaml-library-rce-vulnerability-in-multiple-products-1296171009.html
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url https://confluence.atlassian.com/security/cve-2022-1471-snakeyaml-library-rce-vulnerability-in-multiple-products-1296171009.html
11
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1471
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1471
12
reference_url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
13
reference_url https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2
14
reference_url https://github.com/mbechler/marshalsec
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url https://github.com/mbechler/marshalsec
15
reference_url https://groups.google.com/g/kubernetes-security-announce/c/mwrakFaEdnc
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url https://groups.google.com/g/kubernetes-security-announce/c/mwrakFaEdnc
16
reference_url https://infosecwriteups.com/%EF%B8%8F-inside-the-160-comment-fight-to-fix-snakeyamls-rce-default-1a20c5ca4d4c
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url https://infosecwriteups.com/%EF%B8%8F-inside-the-160-comment-fight-to-fix-snakeyamls-rce-default-1a20c5ca4d4c
17
reference_url https://nvd.nist.gov/vuln/detail/CVE-2022-1471
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2022-1471
18
reference_url https://security.netapp.com/advisory/ntap-20230818-0015
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://security.netapp.com/advisory/ntap-20230818-0015
19
reference_url https://security.netapp.com/advisory/ntap-20240621-0006
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://security.netapp.com/advisory/ntap-20240621-0006
20
reference_url https://snyk.io/blog/unsafe-deserialization-snakeyaml-java-cve-2022-1471
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://snyk.io/blog/unsafe-deserialization-snakeyaml-java-cve-2022-1471
21
reference_url https://www.github.com/mbechler/marshalsec/blob/master/marshalsec.pdf?raw=true
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url https://www.github.com/mbechler/marshalsec/blob/master/marshalsec.pdf?raw=true
22
reference_url http://www.openwall.com/lists/oss-security/2023/11/19/1
reference_id
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url http://www.openwall.com/lists/oss-security/2023/11/19/1
23
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2150009
reference_id 2150009
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2150009
24
reference_url https://github.com/advisories/GHSA-mjmj-j48q-9wg2
reference_id GHSA-mjmj-j48q-9wg2
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-mjmj-j48q-9wg2
25
reference_url https://security.netapp.com/advisory/ntap-20230818-0015/
reference_id ntap-20230818-0015
reference_type
scores
0
value 8.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
1
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-08-07T18:13:22Z/
url https://security.netapp.com/advisory/ntap-20230818-0015/
26
reference_url https://access.redhat.com/errata/RHSA-2022:9032
reference_id RHSA-2022:9032
reference_type
scores
url https://access.redhat.com/errata/RHSA-2022:9032
27
reference_url https://access.redhat.com/errata/RHSA-2022:9058
reference_id RHSA-2022:9058
reference_type
scores
url https://access.redhat.com/errata/RHSA-2022:9058
28
reference_url https://access.redhat.com/errata/RHSA-2023:0697
reference_id RHSA-2023:0697
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:0697
29
reference_url https://access.redhat.com/errata/RHSA-2023:0758
reference_id RHSA-2023:0758
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:0758
30
reference_url https://access.redhat.com/errata/RHSA-2023:0777
reference_id RHSA-2023:0777
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:0777
31
reference_url https://access.redhat.com/errata/RHSA-2023:1006
reference_id RHSA-2023:1006
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:1006
32
reference_url https://access.redhat.com/errata/RHSA-2023:2097
reference_id RHSA-2023:2097
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:2097
33
reference_url https://access.redhat.com/errata/RHSA-2023:3198
reference_id RHSA-2023:3198
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:3198
34
reference_url https://access.redhat.com/errata/RHSA-2023:5165
reference_id RHSA-2023:5165
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:5165
35
reference_url https://access.redhat.com/errata/RHSA-2023:6171
reference_id RHSA-2023:6171
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:6171
36
reference_url https://access.redhat.com/errata/RHSA-2023:7697
reference_id RHSA-2023:7697
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:7697
37
reference_url https://access.redhat.com/errata/RHSA-2024:0325
reference_id RHSA-2024:0325
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:0325
38
reference_url https://access.redhat.com/errata/RHSA-2024:0775
reference_id RHSA-2024:0775
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:0775
39
reference_url https://access.redhat.com/errata/RHSA-2025:1746
reference_id RHSA-2025:1746
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:1746
40
reference_url https://access.redhat.com/errata/RHSA-2025:1747
reference_id RHSA-2025:1747
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:1747
Weaknesses
0
cwe_id 20
name Improper Input Validation
description The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
1
cwe_id 502
name Deserialization of Untrusted Data
description The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid.
2
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
3
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
0
date_added null
description
The PyTorch model server contains multiple vulnerabilities that can be chained together to permit an
        unauthenticated remote attacker arbitrary Java code execution. The first vulnerability is that the management
        interface is bound to all IP addresses and not just the loop back interface as the documentation suggests. The
        second vulnerability (CVE-2023-43654) allows attackers with access to the management interface to register MAR
        model files from arbitrary servers. The third vulnerability is that when an MAR file is loaded, it can contain a
        YAML configuration file that when deserialized by snakeyaml, can lead to loading an arbitrary Java class.
required_action null
due_date null
notes
Stability:
  - crash-safe
SideEffects:
  - ioc-in-logs
Reliability:
  - repeatable-session
known_ransomware_campaign_use false
source_date_published 2023-10-03
exploit_type null
platform Java
source_date_updated null
data_source Metasploit
source_url https://github.com/rapid7/metasploit-framework/tree/master/modules/exploits/multi/http/torchserver_cve_2023_43654.rb
Severity_range_score7.0 - 9.8
Exploitability2.0
Weighted_severity8.8
Risk_score10.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-dmkc-42vj-gbhc