2023-05-08 23:55:29 +02:00
{
"id" : "CVE-2023-31129" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-05-08T21:15:11.513" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:01:27.083" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-05-08 23:55:29 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "The Contiki-NG operating system versions 4.8 and prior can be triggered to dereference a NULL pointer in the message handling code for IPv6 router solicitiations. Contiki-NG contains an implementation of IPv6 Neighbor Discovery (ND) in the module `os/net/ipv6/uip-nd6.c`. The ND protocol includes a message type called Router Solicitation (RS), which is used to locate routers and update their address information via the SLLAO (Source Link-Layer Address Option). If the indicated source address changes, a given neighbor entry is set to the STALE state.\n\nThe message handler does not check for RS messages with an SLLAO that indicates a link-layer address change that a neighbor entry can actually be created for the indicated address. The resulting pointer is used without a check, leading to the dereference of a NULL pointer of type `uip_ds6_nbr_t`.\n\nThe problem has been patched in the `develop` branch of Contiki-NG, and will be included in the upcoming 4.9 release. As a workaround, users can apply Contiki-NG pull request #2271 to patch the problem directly."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-05-15 22:00:27 +02:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-05-15 22:00:27 +02:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2023-05-15 22:00:27 +02:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "NONE" ,
2023-05-15 22:00:27 +02:00
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2023-05-15 22:00:27 +02:00
} ,
"exploitabilityScore" : 3.9 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 3.6
2023-05-15 22:00:27 +02:00
} ,
2023-05-08 23:55:29 +02:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-05-08 23:55:29 +02:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
2023-05-08 23:55:29 +02:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "HIGH" ,
2023-05-08 23:55:29 +02:00
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-05-08 23:55:29 +02:00
} ,
"exploitabilityScore" : 3.9 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 5.9
2023-05-08 23:55:29 +02:00
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-05-08 23:55:29 +02:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
2023-05-15 22:00:27 +02:00
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-05-15 22:00:27 +02:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:contiki-ng:contiki-ng:*:*:*:*:*:*:*:*" ,
"versionEndIncluding" : "4.8" ,
"matchCriteriaId" : "729B4607-C6BD-42DE-91BF-918A57D29A77"
}
]
}
]
2023-05-08 23:55:29 +02:00
}
] ,
"references" : [
{
"url" : "https://github.com/contiki-ng/contiki-ng/pull/2271" ,
2023-05-15 22:00:27 +02:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Product"
]
2023-05-08 23:55:29 +02:00
} ,
{
"url" : "https://github.com/contiki-ng/contiki-ng/security/advisories/GHSA-x29r-5qjg-75mq" ,
2023-05-15 22:00:27 +02:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/contiki-ng/contiki-ng/pull/2271" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Product"
]
} ,
{
"url" : "https://github.com/contiki-ng/contiki-ng/security/advisories/GHSA-x29r-5qjg-75mq" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2023-05-08 23:55:29 +02:00
}
]
}