-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Single quotes can trip Hugo YAML unmarshaler. (#62)
Signed-off-by: Simar <[email protected]> Signed-off-by: Simar <[email protected]>
- Loading branch information
Showing
4 changed files
with
169 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
{ | ||
"configurations": { | ||
"CVE_data_version": "4.0", | ||
"nodes": [ | ||
{ | ||
"cpe_match": [ | ||
{ | ||
"cpe23Uri": "cpe:2.3:o:google:android:8.0:*:*:*:*:*:*:*", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"cpe23Uri": "cpe:2.3:o:google:android:8.1:*:*:*:*:*:*:*", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"cpe23Uri": "cpe:2.3:o:google:android:9.0:*:*:*:*:*:*:*", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"cpe23Uri": "cpe:2.3:o:google:android:10.0:*:*:*:*:*:*:*", | ||
"vulnerable": true | ||
} | ||
], | ||
"operator": "OR" | ||
} | ||
] | ||
}, | ||
"cve": { | ||
"CVE_data_meta": { | ||
"ASSIGNER": "[email protected]", | ||
"ID": "CVE-2022-2788" | ||
}, | ||
"data_format": "MITRE", | ||
"data_type": "CVE", | ||
"data_version": "4.0", | ||
"description": { | ||
"description_data": [ | ||
{ | ||
"lang": "en", | ||
"value": "Emerson Electric's Proficy Machine Edition Version 9.80 and prior is vulnerable to CWE-29 Path Traversal: '\\..\\Filename', also known as a ZipSlip attack, through an upload procedure which enables attackers to implant a malicious .BLZ file on the PLC. The file can transfer through the engineering station onto Windows in a way that executes the malicious code." | ||
} | ||
] | ||
}, | ||
"problemtype": { | ||
"problemtype_data": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "en", | ||
"value": "CWE-269" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references": { | ||
"reference_data": [ | ||
{ | ||
"name": "https://source.android.com/security/bulletin/2020-01-01", | ||
"refsource": "CONFIRM", | ||
"tags": [ | ||
"Vendor Advisory" | ||
], | ||
"url": "https://source.android.com/security/bulletin/2020-01-01" | ||
} | ||
] | ||
} | ||
}, | ||
"impact": { | ||
"baseMetricV2": { | ||
"acInsufInfo": false, | ||
"cvssV2": { | ||
"accessComplexity": "LOW", | ||
"accessVector": "LOCAL", | ||
"authentication": "NONE", | ||
"availabilityImpact": "COMPLETE", | ||
"baseScore": 7.2, | ||
"confidentialityImpact": "COMPLETE", | ||
"integrityImpact": "COMPLETE", | ||
"vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C", | ||
"version": "2.0" | ||
}, | ||
"exploitabilityScore": 3.9, | ||
"impactScore": 10, | ||
"obtainAllPrivilege": false, | ||
"obtainOtherPrivilege": false, | ||
"obtainUserPrivilege": false, | ||
"severity": "HIGH", | ||
"userInteractionRequired": false | ||
}, | ||
"baseMetricV3": { | ||
"cvssV3": { | ||
"attackComplexity": "LOW", | ||
"attackVector": "LOCAL", | ||
"availabilityImpact": "HIGH", | ||
"baseScore": 7.8, | ||
"baseSeverity": "HIGH", | ||
"confidentialityImpact": "HIGH", | ||
"integrityImpact": "HIGH", | ||
"privilegesRequired": "LOW", | ||
"scope": "UNCHANGED", | ||
"userInteraction": "NONE", | ||
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", | ||
"version": "3.1" | ||
}, | ||
"exploitabilityScore": 1.8, | ||
"impactScore": 5.9 | ||
} | ||
}, | ||
"lastModifiedDate": "2020-01-14T21:52Z", | ||
"publishedDate": "2020-01-08T19:15Z" | ||
} |