forked from CVEProject/cvelist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
494 additions
and
107 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
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 |
---|---|---|
@@ -1,73 +1,74 @@ | ||
{ | ||
"CVE_data_meta": { | ||
"ASSIGNER": "product-cna@github.com", | ||
"ID": "CVE-2022-23740", | ||
"STATE": "PUBLIC", | ||
"TITLE": "Improper Neutralization of Argument Delimiters in a Command in GitHub Enterprise Server leading to Remote Code Execution" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "GitHub Enterprise Server", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"version_affected": "<", | ||
"version_name": "3.7", | ||
"version_value": "3.7.1" | ||
} | ||
] | ||
"CVE_data_meta": { | ||
"ASSIGNER": "product-cna@github.com", | ||
"ID": "CVE-2022-23740", | ||
"STATE": "PUBLIC", | ||
"TITLE": "Improper Neutralization of Argument Delimiters in a Command in GitHub Enterprise Server leading to Remote Code Execution" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "GitHub Enterprise Server", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"version_affected": "<", | ||
"version_name": "3.7", | ||
"version_value": "3.7.1" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name": "GitHub" | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name": "GitHub" | ||
} | ||
] | ||
} | ||
}, | ||
"credit": [ | ||
{ | ||
"lang": "eng", | ||
"value": "yvvdwf" | ||
} | ||
], | ||
"data_format": "MITRE", | ||
"data_type": "CVE", | ||
"data_version": "4.0", | ||
"description": { | ||
"description_data": [ | ||
{ | ||
"lang": "eng", | ||
"value": "CRITICAL: An improper neutralization of argument delimiters in a command vulnerability was identified in GitHub Enterprise Server that enabled remote code execution. To exploit this vulnerability, an attacker would need permission to create and build GitHub Pages using GitHub Actions. This vulnerability affected only version 3.7.0 of GitHub Enterprise Server and was fixed in version 3.7.1. This vulnerability was reported via the GitHub Bug Bounty program." | ||
} | ||
] | ||
}, | ||
"problemtype": { | ||
"problemtype_data": [ | ||
{ | ||
"description": [ | ||
{ | ||
}, | ||
"credit": [ | ||
{ | ||
"lang": "eng", | ||
"value": "CWE-88" | ||
} | ||
"value": "yvvdwf" | ||
} | ||
], | ||
"data_format": "MITRE", | ||
"data_type": "CVE", | ||
"data_version": "4.0", | ||
"description": { | ||
"description_data": [ | ||
{ | ||
"lang": "eng", | ||
"value": "CRITICAL: An improper neutralization of argument delimiters in a command vulnerability was identified in GitHub Enterprise Server that enabled remote code execution. To exploit this vulnerability, an attacker would need permission to create and build GitHub Pages using GitHub Actions. This vulnerability affected only version 3.7.0 of GitHub Enterprise Server and was fixed in version 3.7.1. This vulnerability was reported via the GitHub Bug Bounty program." | ||
} | ||
] | ||
}, | ||
"problemtype": { | ||
"problemtype_data": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "eng", | ||
"value": "CWE-88" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references": { | ||
"reference_data": [ | ||
{ | ||
"refsource": "MISC", | ||
"url": "https://docs.github.com/en/enterprise-server@3.7/admin/release-notes#3.7.1", | ||
"name": "https://docs.github.com/en/enterprise-server@3.7/admin/release-notes#3.7.1" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references": { | ||
"reference_data": [ | ||
{ | ||
"refsource": "CONFIRM", | ||
"url": "https://docs.github.com/en/enterprise-server@3.7/admin/release-notes#3.7.1" | ||
} | ||
] | ||
}, | ||
"source": { | ||
"discovery": "EXTERNAL" | ||
} | ||
}, | ||
"source": { | ||
"discovery": "EXTERNAL" | ||
} | ||
} |
Oops, something went wrong.