Skip to content

Commit

Permalink
Merge pull request CVEProject#1740 from RedHatProductSecurity/CVE-201…
Browse files Browse the repository at this point in the history
  • Loading branch information
cve-team authored Mar 26, 2019
2 parents 72d5a5d + 1502d26 commit dd6c01c
Showing 1 changed file with 65 additions and 7 deletions.
72 changes: 65 additions & 7 deletions 2019/3xxx/CVE-2019-3878.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,76 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-3878",
"STATE": "RESERVED"
"ASSIGNER": "lpardo@redhat.com"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "uninett",
"product": {
"product_data": [
{
"product_name": "mod_auth_mellon",
"version": {
"version_data": [
{
"version_value": "before v0.14.2"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-305"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3878",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3878",
"refsource": "CONFIRM"
},
{
"url": "https://github.com/Uninett/mod_auth_mellon/pull/196",
"name": "https://github.com/Uninett/mod_auth_mellon/pull/196",
"refsource": "CONFIRM"
}
]
},
"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."
"value": "A vulnerability was found in mod_auth_mellon before v0.14.2. If Apache is configured as a reverse proxy and mod_auth_mellon is configured to only let through authenticated users (with the require valid-user directive), adding special HTTP headers that are normally used to start the special SAML ECP (non-browser based) can be used to bypass authentication."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "8.1/CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
}
]
]
}
}
}

0 comments on commit dd6c01c

Please sign in to comment.