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
3 changed files
with
97 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,45 @@ | ||
{ | ||
"CVE_data_meta": { | ||
"ASSIGNER": "psirt@lenovo.com", | ||
"DATE_PUBLIC": "2019-03-14T16:00:00.000Z", | ||
"ID": "CVE-2019-6149", | ||
"STATE": "PUBLIC" | ||
"CVE_data_meta" : { | ||
"ASSIGNER" : "cve@mitre.org", | ||
"DATE_PUBLIC" : "2019-03-14T16:00:00.000Z", | ||
"ID" : "CVE-2019-6149", | ||
"STATE" : "RESERVED" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "Dynamic Power Reduction Utility", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"affected": "<", | ||
"version_value": "2.2.2.0" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name": "Lenovo" | ||
} | ||
] | ||
} | ||
}, | ||
"data_format": "MITRE", | ||
"data_type": "CVE", | ||
"data_version": "4.0", | ||
"description": { | ||
"description_data": [ | ||
"data_format" : "MITRE", | ||
"data_type" : "CVE", | ||
"data_version" : "4.0", | ||
"description" : { | ||
"description_data" : [ | ||
{ | ||
"lang": "eng", | ||
"value": "An unquoted search path vulnerability was identified in Lenovo Dynamic Power Reduction Utility prior to version 2.2.2.0 that could allow a malicious user with local access to execute code with administrative privileges." | ||
"lang" : "eng", | ||
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." | ||
} | ||
] | ||
}, | ||
"impact": { | ||
"cvss": { | ||
"attackComplexity": "LOW", | ||
"attackVector": "LOCAL", | ||
"availabilityImpact": "HIGH", | ||
"baseScore": 6.7, | ||
"baseSeverity": "MEDIUM", | ||
"confidentialityImpact": "HIGH", | ||
"integrityImpact": "HIGH", | ||
"privilegesRequired": "HIGH", | ||
"scope": "UNCHANGED", | ||
"userInteraction": "NONE", | ||
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", | ||
"version": "3.0" | ||
"impact" : { | ||
"cvss" : { | ||
"attackComplexity" : "LOW", | ||
"attackVector" : "LOCAL", | ||
"availabilityImpact" : "HIGH", | ||
"baseScore" : 6.7, | ||
"baseSeverity" : "MEDIUM", | ||
"confidentialityImpact" : "HIGH", | ||
"integrityImpact" : "HIGH", | ||
"privilegesRequired" : "HIGH", | ||
"scope" : "UNCHANGED", | ||
"userInteraction" : "NONE", | ||
"vectorString" : "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", | ||
"version" : "3.0" | ||
} | ||
}, | ||
"problemtype": { | ||
"problemtype_data": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "eng", | ||
"value": "Privilege escalation" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references": { | ||
"reference_data": [ | ||
{ | ||
"refsource": "CONFIRM", | ||
"url": "https://support.lenovo.com/solutions/LEN-25674" | ||
} | ||
] | ||
}, | ||
"solution": [ | ||
"solution" : [ | ||
{ | ||
"lang": "eng", | ||
"value": "Update Dynamic Power Reduction Utility to version 2.2.2.0." | ||
"lang" : "eng", | ||
"value" : "Update Dynamic Power Reduction Utility to version 2.2.2.0." | ||
} | ||
], | ||
"source": { | ||
"advisory": "LEN-25674", | ||
"discovery": "UNKNOWN" | ||
"source" : { | ||
"advisory" : "LEN-25674", | ||
"discovery" : "UNKNOWN" | ||
} | ||
} |
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,18 @@ | ||
{ | ||
"CVE_data_meta" : { | ||
"ASSIGNER" : "cve@mitre.org", | ||
"ID" : "CVE-2019-9841", | ||
"STATE" : "RESERVED" | ||
}, | ||
"data_format" : "MITRE", | ||
"data_type" : "CVE", | ||
"data_version" : "4.0", | ||
"description" : { | ||
"description_data" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." | ||
} | ||
] | ||
} | ||
} |