Search criteria
5 vulnerabilities found for untangle by Christian Stefanescu
CVE-2022-33977 (GCVE-0-2022-33977)
Vulnerability from cvelistv5 – Published: 2022-07-26 05:10 – Updated: 2024-08-03 08:16
VLAI?
Summary
untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running.
Severity ?
No CVSS data available.
CWE
- Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Christian Stefanescu | untangle |
Affected:
1.2.0 and earlier
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T08:16:16.078Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/stchris/untangle"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "untangle",
"vendor": "Christian Stefanescu",
"versions": [
{
"status": "affected",
"version": "1.2.0 and earlier"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-07-26T05:10:43",
"orgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
"shortName": "jpcert"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/stchris/untangle"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "vultures@jpcert.or.jp",
"ID": "CVE-2022-33977",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "untangle",
"version": {
"version_data": [
{
"version_value": "1.2.0 and earlier"
}
]
}
}
]
},
"vendor_name": "Christian Stefanescu"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/stchris/untangle",
"refsource": "MISC",
"url": "https://github.com/stchris/untangle"
},
{
"name": "https://github.com/stchris/untangle/releases/tag/1.2.1",
"refsource": "MISC",
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"name": "https://jvn.jp/en/jp/JVN30454777/",
"refsource": "MISC",
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
"assignerShortName": "jpcert",
"cveId": "CVE-2022-33977",
"datePublished": "2022-07-26T05:10:44",
"dateReserved": "2022-07-12T00:00:00",
"dateUpdated": "2024-08-03T08:16:16.078Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2022-31471 (GCVE-0-2022-31471)
Vulnerability from cvelistv5 – Published: 2022-07-26 05:10 – Updated: 2024-08-03 07:19
VLAI?
Summary
untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files.
Severity ?
No CVSS data available.
CWE
- Improper Restriction of XML External Entity Reference (XXE)
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Christian Stefanescu | untangle |
Affected:
1.2.0 and earlier
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T07:19:06.083Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/stchris/untangle"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "untangle",
"vendor": "Christian Stefanescu",
"versions": [
{
"status": "affected",
"version": "1.2.0 and earlier"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Improper Restriction of XML External Entity Reference (XXE)",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-07-26T05:10:27",
"orgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
"shortName": "jpcert"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/stchris/untangle"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "vultures@jpcert.or.jp",
"ID": "CVE-2022-31471",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "untangle",
"version": {
"version_data": [
{
"version_value": "1.2.0 and earlier"
}
]
}
}
]
},
"vendor_name": "Christian Stefanescu"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Restriction of XML External Entity Reference (XXE)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/stchris/untangle",
"refsource": "MISC",
"url": "https://github.com/stchris/untangle"
},
{
"name": "https://github.com/stchris/untangle/releases/tag/1.2.1",
"refsource": "MISC",
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"name": "https://jvn.jp/en/jp/JVN30454777/",
"refsource": "MISC",
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
"assignerShortName": "jpcert",
"cveId": "CVE-2022-31471",
"datePublished": "2022-07-26T05:10:27",
"dateReserved": "2022-07-12T00:00:00",
"dateUpdated": "2024-08-03T07:19:06.083Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2022-33977 (GCVE-0-2022-33977)
Vulnerability from nvd – Published: 2022-07-26 05:10 – Updated: 2024-08-03 08:16
VLAI?
Summary
untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running.
Severity ?
No CVSS data available.
CWE
- Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Christian Stefanescu | untangle |
Affected:
1.2.0 and earlier
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T08:16:16.078Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/stchris/untangle"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "untangle",
"vendor": "Christian Stefanescu",
"versions": [
{
"status": "affected",
"version": "1.2.0 and earlier"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-07-26T05:10:43",
"orgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
"shortName": "jpcert"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/stchris/untangle"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "vultures@jpcert.or.jp",
"ID": "CVE-2022-33977",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "untangle",
"version": {
"version_data": [
{
"version_value": "1.2.0 and earlier"
}
]
}
}
]
},
"vendor_name": "Christian Stefanescu"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/stchris/untangle",
"refsource": "MISC",
"url": "https://github.com/stchris/untangle"
},
{
"name": "https://github.com/stchris/untangle/releases/tag/1.2.1",
"refsource": "MISC",
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"name": "https://jvn.jp/en/jp/JVN30454777/",
"refsource": "MISC",
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
"assignerShortName": "jpcert",
"cveId": "CVE-2022-33977",
"datePublished": "2022-07-26T05:10:44",
"dateReserved": "2022-07-12T00:00:00",
"dateUpdated": "2024-08-03T08:16:16.078Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2022-31471 (GCVE-0-2022-31471)
Vulnerability from nvd – Published: 2022-07-26 05:10 – Updated: 2024-08-03 07:19
VLAI?
Summary
untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files.
Severity ?
No CVSS data available.
CWE
- Improper Restriction of XML External Entity Reference (XXE)
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Christian Stefanescu | untangle |
Affected:
1.2.0 and earlier
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T07:19:06.083Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/stchris/untangle"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "untangle",
"vendor": "Christian Stefanescu",
"versions": [
{
"status": "affected",
"version": "1.2.0 and earlier"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Improper Restriction of XML External Entity Reference (XXE)",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-07-26T05:10:27",
"orgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
"shortName": "jpcert"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/stchris/untangle"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "vultures@jpcert.or.jp",
"ID": "CVE-2022-31471",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "untangle",
"version": {
"version_data": [
{
"version_value": "1.2.0 and earlier"
}
]
}
}
]
},
"vendor_name": "Christian Stefanescu"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Restriction of XML External Entity Reference (XXE)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/stchris/untangle",
"refsource": "MISC",
"url": "https://github.com/stchris/untangle"
},
{
"name": "https://github.com/stchris/untangle/releases/tag/1.2.1",
"refsource": "MISC",
"url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
},
{
"name": "https://jvn.jp/en/jp/JVN30454777/",
"refsource": "MISC",
"url": "https://jvn.jp/en/jp/JVN30454777/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
"assignerShortName": "jpcert",
"cveId": "CVE-2022-31471",
"datePublished": "2022-07-26T05:10:27",
"dateReserved": "2022-07-12T00:00:00",
"dateUpdated": "2024-08-03T07:19:06.083Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
JVNDB-2022-000058
Vulnerability from jvndb - Published: 2022-07-25 14:18 - Updated:2024-06-17 11:03
Severity ?
Summary
Multiple vulnerabilities in untangle
Details
untangle provided by Christian Stefanescu is a Python library for processing XML documents. untangle contains multiple vulnerabilities listed below.
* Improper Restriction of Recursive Entity References in DTDs (CWE-776) - CVE-2022-33977
* Improper Restriction of XML External Entity Reference (CWE-611) - CVE-2022-31471
Taichi Kotake of Sterra Security Co.,Ltd. / Akatsuki Games Inc. reported these vulnerabilities to IPA.
JPCERT/CC coordinated with the developer under Information Security Early Warning Partnership.
References
Impacted products
| Vendor | Product | |
|---|---|---|
{
"@rdf:about": "https://jvndb.jvn.jp/en/contents/2022/JVNDB-2022-000058.html",
"dc:date": "2024-06-17T11:03+09:00",
"dcterms:issued": "2022-07-25T14:18+09:00",
"dcterms:modified": "2024-06-17T11:03+09:00",
"description": "untangle provided by Christian Stefanescu is a Python library for processing XML documents. untangle contains multiple vulnerabilities listed below.\r\n* Improper Restriction of Recursive Entity References in DTDs (CWE-776) - CVE-2022-33977\r\n* Improper Restriction of XML External Entity Reference (CWE-611) - CVE-2022-31471\u003c/li\u003e\u003c/ul\u003e\r\n\r\nTaichi Kotake of Sterra Security Co.,Ltd. / Akatsuki Games Inc. reported these vulnerabilities to IPA.\r\nJPCERT/CC coordinated with the developer under Information Security Early Warning Partnership.",
"link": "https://jvndb.jvn.jp/en/contents/2022/JVNDB-2022-000058.html",
"sec:cpe": {
"#text": "cpe:/a:misc:christian_stefanescu_untangle",
"@product": "untangle",
"@vendor": "Christian Stefanescu",
"@version": "2.2"
},
"sec:cvss": [
{
"@score": "5.0",
"@severity": "Medium",
"@type": "Base",
"@vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"@version": "2.0"
},
{
"@score": "4.3",
"@severity": "Medium",
"@type": "Base",
"@vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"@version": "3.0"
}
],
"sec:identifier": "JVNDB-2022-000058",
"sec:references": [
{
"#text": "http://jvn.jp/en/jp/JVN30454777/index.html",
"@id": "JVN#30454777",
"@source": "JVN"
},
{
"#text": "https://www.cve.org/CVERecord?id=CVE-2022-33977",
"@id": "CVE-2022-33977",
"@source": "CVE"
},
{
"#text": "https://www.cve.org/CVERecord?id=CVE-2022-31471",
"@id": "CVE-2022-31471",
"@source": "CVE"
},
{
"#text": "https://nvd.nist.gov/vuln/detail/CVE-2022-33977",
"@id": "CVE-2022-33977",
"@source": "NVD"
},
{
"#text": "https://nvd.nist.gov/vuln/detail/CVE-2022-31471",
"@id": "CVE-2022-31471",
"@source": "NVD"
},
{
"#text": "https://www.ipa.go.jp/en/security/vulnerabilities/cwe.html",
"@id": "CWE-Other",
"@title": "No Mapping(CWE-Other)"
}
],
"title": "Multiple vulnerabilities in untangle"
}