CVE-2024-38359 (GCVE-0-2024-38359)

Vulnerability from cvelistv5 – Published: 2024-06-20 22:16 – Updated: 2024-08-02 04:04
VLAI
Title
Lightning Network Daemon Onion Bomb
Summary
The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. A parsing vulnerability in lnd's onion processing logic and lead to a DoS vector due to excessive memory allocation. The issue was patched in lnd v0.17.0. Users should update to a version > v0.17.0 to be protected. Users unable to upgrade may set the `--rejecthtlc` CLI flag and also disable forwarding on channels via the `UpdateChanPolicyCommand`, or disable listening on a public network interface via the `--nolisten` flag as a mitigation.
SSVC
Exploitation: poc Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2024-06-21 12:33 UTC
CWE
  • CWE-20 - Improper Input Validation
Impacted products
Vendor Product Version CPE status
lightningnetwork lnd Affected: < 0.17.0
guessed Create a notification for this product.
lightning_network_daemon_project lightning_network_daemon Affected: 0 , < 0.17.0 (custom)
    cpe:2.3:a:lightning_network_daemon_project:lightning_network_daemon:0:*:*:*:*:*:*:*
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "affected": [
          {
            "cpes": [
              "cpe:2.3:a:lightning_network_daemon_project:lightning_network_daemon:0:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "unknown",
            "product": "lightning_network_daemon",
            "vendor": "lightning_network_daemon_project",
            "versions": [
              {
                "lessThan": "0.17.0",
                "status": "affected",
                "version": "0",
                "versionType": "custom"
              }
            ]
          }
        ],
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-38359",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-06-21T12:33:07.175758Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-21T12:34:58.656Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T04:04:25.238Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7",
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7"
          },
          {
            "name": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979"
          },
          {
            "name": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta"
          },
          {
            "name": "https://lightning.network",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://lightning.network"
          },
          {
            "name": "https://morehouse.github.io/lightning/lnd-onion-bomb",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://morehouse.github.io/lightning/lnd-onion-bomb"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "lnd",
          "vendor": "lightningnetwork",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 0.17.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. A parsing vulnerability in lnd\u0027s onion processing logic and lead to a DoS vector due to excessive memory allocation.  The issue was patched in lnd v0.17.0. Users should update to a version \u003e v0.17.0 to be protected. Users unable to upgrade may set the `--rejecthtlc` CLI flag and also disable forwarding on channels via the `UpdateChanPolicyCommand`, or disable listening on a public network interface via the `--nolisten` flag as a mitigation."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-20",
              "description": "CWE-20: Improper Input Validation",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-06-20T22:16:00.428Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7"
        },
        {
          "name": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979"
        },
        {
          "name": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta"
        },
        {
          "name": "https://lightning.network",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://lightning.network"
        },
        {
          "name": "https://morehouse.github.io/lightning/lnd-onion-bomb",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://morehouse.github.io/lightning/lnd-onion-bomb"
        }
      ],
      "source": {
        "advisory": "GHSA-9gxx-58q6-42p7",
        "discovery": "UNKNOWN"
      },
      "title": "Lightning Network Daemon Onion Bomb"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2024-38359",
    "datePublished": "2024-06-20T22:16:00.428Z",
    "dateReserved": "2024-06-14T14:16:16.465Z",
    "dateUpdated": "2024-08-02T04:04:25.238Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-38359",
      "date": "2026-09-22",
      "epss": "0.00572",
      "percentile": "0.46029"
    },
    "fkie_nvd": {
      "descriptions": [
        {
          "lang": "en",
          "value": "The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. A parsing vulnerability in lnd\u0027s onion processing logic and lead to a DoS vector due to excessive memory allocation.  The issue was patched in lnd v0.17.0. Users should update to a version \u003e v0.17.0 to be protected. Users unable to upgrade may set the `--rejecthtlc` CLI flag and also disable forwarding on channels via the `UpdateChanPolicyCommand`, or disable listening on a public network interface via the `--nolisten` flag as a mitigation."
        },
        {
          "lang": "es",
          "value": "Lightning Network Daemon (lnd): es una implementaci\u00f3n completa de un nodo Lightning Network. Una vulnerabilidad de an\u00e1lisis en la l\u00f3gica de procesamiento de cebolla de lnd y conduce a un vector DoS debido a una asignaci\u00f3n excesiva de memoria. El problema se solucion\u00f3 en lnd v0.17.0. Los usuarios deben actualizar a una versi\u00f3n \u0026gt; v0.17.0 para estar protegidos. Los usuarios que no puedan actualizar pueden configurar el indicador CLI `--rejecthtlc` y tambi\u00e9n deshabilitar el reenv\u00edo de canales a trav\u00e9s de `UpdateChanPolicyCommand`, o desactivar la escucha en una interfaz de red p\u00fablica a trav\u00e9s del indicador `--nolisten` como mitigaci\u00f3n."
        }
      ],
      "id": "CVE-2024-38359",
      "lastModified": "2024-11-21T09:25:26.843",
      "metrics": {
        "cvssMetricV31": [
          {
            "cvssData": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "HIGH",
              "baseScore": 6.5,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "NONE",
              "integrityImpact": "NONE",
              "privilegesRequired": "LOW",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
              "version": "3.1"
            },
            "exploitabilityScore": 2.8,
            "impactScore": 3.6,
            "source": "security-advisories@github.com",
            "type": "Secondary"
          }
        ]
      },
      "published": "2024-06-20T23:15:52.700",
      "references": [
        {
          "source": "security-advisories@github.com",
          "url": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979"
        },
        {
          "source": "security-advisories@github.com",
          "url": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta"
        },
        {
          "source": "security-advisories@github.com",
          "url": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7"
        },
        {
          "source": "security-advisories@github.com",
          "url": "https://lightning.network"
        },
        {
          "source": "security-advisories@github.com",
          "url": "https://morehouse.github.io/lightning/lnd-onion-bomb"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://lightning.network"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://morehouse.github.io/lightning/lnd-onion-bomb"
        }
      ],
      "sourceIdentifier": "security-advisories@github.com",
      "vulnStatus": "Awaiting Analysis",
      "weaknesses": [
        {
          "description": [
            {
              "lang": "en",
              "value": "CWE-20"
            }
          ],
          "source": "security-advisories@github.com",
          "type": "Secondary"
        }
      ]
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "product": "lnd",
                "vendor": "lightningnetwork",
                "versions": [
                  {
                    "status": "affected",
                    "version": "\u003c 0.17.0"
                  }
                ]
              }
            ],
            "source": "security-advisories@github.com"
          },
          {
            "affectedData": [
              {
                "cpes": [
                  "cpe:2.3:a:lightning_network_daemon_project:lightning_network_daemon:0:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "lightning_network_daemon",
                "vendor": "lightning_network_daemon_project",
                "versions": [
                  {
                    "lessThan": "0.17.0",
                    "status": "affected",
                    "version": "0",
                    "versionType": "custom"
                  }
                ]
              }
            ],
            "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. A parsing vulnerability in lnd\u0027s onion processing logic and lead to a DoS vector due to excessive memory allocation.  The issue was patched in lnd v0.17.0. Users should update to a version \u003e v0.17.0 to be protected. Users unable to upgrade may set the `--rejecthtlc` CLI flag and also disable forwarding on channels via the `UpdateChanPolicyCommand`, or disable listening on a public network interface via the `--nolisten` flag as a mitigation."
          },
          {
            "lang": "es",
            "value": "Lightning Network Daemon (lnd): es una implementaci\u00f3n completa de un nodo Lightning Network. Una vulnerabilidad de an\u00e1lisis en la l\u00f3gica de procesamiento de cebolla de lnd y conduce a un vector DoS debido a una asignaci\u00f3n excesiva de memoria. El problema se solucion\u00f3 en lnd v0.17.0. Los usuarios deben actualizar a una versi\u00f3n \u0026gt; v0.17.0 para estar protegidos. Los usuarios que no puedan actualizar pueden configurar el indicador CLI `--rejecthtlc` y tambi\u00e9n deshabilitar el reenv\u00edo de canales a trav\u00e9s de `UpdateChanPolicyCommand`, o desactivar la escucha en una interfaz de red p\u00fablica a trav\u00e9s del indicador `--nolisten` como mitigaci\u00f3n."
          }
        ],
        "id": "CVE-2024-38359",
        "lastModified": "2026-06-17T07:39:59.420",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 6.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 2.8,
              "impactScore": 3.6,
              "source": "security-advisories@github.com",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2024-38359",
                "options": [
                  {
                    "exploitation": "poc"
                  },
                  {
                    "automatable": "no"
                  },
                  {
                    "technicalImpact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-06-21T12:33:07.175758Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2024-06-20T23:15:52.700",
        "references": [
          {
            "source": "security-advisories@github.com",
            "url": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979"
          },
          {
            "source": "security-advisories@github.com",
            "url": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta"
          },
          {
            "source": "security-advisories@github.com",
            "url": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7"
          },
          {
            "source": "security-advisories@github.com",
            "url": "https://lightning.network"
          },
          {
            "source": "security-advisories@github.com",
            "url": "https://morehouse.github.io/lightning/lnd-onion-bomb"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://lightning.network"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://morehouse.github.io/lightning/lnd-onion-bomb"
          }
        ],
        "sourceIdentifier": "security-advisories@github.com",
        "vulnStatus": "Deferred",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-20"
              }
            ],
            "source": "security-advisories@github.com",
            "type": "Secondary"
          }
        ]
      }
    },
    "redhat_vex": {
      "current_release_date": "2025-05-28T20:16:10+00:00",
      "cve": "CVE-2024-38359",
      "id": "CVE-2024-38359",
      "initial_release_date": "2024-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "Lightning Network Daemon Onion Bomb",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-38359.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:a:lightning_network_daemon_project:lightning_network_daemon:0:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "lightning_network_daemon",
                "vendor": "lightning_network_daemon_project",
                "versions": [
                  {
                    "lessThan": "0.17.0",
                    "status": "affected",
                    "version": "0",
                    "versionType": "custom"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-38359",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-06-21T12:33:07.175758Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-06-21T12:34:40.955Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "lnd",
              "vendor": "lightningnetwork",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.17.0"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. A parsing vulnerability in lnd\u0027s onion processing logic and lead to a DoS vector due to excessive memory allocation.  The issue was patched in lnd v0.17.0. Users should update to a version \u003e v0.17.0 to be protected. Users unable to upgrade may set the `--rejecthtlc` CLI flag and also disable forwarding on channels via the `UpdateChanPolicyCommand`, or disable listening on a public network interface via the `--nolisten` flag as a mitigation."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 6.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-20",
                  "description": "CWE-20: Improper Input Validation",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2024-06-20T22:16:00.428Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/lightningnetwork/lnd/security/advisories/GHSA-9gxx-58q6-42p7"
            },
            {
              "name": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://delvingbitcoin.org/t/dos-disclosure-lnd-onion-bomb/979"
            },
            {
              "name": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/lightningnetwork/lnd/releases/tag/v0.17.0-beta"
            },
            {
              "name": "https://lightning.network",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://lightning.network"
            },
            {
              "name": "https://morehouse.github.io/lightning/lnd-onion-bomb",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://morehouse.github.io/lightning/lnd-onion-bomb"
            }
          ],
          "source": {
            "advisory": "GHSA-9gxx-58q6-42p7",
            "discovery": "UNKNOWN"
          },
          "title": "Lightning Network Daemon Onion Bomb"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2024-38359",
        "datePublished": "2024-06-20T22:16:00.428Z",
        "dateReserved": "2024-06-14T14:16:16.465Z",
        "dateUpdated": "2024-06-21T12:34:58.656Z",
        "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…

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…