Search criteria
6 vulnerabilities by crowcpp
CVE-2023-26142 (GCVE-0-2023-26142)
Vulnerability from cvelistv5 – Published: 2023-09-12 05:00 – Updated: 2024-09-26 14:23
VLAI
Summary
All versions of the package crow are vulnerable to HTTP Response Splitting when untrusted user input is used to build header values. Header values are not properly sanitized against CRLF Injection in the set_header and add_header functions. An attacker can add the \r\n (carriage return line feeds) characters to end the HTTP response headers and inject malicious content.
Severity
6.5 (Medium)
CWE
- CWE-113 - HTTP Response Splitting
Assigner
References
Credits
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T11:39:06.673Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://security.snyk.io/vuln/SNYK-UNMANAGED-CROW-5665556"
},
{
"tags": [
"x_transferred"
],
"url": "https://gist.github.com/dellalibera/9247769cc90ed96c0d72ddbcba88c65c"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-26142",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-26T14:23:18.951568Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-26T14:23:48.768Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "Crow",
"vendor": "n/a",
"versions": [
{
"lessThan": "*",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Alessio Della Libera - Snyk Research Team"
}
],
"descriptions": [
{
"lang": "en",
"value": "All versions of the package crow are vulnerable to HTTP Response Splitting when untrusted user input is used to build header values. Header values are not properly sanitized against CRLF Injection in the set_header and add_header functions. An attacker can add the \\r\\n (carriage return line feeds) characters to end the HTTP response headers and inject malicious content."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-113",
"description": "HTTP Response Splitting",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-09-12T05:00:01.235Z",
"orgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730",
"shortName": "snyk"
},
"references": [
{
"url": "https://security.snyk.io/vuln/SNYK-UNMANAGED-CROW-5665556"
},
{
"url": "https://gist.github.com/dellalibera/9247769cc90ed96c0d72ddbcba88c65c"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730",
"assignerShortName": "snyk",
"cveId": "CVE-2023-26142",
"datePublished": "2023-09-12T05:00:01.235Z",
"dateReserved": "2023-02-20T10:28:48.928Z",
"dateUpdated": "2024-09-26T14:23:48.768Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2022-38667 (GCVE-0-2022-38667)
Vulnerability from cvelistv5 – Published: 2022-08-22 19:07 – Updated: 2024-08-03 11:02
VLAI
Summary
HTTP applications (servers) based on Crow through 1.0+4 may allow a Use-After-Free and code execution when HTTP pipelining is used. The HTTP parser supports HTTP pipelining, but the asynchronous Connection layer is unaware of HTTP pipelining. Specifically, the Connection layer is unaware that it has begun processing a later request before it has finished processing an earlier request.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://cwe.mitre.org/data/definitions/372.html | x_refsource_MISC |
| https://github.com/CrowCpp/Crow/pull/524 | x_refsource_MISC |
| https://github.com/0xhebi/CVEs/blob/main/Crow/CVE… | x_refsource_MISC |
| https://gynvael.coldwind.pl/?id=753 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T11:02:14.379Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://cwe.mitre.org/data/definitions/372.html"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/CrowCpp/Crow/pull/524"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/0xhebi/CVEs/blob/main/Crow/CVE-2022-38667.md"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://gynvael.coldwind.pl/?id=753"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "HTTP applications (servers) based on Crow through 1.0+4 may allow a Use-After-Free and code execution when HTTP pipelining is used. The HTTP parser supports HTTP pipelining, but the asynchronous Connection layer is unaware of HTTP pipelining. Specifically, the Connection layer is unaware that it has begun processing a later request before it has finished processing an earlier request."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-09-23T14:58:11.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://cwe.mitre.org/data/definitions/372.html"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/CrowCpp/Crow/pull/524"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/0xhebi/CVEs/blob/main/Crow/CVE-2022-38667.md"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://gynvael.coldwind.pl/?id=753"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-38667",
"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": "HTTP applications (servers) based on Crow through 1.0+4 may allow a Use-After-Free and code execution when HTTP pipelining is used. The HTTP parser supports HTTP pipelining, but the asynchronous Connection layer is unaware of HTTP pipelining. Specifically, the Connection layer is unaware that it has begun processing a later request before it has finished processing an earlier request."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://cwe.mitre.org/data/definitions/372.html",
"refsource": "MISC",
"url": "https://cwe.mitre.org/data/definitions/372.html"
},
{
"name": "https://github.com/CrowCpp/Crow/pull/524",
"refsource": "MISC",
"url": "https://github.com/CrowCpp/Crow/pull/524"
},
{
"name": "https://github.com/0xhebi/CVEs/blob/main/Crow/CVE-2022-38667.md",
"refsource": "MISC",
"url": "https://github.com/0xhebi/CVEs/blob/main/Crow/CVE-2022-38667.md"
},
{
"name": "https://gynvael.coldwind.pl/?id=753",
"refsource": "MISC",
"url": "https://gynvael.coldwind.pl/?id=753"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2022-38667",
"datePublished": "2022-08-22T19:07:43.000Z",
"dateReserved": "2022-08-22T00:00:00.000Z",
"dateUpdated": "2024-08-03T11:02:14.379Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2022-38668 (GCVE-0-2022-38668)
Vulnerability from cvelistv5 – Published: 2022-08-22 19:06 – Updated: 2024-08-03 11:02
VLAI
Summary
HTTP applications (servers) based on Crow through 1.0+4 may reveal potentially sensitive uninitialized data from stack memory when fulfilling a request for a static file smaller than 16 KB.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/CrowCpp/Crow/pull/523 | x_refsource_MISC |
| https://gynvael.coldwind.pl/?id=752 | x_refsource_MISC |
| https://github.com/0xhebi/CVEs/blob/main/Crow/CVE… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T11:02:14.785Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/CrowCpp/Crow/pull/523"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://gynvael.coldwind.pl/?id=752"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/0xhebi/CVEs/blob/main/Crow/CVE-2022-38668.md"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "HTTP applications (servers) based on Crow through 1.0+4 may reveal potentially sensitive uninitialized data from stack memory when fulfilling a request for a static file smaller than 16 KB."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-09-23T14:41:43.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/CrowCpp/Crow/pull/523"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://gynvael.coldwind.pl/?id=752"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/0xhebi/CVEs/blob/main/Crow/CVE-2022-38668.md"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-38668",
"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": "HTTP applications (servers) based on Crow through 1.0+4 may reveal potentially sensitive uninitialized data from stack memory when fulfilling a request for a static file smaller than 16 KB."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/CrowCpp/Crow/pull/523",
"refsource": "MISC",
"url": "https://github.com/CrowCpp/Crow/pull/523"
},
{
"name": "https://gynvael.coldwind.pl/?id=752",
"refsource": "MISC",
"url": "https://gynvael.coldwind.pl/?id=752"
},
{
"name": "https://github.com/0xhebi/CVEs/blob/main/Crow/CVE-2022-38668.md",
"refsource": "MISC",
"url": "https://github.com/0xhebi/CVEs/blob/main/Crow/CVE-2022-38668.md"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2022-38668",
"datePublished": "2022-08-22T19:06:02.000Z",
"dateReserved": "2022-08-22T00:00:00.000Z",
"dateUpdated": "2024-08-03T11:02:14.785Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2022-34970 (GCVE-0-2022-34970)
Vulnerability from cvelistv5 – Published: 2022-08-04 18:39 – Updated: 2024-08-03 09:22
VLAI
Summary
Crow before 1.0+4 has a heap-based buffer overflow via the function qs_parse in query_string.h. On successful exploitation this vulnerability allows attackers to remotely execute arbitrary code in the context of the vulnerable service.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/CrowCpp/Crow/pull/486 | x_refsource_MISC |
| https://github.com/CrowCpp/Crow/releases/tag/v1.0%2B4 | x_refsource_MISC |
| https://github.com/0xhebi/CVE-2022-34970/blob/mas… | x_refsource_MISC |
| https://cwe.mitre.org/data/definitions/193.html | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T09:22:10.849Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/CrowCpp/Crow/pull/486"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/CrowCpp/Crow/releases/tag/v1.0%2B4"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/0xhebi/CVE-2022-34970/blob/master/report.md"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://cwe.mitre.org/data/definitions/193.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Crow before 1.0+4 has a heap-based buffer overflow via the function qs_parse in query_string.h. On successful exploitation this vulnerability allows attackers to remotely execute arbitrary code in the context of the vulnerable service."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-08-08T20:36:33.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/CrowCpp/Crow/pull/486"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/CrowCpp/Crow/releases/tag/v1.0%2B4"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/0xhebi/CVE-2022-34970/blob/master/report.md"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://cwe.mitre.org/data/definitions/193.html"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-34970",
"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": "Crow before 1.0+4 has a heap-based buffer overflow via the function qs_parse in query_string.h. On successful exploitation this vulnerability allows attackers to remotely execute arbitrary code in the context of the vulnerable service."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/CrowCpp/Crow/pull/486",
"refsource": "MISC",
"url": "https://github.com/CrowCpp/Crow/pull/486"
},
{
"name": "https://github.com/CrowCpp/Crow/releases/tag/v1.0%2B4",
"refsource": "MISC",
"url": "https://github.com/CrowCpp/Crow/releases/tag/v1.0%2B4"
},
{
"name": "https://github.com/0xhebi/CVE-2022-34970/blob/master/report.md",
"refsource": "MISC",
"url": "https://github.com/0xhebi/CVE-2022-34970/blob/master/report.md"
},
{
"name": "https://cwe.mitre.org/data/definitions/193.html",
"refsource": "MISC",
"url": "https://cwe.mitre.org/data/definitions/193.html"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2022-34970",
"datePublished": "2022-08-04T18:39:06.000Z",
"dateReserved": "2022-07-04T00:00:00.000Z",
"dateUpdated": "2024-08-03T09:22:10.849Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2021-23824 (GCVE-0-2021-23824)
Vulnerability from cvelistv5 – Published: 2022-01-13 14:10 – Updated: 2024-09-16 23:55
VLAI
Title
Content Injection
Summary
This affects the package Crow before 0.3+4. When using attributes without quotes in the template, an attacker can manipulate the input to introduce additional attributes, potentially executing code. This may lead to a Cross-site Scripting (XSS) vulnerability, assuming an attacker can influence the value entered into the template. If the template is used to render user-generated content, this vulnerability may escalate to a persistent XSS vulnerability.
Severity
6.5 (Medium)
CWE
- Content Injection
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/CrowCpp/Crow/pull/317 | x_refsource_MISC |
| https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4 | x_refsource_MISC |
| https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336164 | x_refsource_MISC |
Impacted products
Date Public
2022-01-13 00:00
Credits
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T19:14:09.216Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/CrowCpp/Crow/pull/317"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336164"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Crow",
"vendor": "n/a",
"versions": [
{
"lessThan": "0.3+4",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Snyk Security Team"
}
],
"datePublic": "2022-01-13T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "This affects the package Crow before 0.3+4. When using attributes without quotes in the template, an attacker can manipulate the input to introduce additional attributes, potentially executing code. This may lead to a Cross-site Scripting (XSS) vulnerability, assuming an attacker can influence the value entered into the template. If the template is used to render user-generated content, this vulnerability may escalate to a persistent XSS vulnerability."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Content Injection",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-01-13T14:10:19.000Z",
"orgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730",
"shortName": "snyk"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/CrowCpp/Crow/pull/317"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336164"
}
],
"title": "Content Injection",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2022-01-13T14:05:57.654647Z",
"ID": "CVE-2021-23824",
"STATE": "PUBLIC",
"TITLE": "Content Injection"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Crow",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "0.3+4"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Snyk Security Team"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "This affects the package Crow before 0.3+4. When using attributes without quotes in the template, an attacker can manipulate the input to introduce additional attributes, potentially executing code. This may lead to a Cross-site Scripting (XSS) vulnerability, assuming an attacker can influence the value entered into the template. If the template is used to render user-generated content, this vulnerability may escalate to a persistent XSS vulnerability."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Content Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/CrowCpp/Crow/pull/317",
"refsource": "MISC",
"url": "https://github.com/CrowCpp/Crow/pull/317"
},
{
"name": "https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4",
"refsource": "MISC",
"url": "https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4"
},
{
"name": "https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336164",
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336164"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730",
"assignerShortName": "snyk",
"cveId": "CVE-2021-23824",
"datePublished": "2022-01-13T14:10:20.047Z",
"dateReserved": "2021-01-08T00:00:00.000Z",
"dateUpdated": "2024-09-16T23:55:47.509Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2021-23514 (GCVE-0-2021-23514)
Vulnerability from cvelistv5 – Published: 2022-01-13 14:10 – Updated: 2024-09-16 19:10
VLAI
Title
Path Traversal
Summary
This affects the package Crow before 0.3+4. It is possible to traverse directories to fetch arbitrary files from the server.
Severity
CWE
- Path Traversal
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336163 | x_refsource_MISC |
| https://github.com/CrowCpp/Crow/pull/317 | x_refsource_MISC |
| https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4 | x_refsource_MISC |
Impacted products
Date Public
2022-01-13 00:00
Credits
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T19:14:08.589Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336163"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/CrowCpp/Crow/pull/317"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Crow",
"vendor": "n/a",
"versions": [
{
"lessThan": "0.3+4",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Snyk Security Team"
}
],
"datePublic": "2022-01-13T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "This affects the package Crow before 0.3+4. It is possible to traverse directories to fetch arbitrary files from the server."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"remediationLevel": "UNAVAILABLE",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.2,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:U/RC:C",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Path Traversal",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-01-13T14:10:13.000Z",
"orgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730",
"shortName": "snyk"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336163"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/CrowCpp/Crow/pull/317"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4"
}
],
"title": "Path Traversal",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2022-01-13T14:06:19.578768Z",
"ID": "CVE-2021-23514",
"STATE": "PUBLIC",
"TITLE": "Path Traversal"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Crow",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "0.3+4"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Snyk Security Team"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "This affects the package Crow before 0.3+4. It is possible to traverse directories to fetch arbitrary files from the server."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:U/RC:C",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Path Traversal"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336163",
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-UNMANAGED-CROW-2336163"
},
{
"name": "https://github.com/CrowCpp/Crow/pull/317",
"refsource": "MISC",
"url": "https://github.com/CrowCpp/Crow/pull/317"
},
{
"name": "https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4",
"refsource": "MISC",
"url": "https://github.com/CrowCpp/Crow/releases/tag/v0.3%2B4"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730",
"assignerShortName": "snyk",
"cveId": "CVE-2021-23514",
"datePublished": "2022-01-13T14:10:13.102Z",
"dateReserved": "2021-01-08T00:00:00.000Z",
"dateUpdated": "2024-09-16T19:10:37.111Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}