Search
Find a vulnerability
Search criteria
2 vulnerabilities by marshmallow_project
CVE-2018-17175 (GCVE-0-2018-17175)
Vulnerability from nvd – Published: 2018-09-18 17:00 – Updated: 2024-09-17 02:16
VLAI
EPSS
VEX
Summary
In the marshmallow library before 2.15.1 and 3.x before 3.0.0b9 for Python, the schema "only" option treats an empty list as implying no "only" option, which allows a request that was intended to expose no fields to instead expose all fields (if the schema is being filtered dynamically using the "only" option, and there is a user role that produces an empty value for "only").
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/marshmallow-code/marshmallow/p… | x_refsource_MISC |
| https://github.com/marshmallow-code/marshmallow/p… | x_refsource_MISC |
| https://github.com/marshmallow-code/marshmallow/i… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T10:39:59.648Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/marshmallow-code/marshmallow/pull/777"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/marshmallow-code/marshmallow/pull/782"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/marshmallow-code/marshmallow/issues/772"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the marshmallow library before 2.15.1 and 3.x before 3.0.0b9 for Python, the schema \"only\" option treats an empty list as implying no \"only\" option, which allows a request that was intended to expose no fields to instead expose all fields (if the schema is being filtered dynamically using the \"only\" option, and there is a user role that produces an empty value for \"only\")."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2018-09-18T17:00:00.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/marshmallow-code/marshmallow/pull/777"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/marshmallow-code/marshmallow/pull/782"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/marshmallow-code/marshmallow/issues/772"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-17175",
"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": "In the marshmallow library before 2.15.1 and 3.x before 3.0.0b9 for Python, the schema \"only\" option treats an empty list as implying no \"only\" option, which allows a request that was intended to expose no fields to instead expose all fields (if the schema is being filtered dynamically using the \"only\" option, and there is a user role that produces an empty value for \"only\")."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/marshmallow-code/marshmallow/pull/777",
"refsource": "MISC",
"url": "https://github.com/marshmallow-code/marshmallow/pull/777"
},
{
"name": "https://github.com/marshmallow-code/marshmallow/pull/782",
"refsource": "MISC",
"url": "https://github.com/marshmallow-code/marshmallow/pull/782"
},
{
"name": "https://github.com/marshmallow-code/marshmallow/issues/772",
"refsource": "MISC",
"url": "https://github.com/marshmallow-code/marshmallow/issues/772"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2018-17175",
"datePublished": "2018-09-18T17:00:00.000Z",
"dateReserved": "2018-09-18T00:00:00.000Z",
"dateUpdated": "2024-09-17T02:16:40.690Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2018-17175 (GCVE-0-2018-17175)
Vulnerability from cvelistv5 – Published: 2018-09-18 17:00 – Updated: 2024-09-17 02:16
VLAI
EPSS
VEX
Summary
In the marshmallow library before 2.15.1 and 3.x before 3.0.0b9 for Python, the schema "only" option treats an empty list as implying no "only" option, which allows a request that was intended to expose no fields to instead expose all fields (if the schema is being filtered dynamically using the "only" option, and there is a user role that produces an empty value for "only").
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/marshmallow-code/marshmallow/p… | x_refsource_MISC |
| https://github.com/marshmallow-code/marshmallow/p… | x_refsource_MISC |
| https://github.com/marshmallow-code/marshmallow/i… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T10:39:59.648Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/marshmallow-code/marshmallow/pull/777"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/marshmallow-code/marshmallow/pull/782"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/marshmallow-code/marshmallow/issues/772"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the marshmallow library before 2.15.1 and 3.x before 3.0.0b9 for Python, the schema \"only\" option treats an empty list as implying no \"only\" option, which allows a request that was intended to expose no fields to instead expose all fields (if the schema is being filtered dynamically using the \"only\" option, and there is a user role that produces an empty value for \"only\")."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2018-09-18T17:00:00.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/marshmallow-code/marshmallow/pull/777"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/marshmallow-code/marshmallow/pull/782"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/marshmallow-code/marshmallow/issues/772"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-17175",
"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": "In the marshmallow library before 2.15.1 and 3.x before 3.0.0b9 for Python, the schema \"only\" option treats an empty list as implying no \"only\" option, which allows a request that was intended to expose no fields to instead expose all fields (if the schema is being filtered dynamically using the \"only\" option, and there is a user role that produces an empty value for \"only\")."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/marshmallow-code/marshmallow/pull/777",
"refsource": "MISC",
"url": "https://github.com/marshmallow-code/marshmallow/pull/777"
},
{
"name": "https://github.com/marshmallow-code/marshmallow/pull/782",
"refsource": "MISC",
"url": "https://github.com/marshmallow-code/marshmallow/pull/782"
},
{
"name": "https://github.com/marshmallow-code/marshmallow/issues/772",
"refsource": "MISC",
"url": "https://github.com/marshmallow-code/marshmallow/issues/772"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2018-17175",
"datePublished": "2018-09-18T17:00:00.000Z",
"dateReserved": "2018-09-18T00:00:00.000Z",
"dateUpdated": "2024-09-17T02:16:40.690Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}