Search
Find a vulnerability
Search criteria
2 vulnerabilities found for libks by signalwire
CVE-2026-49846 (GCVE-0-2026-49846)
Vulnerability from nvd – Published: 2026-09-11 21:25 – Updated: 2026-09-11 21:25
VLAI
EPSS
VEX
Title
libks has path traversal in kws HTTP parser via URI segment overflow
Summary
libks provides foundational support for signalwire C products. Prior to version 2.0.11, `clean_uri()` in libks's HTTP request parser fails to reject URIs whose path has more segments than its internal canonicalization buffer can hold. The canonicalization step silently passes such URIs through with embedded ".." sequences intact, enabling path traversal in any consumer that later joins the URI with a filesystem path. Version 2.0.11 patches the issue.
Severity
7.5 (High)
CWE
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/signalwire/libks/security/advi… | x_refsource_CONFIRM |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| signalwire | libks |
Affected:
< 2.0.11
|
{
"containers": {
"cna": {
"affected": [
{
"product": "libks",
"vendor": "signalwire",
"versions": [
{
"status": "affected",
"version": "\u003c 2.0.11"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "libks provides foundational support for signalwire C products. Prior to version 2.0.11, `clean_uri()` in libks\u0027s HTTP request parser fails to reject URIs whose path has more segments than its internal canonicalization buffer can hold. The canonicalization step silently passes such URIs through with embedded \"..\" sequences intact, enabling path traversal in any consumer that later joins the URI with a filesystem path. Version 2.0.11 patches the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-697",
"description": "CWE-697: Incorrect Comparison",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-11T21:25:40.712Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/signalwire/libks/security/advisories/GHSA-684h-wjm9-2p6j",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/signalwire/libks/security/advisories/GHSA-684h-wjm9-2p6j"
}
],
"source": {
"advisory": "GHSA-684h-wjm9-2p6j",
"discovery": "UNKNOWN"
},
"title": "libks has path traversal in kws HTTP parser via URI segment overflow"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-49846",
"datePublished": "2026-09-11T21:25:40.712Z",
"dateReserved": "2026-06-01T22:03:19.640Z",
"dateUpdated": "2026-09-11T21:25:40.712Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-49846 (GCVE-0-2026-49846)
Vulnerability from cvelistv5 – Published: 2026-09-11 21:25 – Updated: 2026-09-11 21:25
VLAI
EPSS
VEX
Title
libks has path traversal in kws HTTP parser via URI segment overflow
Summary
libks provides foundational support for signalwire C products. Prior to version 2.0.11, `clean_uri()` in libks's HTTP request parser fails to reject URIs whose path has more segments than its internal canonicalization buffer can hold. The canonicalization step silently passes such URIs through with embedded ".." sequences intact, enabling path traversal in any consumer that later joins the URI with a filesystem path. Version 2.0.11 patches the issue.
Severity
7.5 (High)
CWE
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/signalwire/libks/security/advi… | x_refsource_CONFIRM |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| signalwire | libks |
Affected:
< 2.0.11
|
{
"containers": {
"cna": {
"affected": [
{
"product": "libks",
"vendor": "signalwire",
"versions": [
{
"status": "affected",
"version": "\u003c 2.0.11"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "libks provides foundational support for signalwire C products. Prior to version 2.0.11, `clean_uri()` in libks\u0027s HTTP request parser fails to reject URIs whose path has more segments than its internal canonicalization buffer can hold. The canonicalization step silently passes such URIs through with embedded \"..\" sequences intact, enabling path traversal in any consumer that later joins the URI with a filesystem path. Version 2.0.11 patches the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-697",
"description": "CWE-697: Incorrect Comparison",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-11T21:25:40.712Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/signalwire/libks/security/advisories/GHSA-684h-wjm9-2p6j",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/signalwire/libks/security/advisories/GHSA-684h-wjm9-2p6j"
}
],
"source": {
"advisory": "GHSA-684h-wjm9-2p6j",
"discovery": "UNKNOWN"
},
"title": "libks has path traversal in kws HTTP parser via URI segment overflow"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-49846",
"datePublished": "2026-09-11T21:25:40.712Z",
"dateReserved": "2026-06-01T22:03:19.640Z",
"dateUpdated": "2026-09-11T21:25:40.712Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}