CVE-2026-46377 (GCVE-0-2026-46377)
Vulnerability from cvelistv5 – Published: 2026-07-16 17:57 – Updated: 2026-07-16 18:21
VLAI
EPSS
VEX
Title
Dasel: Index-out-of-range panic in dasel selector lexer on trailing backslash in quoted string
Summary
Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in (*Tokenizer).parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as "\ or '\ and then reads p.src[pos] without a bounds check, allowing attacker-controlled selector strings to trigger a Go index-out-of-range panic. This issue is fixed in version 3.10.1.
Severity
6.2 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-129 - Improper Validation of Array Index
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/TomWright/dasel/security/advis… | x_refsource_CONFIRM |
| https://github.com/TomWright/dasel/commit/5fc1172… | x_refsource_MISC |
| https://github.com/TomWright/dasel/releases/tag/v3.10.1 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-46377",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-16T18:21:25.556634Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-16T18:21:45.505Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/TomWright/dasel/security/advisories/GHSA-m5j3-4634-c2vq"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "dasel",
"vendor": "TomWright",
"versions": [
{
"status": "affected",
"version": "\u003e= 3.0.0, \u003c 3.10.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in (*Tokenizer).parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as \"\\ or \u0027\\ and then reads p.src[pos] without a bounds check, allowing attacker-controlled selector strings to trigger a Go index-out-of-range panic. This issue is fixed in version 3.10.1."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-129",
"description": "CWE-129: Improper Validation of Array Index",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-16T17:57:16.643Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/TomWright/dasel/security/advisories/GHSA-m5j3-4634-c2vq",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/TomWright/dasel/security/advisories/GHSA-m5j3-4634-c2vq"
},
{
"name": "https://github.com/TomWright/dasel/commit/5fc1172287df89860caf139b146007d7ed12178c",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/TomWright/dasel/commit/5fc1172287df89860caf139b146007d7ed12178c"
},
{
"name": "https://github.com/TomWright/dasel/releases/tag/v3.10.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/TomWright/dasel/releases/tag/v3.10.1"
}
],
"source": {
"advisory": "GHSA-m5j3-4634-c2vq",
"discovery": "UNKNOWN"
},
"title": "Dasel: Index-out-of-range panic in dasel selector lexer on trailing backslash in quoted string"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-46377",
"datePublished": "2026-07-16T17:57:16.643Z",
"dateReserved": "2026-05-13T19:53:47.921Z",
"dateUpdated": "2026-07-16T18:21:45.505Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-46377",
"date": "2026-06-14",
"epss": "0.00052",
"percentile": "0.16922"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-46377\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-07-16T19:16:46.127\",\"lastModified\":\"2026-07-16T19:16:46.127\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in (*Tokenizer).parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as \\\"\\\\ or \u0027\\\\ and then reads p.src[pos] without a bounds check, allowing attacker-controlled selector strings to trigger a Go index-out-of-range panic. This issue is fixed in version 3.10.1.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"TomWright\",\"product\":\"dasel\",\"versions\":[{\"version\":\"\u003e= 3.0.0, \u003c 3.10.1\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":6.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-16T18:21:25.556634Z\",\"id\":\"CVE-2026-46377\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-129\"}]}],\"references\":[{\"url\":\"https://github.com/TomWright/dasel/commit/5fc1172287df89860caf139b146007d7ed12178c\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/TomWright/dasel/releases/tag/v3.10.1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/TomWright/dasel/security/advisories/GHSA-m5j3-4634-c2vq\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/TomWright/dasel/security/advisories/GHSA-m5j3-4634-c2vq\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-46377\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-16T18:21:25.556634Z\"}}}], \"references\": [{\"url\": \"https://github.com/TomWright/dasel/security/advisories/GHSA-m5j3-4634-c2vq\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-16T18:21:41.589Z\"}}], \"cna\": {\"title\": \"Dasel: Index-out-of-range panic in dasel selector lexer on trailing backslash in quoted string\", \"source\": {\"advisory\": \"GHSA-m5j3-4634-c2vq\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.2, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"TomWright\", \"product\": \"dasel\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 3.0.0, \u003c 3.10.1\"}]}], \"references\": [{\"url\": \"https://github.com/TomWright/dasel/security/advisories/GHSA-m5j3-4634-c2vq\", \"name\": \"https://github.com/TomWright/dasel/security/advisories/GHSA-m5j3-4634-c2vq\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/TomWright/dasel/commit/5fc1172287df89860caf139b146007d7ed12178c\", \"name\": \"https://github.com/TomWright/dasel/commit/5fc1172287df89860caf139b146007d7ed12178c\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/TomWright/dasel/releases/tag/v3.10.1\", \"name\": \"https://github.com/TomWright/dasel/releases/tag/v3.10.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in (*Tokenizer).parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as \\\"\\\\ or \u0027\\\\ and then reads p.src[pos] without a bounds check, allowing attacker-controlled selector strings to trigger a Go index-out-of-range panic. This issue is fixed in version 3.10.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-129\", \"description\": \"CWE-129: Improper Validation of Array Index\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-07-16T17:57:16.643Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-46377\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-16T18:21:45.505Z\", \"dateReserved\": \"2026-05-13T19:53:47.921Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-07-16T17:57:16.643Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…