Search criteria
4 vulnerabilities found for geckodriver by mozilla
CVE-2021-4138 (GCVE-0-2021-4138)
Vulnerability from nvd – Published: 2022-05-02 22:08 – Updated: 2024-08-03 17:16
VLAI?
Summary
Improved Host header checks to reject requests not sent to a well-known local hostname or IP, or the server-specified hostname.
Severity ?
No CVSS data available.
CWE
- Fixed a DNS rebinding issues by enforcing a stricter Host header check.
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Mozilla | geckodriver |
Affected:
unspecified , < 0.30.0
(custom)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T17:16:04.258Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.30.0"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1652612"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "geckodriver",
"vendor": "Mozilla",
"versions": [
{
"lessThan": "0.30.0",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Improved Host header checks to reject requests not sent to a well-known local hostname or IP, or the server-specified hostname."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Fixed a DNS rebinding issues by enforcing a stricter Host header check.",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-05-02T22:08:07.000Z",
"orgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"shortName": "mozilla"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.30.0"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1652612"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@mozilla.org",
"ID": "CVE-2021-4138",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "geckodriver",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "0.30.0"
}
]
}
}
]
},
"vendor_name": "Mozilla"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Improved Host header checks to reject requests not sent to a well-known local hostname or IP, or the server-specified hostname."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Fixed a DNS rebinding issues by enforcing a stricter Host header check."
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/mozilla/geckodriver/releases/tag/v0.30.0",
"refsource": "MISC",
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.30.0"
},
{
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1652612",
"refsource": "MISC",
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1652612"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"assignerShortName": "mozilla",
"cveId": "CVE-2021-4138",
"datePublished": "2022-05-02T22:08:07.000Z",
"dateReserved": "2021-12-20T00:00:00.000Z",
"dateUpdated": "2024-08-03T17:16:04.258Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-15660 (GCVE-0-2020-15660)
Vulnerability from nvd – Published: 2021-07-20 11:24 – Updated: 2024-08-04 13:22
VLAI?
Summary
Missing checks on Content-Type headers in geckodriver before 0.27.0 could lead to a CSRF vulnerability, that might, when paired with a specifically prepared request, lead to remote code execution.
Severity ?
No CVSS data available.
CWE
- n/a
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:22:30.616Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.27.0"
},
{
"name": "[oss-security] 20220207 Browser-mediated attacks on WebDriver servers",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2022/02/07/3"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Missing checks on Content-Type headers in geckodriver before 0.27.0 could lead to a CSRF vulnerability, that might, when paired with a specifically prepared request, lead to remote code execution."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-02-08T00:06:09.000Z",
"orgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"shortName": "mozilla"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.27.0"
},
{
"name": "[oss-security] 20220207 Browser-mediated attacks on WebDriver servers",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2022/02/07/3"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@mozilla.org",
"ID": "CVE-2020-15660",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Missing checks on Content-Type headers in geckodriver before 0.27.0 could lead to a CSRF vulnerability, that might, when paired with a specifically prepared request, lead to remote code execution."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/mozilla/geckodriver/releases/tag/v0.27.0",
"refsource": "MISC",
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.27.0"
},
{
"name": "[oss-security] 20220207 Browser-mediated attacks on WebDriver servers",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2022/02/07/3"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"assignerShortName": "mozilla",
"cveId": "CVE-2020-15660",
"datePublished": "2021-07-20T11:24:16.000Z",
"dateReserved": "2020-07-10T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:22:30.616Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2021-4138 (GCVE-0-2021-4138)
Vulnerability from cvelistv5 – Published: 2022-05-02 22:08 – Updated: 2024-08-03 17:16
VLAI?
Summary
Improved Host header checks to reject requests not sent to a well-known local hostname or IP, or the server-specified hostname.
Severity ?
No CVSS data available.
CWE
- Fixed a DNS rebinding issues by enforcing a stricter Host header check.
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Mozilla | geckodriver |
Affected:
unspecified , < 0.30.0
(custom)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T17:16:04.258Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.30.0"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1652612"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "geckodriver",
"vendor": "Mozilla",
"versions": [
{
"lessThan": "0.30.0",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Improved Host header checks to reject requests not sent to a well-known local hostname or IP, or the server-specified hostname."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Fixed a DNS rebinding issues by enforcing a stricter Host header check.",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-05-02T22:08:07.000Z",
"orgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"shortName": "mozilla"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.30.0"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1652612"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@mozilla.org",
"ID": "CVE-2021-4138",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "geckodriver",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "0.30.0"
}
]
}
}
]
},
"vendor_name": "Mozilla"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Improved Host header checks to reject requests not sent to a well-known local hostname or IP, or the server-specified hostname."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Fixed a DNS rebinding issues by enforcing a stricter Host header check."
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/mozilla/geckodriver/releases/tag/v0.30.0",
"refsource": "MISC",
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.30.0"
},
{
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1652612",
"refsource": "MISC",
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1652612"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"assignerShortName": "mozilla",
"cveId": "CVE-2021-4138",
"datePublished": "2022-05-02T22:08:07.000Z",
"dateReserved": "2021-12-20T00:00:00.000Z",
"dateUpdated": "2024-08-03T17:16:04.258Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-15660 (GCVE-0-2020-15660)
Vulnerability from cvelistv5 – Published: 2021-07-20 11:24 – Updated: 2024-08-04 13:22
VLAI?
Summary
Missing checks on Content-Type headers in geckodriver before 0.27.0 could lead to a CSRF vulnerability, that might, when paired with a specifically prepared request, lead to remote code execution.
Severity ?
No CVSS data available.
CWE
- n/a
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:22:30.616Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.27.0"
},
{
"name": "[oss-security] 20220207 Browser-mediated attacks on WebDriver servers",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2022/02/07/3"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Missing checks on Content-Type headers in geckodriver before 0.27.0 could lead to a CSRF vulnerability, that might, when paired with a specifically prepared request, lead to remote code execution."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-02-08T00:06:09.000Z",
"orgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"shortName": "mozilla"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.27.0"
},
{
"name": "[oss-security] 20220207 Browser-mediated attacks on WebDriver servers",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2022/02/07/3"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@mozilla.org",
"ID": "CVE-2020-15660",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Missing checks on Content-Type headers in geckodriver before 0.27.0 could lead to a CSRF vulnerability, that might, when paired with a specifically prepared request, lead to remote code execution."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/mozilla/geckodriver/releases/tag/v0.27.0",
"refsource": "MISC",
"url": "https://github.com/mozilla/geckodriver/releases/tag/v0.27.0"
},
{
"name": "[oss-security] 20220207 Browser-mediated attacks on WebDriver servers",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2022/02/07/3"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "f16b083a-5664-49f3-a51e-8d479e5ed7fe",
"assignerShortName": "mozilla",
"cveId": "CVE-2020-15660",
"datePublished": "2021-07-20T11:24:16.000Z",
"dateReserved": "2020-07-10T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:22:30.616Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}