mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-06-19 17:32:41 +00:00
"-Synchronized-Data."
This commit is contained in:
parent
16ad8f05c6
commit
c4a750cc92
@ -1,17 +1,67 @@
|
|||||||
{
|
{
|
||||||
"CVE_data_meta": {
|
|
||||||
"ASSIGNER": "cve@mitre.org",
|
|
||||||
"ID": "CVE-2018-17198",
|
|
||||||
"STATE": "RESERVED"
|
|
||||||
},
|
|
||||||
"data_format": "MITRE",
|
|
||||||
"data_type": "CVE",
|
"data_type": "CVE",
|
||||||
|
"data_format": "MITRE",
|
||||||
"data_version": "4.0",
|
"data_version": "4.0",
|
||||||
|
"CVE_data_meta": {
|
||||||
|
"ID": "CVE-2018-17198",
|
||||||
|
"ASSIGNER": "security@apache.org",
|
||||||
|
"STATE": "PUBLIC"
|
||||||
|
},
|
||||||
|
"affects": {
|
||||||
|
"vendor": {
|
||||||
|
"vendor_data": [
|
||||||
|
{
|
||||||
|
"vendor_name": "Apache Software Foundation",
|
||||||
|
"product": {
|
||||||
|
"product_data": [
|
||||||
|
{
|
||||||
|
"product_name": "Apache Roller",
|
||||||
|
"version": {
|
||||||
|
"version_data": [
|
||||||
|
{
|
||||||
|
"version_value": "5.2.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_value": "5.2.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_value": "earlier unsupported versions"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"problemtype": {
|
||||||
|
"problemtype_data": [
|
||||||
|
{
|
||||||
|
"description": [
|
||||||
|
{
|
||||||
|
"lang": "eng",
|
||||||
|
"value": "Information Disclosure"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"references": {
|
||||||
|
"reference_data": [
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "https://lists.apache.org/thread.html/94a36ed9c6241558b1c6181d8dd4ff263be7903abd1d20067d4330d5@%3Cdev.roller.apache.org%3E",
|
||||||
|
"url": "https://lists.apache.org/thread.html/94a36ed9c6241558b1c6181d8dd4ff263be7903abd1d20067d4330d5@%3Cdev.roller.apache.org%3E"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"description_data": [
|
"description_data": [
|
||||||
{
|
{
|
||||||
"lang": "eng",
|
"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."
|
"value": "Server-side Request Forgery (SSRF) and File Enumeration vulnerability in Apache Roller 5.2.1, 5.2.0 and earlier unsupported versions relies on Java SAX Parser to implement its XML-RPC interface and by default that parser supports external entities in XML DOCTYPE, which opens Roller up to SSRF / File Enumeration vulnerability. Note that this vulnerability exists even if Roller XML-RPC interface is disable via the Roller web admin UI. Mitigation: There are a couple of ways you can fix this vulnerability: 1) Upgrade to the latest version of Roller, which is now 5.2.2 2) Or, edit the Roller web.xml file and comment out the XML-RPC Servlet mapping as shown below: <!-- <servlet-mapping> <servlet-name>XmlRpcServlet</servlet-name> <url-pattern>/roller-services/xmlrpc</url-pattern> </servlet-mapping> -->"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -61,6 +61,11 @@
|
|||||||
"name": "https://github.com/johnsonwangqize/cve-linux/blob/master/CVE-2018-5995.md",
|
"name": "https://github.com/johnsonwangqize/cve-linux/blob/master/CVE-2018-5995.md",
|
||||||
"refsource": "MISC",
|
"refsource": "MISC",
|
||||||
"url": "https://github.com/johnsonwangqize/cve-linux/blob/master/CVE-2018-5995.md"
|
"url": "https://github.com/johnsonwangqize/cve-linux/blob/master/CVE-2018-5995.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -61,6 +61,11 @@
|
|||||||
"name": "106441",
|
"name": "106441",
|
||||||
"refsource": "BID",
|
"refsource": "BID",
|
||||||
"url": "http://www.securityfocus.com/bid/106441"
|
"url": "http://www.securityfocus.com/bid/106441"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "https://ics-cert.us-cert.gov/advisories/ICSA-19-003-01",
|
||||||
|
"url": "https://ics-cert.us-cert.gov/advisories/ICSA-19-003-01"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -81,6 +81,11 @@
|
|||||||
"refsource": "MLIST",
|
"refsource": "MLIST",
|
||||||
"name": "[oss-security] 20190415 Re: Linux kernel < 4.8 local generic ASLR - CVE-ID",
|
"name": "[oss-security] 20190415 Re: Linux kernel < 4.8 local generic ASLR - CVE-ID",
|
||||||
"url": "http://www.openwall.com/lists/oss-security/2019/04/15/1"
|
"url": "http://www.openwall.com/lists/oss-security/2019/04/15/1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -101,6 +101,11 @@
|
|||||||
"refsource": "SUSE",
|
"refsource": "SUSE",
|
||||||
"name": "openSUSE-SU-2019:1407",
|
"name": "openSUSE-SU-2019:1407",
|
||||||
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00043.html"
|
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00043.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -116,6 +116,11 @@
|
|||||||
"refsource": "CONFIRM",
|
"refsource": "CONFIRM",
|
||||||
"name": "https://security.netapp.com/advisory/ntap-20190517-0002/",
|
"name": "https://security.netapp.com/advisory/ntap-20190517-0002/",
|
||||||
"url": "https://security.netapp.com/advisory/ntap-20190517-0002/"
|
"url": "https://security.netapp.com/advisory/ntap-20190517-0002/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -81,6 +81,11 @@
|
|||||||
"refsource": "MLIST",
|
"refsource": "MLIST",
|
||||||
"name": "[debian-lts-announce] 20190503 [SECURITY] [DLA 1771-1] linux-4.9 security update",
|
"name": "[debian-lts-announce] 20190503 [SECURITY] [DLA 1771-1] linux-4.9 security update",
|
||||||
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00002.html"
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00002.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -76,6 +76,11 @@
|
|||||||
"refsource": "MLIST",
|
"refsource": "MLIST",
|
||||||
"name": "[debian-lts-announce] 20190503 [SECURITY] [DLA 1771-1] linux-4.9 security update",
|
"name": "[debian-lts-announce] 20190503 [SECURITY] [DLA 1771-1] linux-4.9 security update",
|
||||||
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00002.html"
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00002.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -93,6 +93,11 @@
|
|||||||
"refsource": "UBUNTU",
|
"refsource": "UBUNTU",
|
||||||
"name": "USN-3980-2",
|
"name": "USN-3980-2",
|
||||||
"url": "https://usn.ubuntu.com/3980-2/"
|
"url": "https://usn.ubuntu.com/3980-2/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -58,6 +58,11 @@
|
|||||||
"refsource": "CONFIRM",
|
"refsource": "CONFIRM",
|
||||||
"name": "https://security.netapp.com/advisory/ntap-20190517-0005/",
|
"name": "https://security.netapp.com/advisory/ntap-20190517-0005/",
|
||||||
"url": "https://security.netapp.com/advisory/ntap-20190517-0005/"
|
"url": "https://security.netapp.com/advisory/ntap-20190517-0005/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -146,6 +146,11 @@
|
|||||||
"refsource": "REDHAT",
|
"refsource": "REDHAT",
|
||||||
"name": "RHSA-2019:0832",
|
"name": "RHSA-2019:0832",
|
||||||
"url": "https://access.redhat.com/errata/RHSA-2019:0832"
|
"url": "https://access.redhat.com/errata/RHSA-2019:0832"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MLIST",
|
||||||
|
"name": "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update",
|
||||||
|
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"description_data": [
|
"description_data": [
|
||||||
{
|
{
|
||||||
"lang": "eng",
|
"lang": "eng",
|
||||||
"value": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.2. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n followed by an HTTP header or a Redis command."
|
"value": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -31,6 +31,11 @@
|
|||||||
"refsource": "REDHAT",
|
"refsource": "REDHAT",
|
||||||
"name": "RHSA-2019:1144",
|
"name": "RHSA-2019:1144",
|
||||||
"url": "https://access.redhat.com/errata/RHSA-2019:1144"
|
"url": "https://access.redhat.com/errata/RHSA-2019:1144"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "http://packetstormsecurity.com/files/153106/Spidermonkey-IonMonkey-JS_OPTIMIZED_OUT-Value-Leak.html",
|
||||||
|
"url": "http://packetstormsecurity.com/files/153106/Spidermonkey-IonMonkey-JS_OPTIMIZED_OUT-Value-Leak.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -56,6 +56,16 @@
|
|||||||
"refsource": "CONFIRM",
|
"refsource": "CONFIRM",
|
||||||
"name": "https://community.wd.com/t/new-release-my-cloud-firmware-versions-2-31-183-05-20-2019/237717",
|
"name": "https://community.wd.com/t/new-release-my-cloud-firmware-versions-2-31-183-05-20-2019/237717",
|
||||||
"url": "https://community.wd.com/t/new-release-my-cloud-firmware-versions-2-31-183-05-20-2019/237717"
|
"url": "https://community.wd.com/t/new-release-my-cloud-firmware-versions-2-31-183-05-20-2019/237717"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "https://bnbdr.github.io/posts/wd/",
|
||||||
|
"url": "https://bnbdr.github.io/posts/wd/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "https://github.com/bnbdr/wd-rce/",
|
||||||
|
"url": "https://github.com/bnbdr/wd-rce/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -61,6 +61,16 @@
|
|||||||
"refsource": "CONFIRM",
|
"refsource": "CONFIRM",
|
||||||
"name": "https://support.wdc.com/downloads.aspx?g=2702&lang=en",
|
"name": "https://support.wdc.com/downloads.aspx?g=2702&lang=en",
|
||||||
"url": "https://support.wdc.com/downloads.aspx?g=2702&lang=en"
|
"url": "https://support.wdc.com/downloads.aspx?g=2702&lang=en"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "https://bnbdr.github.io/posts/wd/",
|
||||||
|
"url": "https://bnbdr.github.io/posts/wd/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "https://github.com/bnbdr/wd-rce/",
|
||||||
|
"url": "https://github.com/bnbdr/wd-rce/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -61,6 +61,16 @@
|
|||||||
"refsource": "CONFIRM",
|
"refsource": "CONFIRM",
|
||||||
"name": "https://support.wdc.com/downloads.aspx?g=2702&lang=en",
|
"name": "https://support.wdc.com/downloads.aspx?g=2702&lang=en",
|
||||||
"url": "https://support.wdc.com/downloads.aspx?g=2702&lang=en"
|
"url": "https://support.wdc.com/downloads.aspx?g=2702&lang=en"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "https://bnbdr.github.io/posts/wd/",
|
||||||
|
"url": "https://bnbdr.github.io/posts/wd/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"refsource": "MISC",
|
||||||
|
"name": "https://github.com/bnbdr/wd-rce/",
|
||||||
|
"url": "https://github.com/bnbdr/wd-rce/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user