GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2024-37310 (GCVE-0-2024-37310)

Vulnerability from cvelistv5 – Published: 2024-07-10 19:39 – Updated: 2024-12-16 00:57
VLAI
Title
EVerest has an integer overflow in the "v2g_incoming_v2gtp" function
Summary
EVerest is an EV charging software stack. An integer overflow in the "v2g_incoming_v2gtp" function in the v2g_server.cpp implementation can allow a remote attacker to overflow the process' heap. This vulnerability is fixed in 2024.3.1 and 2024.6.0.
SSVC
Exploitation: poc Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2024-07-11 14:40 UTC
CWE
  • CWE-122 - Heap-based Buffer Overflow
  • CWE-190 - Integer Overflow or Wraparound
Impacted products
Vendor Product Version CPE status
EVerest everest-core Affected: < 2024.3.1
Affected: >= 2024.4.0, < 2024.6.0
guessed Create a notification for this product.
everest everest-core Affected: 0 , < 2024.6.0 (custom)
    cpe:2.3:a:everest:everest-core:*:*:*:*:*:*:*:*
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "affected": [
          {
            "cpes": [
              "cpe:2.3:a:everest:everest-core:*:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "unknown",
            "product": "everest-core",
            "vendor": "everest",
            "versions": [
              {
                "lessThan": "2024.6.0",
                "status": "affected",
                "version": "0",
                "versionType": "custom"
              }
            ]
          }
        ],
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-37310",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-07-11T14:40:06.465515Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-07-11T14:42:39.160Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-12-16T00:57:23.275Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://plaxidityx.com/blog/automotive-cyber-security/ev-cyber-security-plaxidityx-discovers-critical-vulnerability-in-everest-open-source-ev-charging-firmware-stack-cve-2024-37310/"
          },
          {
            "name": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96",
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96"
          },
          {
            "name": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e"
          },
          {
            "name": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1"
          },
          {
            "name": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0"
          }
        ],
        "title": "CVE Program Container",
        "x_generator": {
          "engine": "ADPogram 0.0.1"
        }
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "everest-core",
          "vendor": "EVerest",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 2024.3.1"
            },
            {
              "status": "affected",
              "version": "\u003e= 2024.4.0, \u003c 2024.6.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "EVerest is an EV charging software stack. An integer overflow in the \"v2g_incoming_v2gtp\" function in the v2g_server.cpp implementation can allow a remote attacker to overflow the process\u0027 heap. This vulnerability is fixed in 2024.3.1 and 2024.6.0."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-122",
              "description": "CWE-122: Heap-based Buffer Overflow",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-190",
              "description": "CWE-190: Integer Overflow or Wraparound",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-07-10T19:39:36.860Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96"
        },
        {
          "name": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e"
        },
        {
          "name": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1"
        },
        {
          "name": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0"
        }
      ],
      "source": {
        "advisory": "GHSA-8g9q-7qr9-vc96",
        "discovery": "UNKNOWN"
      },
      "title": "EVerest has an integer overflow in the \"v2g_incoming_v2gtp\" function "
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2024-37310",
    "datePublished": "2024-07-10T19:39:36.860Z",
    "dateReserved": "2024-06-05T20:10:46.498Z",
    "dateUpdated": "2024-12-16T00:57:23.275Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-37310",
      "date": "2026-09-19",
      "epss": "0.00666",
      "percentile": "0.5035"
    },
    "fkie_nvd": {
      "descriptions": [
        {
          "lang": "en",
          "value": "EVerest is an EV charging software stack. An integer overflow in the \"v2g_incoming_v2gtp\" function in the v2g_server.cpp implementation can allow a remote attacker to overflow the process\u0027 heap. This vulnerability is fixed in 2024.3.1 and 2024.6.0."
        },
        {
          "lang": "es",
          "value": "EVerest es una pila de software de carga de veh\u00edculos el\u00e9ctricos. Un desbordamiento de enteros en la funci\u00f3n \"v2g_incoming_v2gtp\" en la implementaci\u00f3n v2g_server.cpp puede permitir que un atacante remoto desborde el mont\u00f3n del proceso. Esta vulnerabilidad se solucion\u00f3 en 2024.3.1 y 2024.6.0."
        }
      ],
      "id": "CVE-2024-37310",
      "lastModified": "2024-12-16T01:15:05.320",
      "metrics": {
        "cvssMetricV31": [
          {
            "cvssData": {
              "attackComplexity": "HIGH",
              "attackVector": "NETWORK",
              "availabilityImpact": "HIGH",
              "baseScore": 9.0,
              "baseSeverity": "CRITICAL",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "HIGH",
              "privilegesRequired": "NONE",
              "scope": "CHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
              "version": "3.1"
            },
            "exploitabilityScore": 2.2,
            "impactScore": 6.0,
            "source": "security-advisories@github.com",
            "type": "Secondary"
          }
        ]
      },
      "published": "2024-07-10T20:15:03.790",
      "references": [
        {
          "source": "security-advisories@github.com",
          "url": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e"
        },
        {
          "source": "security-advisories@github.com",
          "url": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1"
        },
        {
          "source": "security-advisories@github.com",
          "url": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0"
        },
        {
          "source": "security-advisories@github.com",
          "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://plaxidityx.com/blog/automotive-cyber-security/ev-cyber-security-plaxidityx-discovers-critical-vulnerability-in-everest-open-source-ev-charging-firmware-stack-cve-2024-37310/"
        }
      ],
      "sourceIdentifier": "security-advisories@github.com",
      "vulnStatus": "Awaiting Analysis",
      "weaknesses": [
        {
          "description": [
            {
              "lang": "en",
              "value": "CWE-122"
            },
            {
              "lang": "en",
              "value": "CWE-190"
            }
          ],
          "source": "security-advisories@github.com",
          "type": "Secondary"
        }
      ]
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "product": "everest-core",
                "vendor": "EVerest",
                "versions": [
                  {
                    "status": "affected",
                    "version": "\u003c 2024.3.1"
                  },
                  {
                    "status": "affected",
                    "version": "\u003e= 2024.4.0, \u003c 2024.6.0"
                  }
                ]
              }
            ],
            "source": "security-advisories@github.com"
          },
          {
            "affectedData": [
              {
                "cpes": [
                  "cpe:2.3:a:everest:everest-core:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "everest-core",
                "vendor": "everest",
                "versions": [
                  {
                    "lessThan": "2024.6.0",
                    "status": "affected",
                    "version": "0",
                    "versionType": "custom"
                  }
                ]
              }
            ],
            "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "EVerest is an EV charging software stack. An integer overflow in the \"v2g_incoming_v2gtp\" function in the v2g_server.cpp implementation can allow a remote attacker to overflow the process\u0027 heap. This vulnerability is fixed in 2024.3.1 and 2024.6.0."
          },
          {
            "lang": "es",
            "value": "EVerest es una pila de software de carga de veh\u00edculos el\u00e9ctricos. Un desbordamiento de enteros en la funci\u00f3n \"v2g_incoming_v2gtp\" en la implementaci\u00f3n v2g_server.cpp puede permitir que un atacante remoto desborde el mont\u00f3n del proceso. Esta vulnerabilidad se solucion\u00f3 en 2024.3.1 y 2024.6.0."
          }
        ],
        "id": "CVE-2024-37310",
        "lastModified": "2026-06-17T07:38:07.097",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.0,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 2.2,
              "impactScore": 6.0,
              "source": "security-advisories@github.com",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2024-37310",
                "options": [
                  {
                    "exploitation": "poc"
                  },
                  {
                    "automatable": "no"
                  },
                  {
                    "technicalImpact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-07-11T14:40:06.465515Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2024-07-10T20:15:03.790",
        "references": [
          {
            "source": "security-advisories@github.com",
            "url": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e"
          },
          {
            "source": "security-advisories@github.com",
            "url": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1"
          },
          {
            "source": "security-advisories@github.com",
            "url": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0"
          },
          {
            "source": "security-advisories@github.com",
            "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://plaxidityx.com/blog/automotive-cyber-security/ev-cyber-security-plaxidityx-discovers-critical-vulnerability-in-everest-open-source-ev-charging-firmware-stack-cve-2024-37310/"
          }
        ],
        "sourceIdentifier": "security-advisories@github.com",
        "vulnStatus": "Deferred",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-122"
              },
              {
                "lang": "en",
                "value": "CWE-190"
              }
            ],
            "source": "security-advisories@github.com",
            "type": "Secondary"
          }
        ]
      }
    },
    "redhat_vex": {
      "current_release_date": "2025-05-28T21:43:58+00:00",
      "cve": "CVE-2024-37310",
      "id": "CVE-2024-37310",
      "initial_release_date": "2024-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "EVerest has an integer overflow in the \"v2g_incoming_v2gtp\" function",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-37310.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-12-16T00:57:23.275Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "https://plaxidityx.com/blog/automotive-cyber-security/ev-cyber-security-plaxidityx-discovers-critical-vulnerability-in-everest-open-source-ev-charging-firmware-stack-cve-2024-37310/"
              },
              {
                "name": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96",
                "tags": [
                  "x_refsource_CONFIRM",
                  "x_transferred"
                ],
                "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96"
              },
              {
                "name": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e",
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e"
              },
              {
                "name": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1",
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1"
              },
              {
                "name": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0",
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0"
              }
            ],
            "title": "CVE Program Container",
            "x_generator": {
              "engine": "ADPogram 0.0.1"
            }
          },
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:a:everest:everest-core:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "everest-core",
                "vendor": "everest",
                "versions": [
                  {
                    "lessThan": "2024.6.0",
                    "status": "affected",
                    "version": "0",
                    "versionType": "custom"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-37310",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-07-11T14:40:06.465515Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-07-11T14:42:19.452Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "everest-core",
              "vendor": "EVerest",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 2024.3.1"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2024.4.0, \u003c 2024.6.0"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "EVerest is an EV charging software stack. An integer overflow in the \"v2g_incoming_v2gtp\" function in the v2g_server.cpp implementation can allow a remote attacker to overflow the process\u0027 heap. This vulnerability is fixed in 2024.3.1 and 2024.6.0."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.1,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-122",
                  "description": "CWE-122: Heap-based Buffer Overflow",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-190",
                  "description": "CWE-190: Integer Overflow or Wraparound",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2024-07-10T19:39:36.860Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96"
            },
            {
              "name": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/EVerest/everest-core/commit/f73620c4c0f626e1097068a47e10cc27b369ad8e"
            },
            {
              "name": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/EVerest/everest-core/releases/tag/2024.3.1"
            },
            {
              "name": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/EVerest/everest-core/releases/tag/2024.6.0"
            }
          ],
          "source": {
            "advisory": "GHSA-8g9q-7qr9-vc96",
            "discovery": "UNKNOWN"
          },
          "title": "EVerest has an integer overflow in the \"v2g_incoming_v2gtp\" function "
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2024-37310",
        "datePublished": "2024-07-10T19:39:36.860Z",
        "dateReserved": "2024-06-05T20:10:46.498Z",
        "dateUpdated": "2024-12-16T00:57:23.275Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

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…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…