ubuntu-cve-2026-40614
Vulnerability from osv_ubuntu
Published
2026-04-21 19:16
Modified
2026-05-20 15:27
Summary
Details

PJSIP is a free and open source multimedia communication library written in C. In 2.16 and earlier, there is a buffer overflow when decoding Opus audio frames due to insufficient buffer size validation in the Opus codec decode path. The FEC decode buffers (dec_frame[].buf) were allocated based on a PCM-derived formula: (sample_rate/1000) * 60 * channel_cnt * 2. At 8 kHz mono this yields only 960 bytes, but codec_parse() can output encoded frames up to MAX_ENCODED_PACKET_SIZE (1280) bytes via opus_repacketizer_out_range(). The three pj_memcpy() calls in codec_decode() copied input->size bytes without bounds checking, causing a heap buffer overflow.


{
  "affected": [
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "asterisk",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-config",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-dahdi",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-mobile",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-modules",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-mp3",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-mysql",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-ooh323",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-voicemail",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-voicemail-imapstorage",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-voicemail-odbcstorage",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          },
          {
            "binary_name": "asterisk-vpb",
            "binary_version": "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "asterisk",
        "purl": "pkg:deb/ubuntu/asterisk@1:13.1.0~dfsg-1.1ubuntu4.1+esm1?arch=source\u0026distro=esm-apps/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1:13.1.0~dfsg-1.1ubuntu3",
        "1:13.1.0~dfsg-1.1ubuntu4",
        "1:13.1.0~dfsg-1.1ubuntu4.1",
        "1:13.1.0~dfsg-1.1ubuntu4.1+esm1"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "libpj2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjlib-util2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjmedia-audiodev2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjmedia-codec2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjmedia-videodev2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjmedia2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjnath2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsip-simple2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsip-ua2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsip2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsua2",
            "binary_version": "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "pjproject",
        "purl": "pkg:deb/ubuntu/pjproject@2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "2.1.0.0.ast20130823-1",
        "2.1.0.0.ast20130823-1+deb8u1build0.16.04.1",
        "2.1.0.0.ast20130823-1+deb8u1ubuntu0.1~esm1"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "asterisk",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-config",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-dahdi",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-mobile",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-modules",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-mp3",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-mysql",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-ooh323",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-tests",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-voicemail",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-voicemail-imapstorage",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-voicemail-odbcstorage",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          },
          {
            "binary_name": "asterisk-vpb",
            "binary_version": "1:13.18.3~dfsg-1ubuntu4"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:18.04:LTS",
        "name": "asterisk",
        "purl": "pkg:deb/ubuntu/asterisk@1:13.18.3~dfsg-1ubuntu4?arch=source\u0026distro=bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1:13.17.2~dfsg-1ubuntu1",
        "1:13.17.2~dfsg-2ubuntu1",
        "1:13.18.1~dfsg-1ubuntu1",
        "1:13.18.3~dfsg-1ubuntu1",
        "1:13.18.3~dfsg-1ubuntu2",
        "1:13.18.3~dfsg-1ubuntu3",
        "1:13.18.3~dfsg-1ubuntu4"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "libpj2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjlib-util2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjmedia-audiodev2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjmedia-codec2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjmedia-videodev2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjmedia2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjnath2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsip-simple2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsip-ua2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsip2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsua2",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "libpjsua2-2v5",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          },
          {
            "binary_name": "python-pjproject",
            "binary_version": "2.7.2~dfsg-1ubuntu0.1~esm1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "pjproject",
        "purl": "pkg:deb/ubuntu/pjproject@2.7.2~dfsg-1ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "2.6~dfsg-2",
        "2.7~dfsg-1",
        "2.7.1~dfsg-1",
        "2.7.1~dfsg-1build1",
        "2.7.2~dfsg-1",
        "2.7.2~dfsg-1ubuntu0.1~esm1"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "asterisk",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-config",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-dahdi",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-mobile",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-modules",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-mp3",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-mysql",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-ooh323",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-tests",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-voicemail",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-voicemail-imapstorage",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-voicemail-odbcstorage",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          },
          {
            "binary_name": "asterisk-vpb",
            "binary_version": "1:16.2.1~dfsg-2ubuntu1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:20.04:LTS",
        "name": "asterisk",
        "purl": "pkg:deb/ubuntu/asterisk@1:16.2.1~dfsg-2ubuntu1?arch=source\u0026distro=focal"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1:16.2.1~dfsg-2build2",
        "1:16.2.1~dfsg-2build3",
        "1:16.2.1~dfsg-2ubuntu1"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "asterisk",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-config",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-dahdi",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-mobile",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-modules",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-mp3",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-mysql",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-ooh323",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-tests",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          },
          {
            "binary_name": "asterisk-vpb",
            "binary_version": "1:18.10.0~dfsg+~cs6.10.40431411-2"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:22.04:LTS",
        "name": "asterisk",
        "purl": "pkg:deb/ubuntu/asterisk@1:18.10.0~dfsg+~cs6.10.40431411-2?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1:16.16.1~dfsg-2",
        "1:16.16.1~dfsg-4",
        "1:16.16.1~dfsg-4build1",
        "1:16.16.1~dfsg+~2.10-1",
        "1:18.10.0~dfsg+~cs6.10.40431411-2"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "asterisk",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          },
          {
            "binary_name": "asterisk-config",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          },
          {
            "binary_name": "asterisk-dahdi",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          },
          {
            "binary_name": "asterisk-mobile",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          },
          {
            "binary_name": "asterisk-modules",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          },
          {
            "binary_name": "asterisk-mp3",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          },
          {
            "binary_name": "asterisk-mysql",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          },
          {
            "binary_name": "asterisk-ooh323",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          },
          {
            "binary_name": "asterisk-tests",
            "binary_version": "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:24.04:LTS",
        "name": "asterisk",
        "purl": "pkg:deb/ubuntu/asterisk@1:20.6.0~dfsg+~cs6.13.40431414-2build5?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1:20.4.0~dfsg+~cs6.13.40431414-2",
        "1:20.5.0~dfsg+~cs6.13.40431414-1",
        "1:20.5.1~dfsg+~cs6.13.40431414-1",
        "1:20.5.2~dfsg+~cs6.13.40431414-1",
        "1:20.6.0~dfsg+~cs6.13.40431414-1",
        "1:20.6.0~dfsg+~cs6.13.40431414-2",
        "1:20.6.0~dfsg+~cs6.13.40431414-2build3",
        "1:20.6.0~dfsg+~cs6.13.40431414-2build4",
        "1:20.6.0~dfsg+~cs6.13.40431414-2build5"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "asterisk",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-config",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-dahdi",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-mobile",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-modules",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-mp3",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-mysql",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-ooh323",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-tests",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:25.10",
        "name": "asterisk",
        "purl": "pkg:deb/ubuntu/asterisk@1:22.5.2~dfsg+~cs6.15.60671435-1?arch=source\u0026distro=questing"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1:22.2.0~dfsg+~cs6.15.60671435-2",
        "1:22.3.0~dfsg+~cs6.15.60671435-1",
        "1:22.4.1~dfsg+~cs6.15.60671435-1",
        "1:22.4.1~dfsg+~cs6.15.60671435-2",
        "1:22.5.1~dfsg+~cs6.15.60671435-1",
        "1:22.5.2~dfsg+~cs6.15.60671435-1"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "asterisk",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-config",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-dahdi",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-mobile",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-modules",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-mp3",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-mysql",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-ooh323",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          },
          {
            "binary_name": "asterisk-tests",
            "binary_version": "1:22.5.2~dfsg+~cs6.15.60671435-1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:26.04:LTS",
        "name": "asterisk",
        "purl": "pkg:deb/ubuntu/asterisk@1:22.5.2~dfsg+~cs6.15.60671435-1?arch=source\u0026distro=resolute"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1:22.5.2~dfsg+~cs6.15.60671435-1"
      ]
    }
  ],
  "aliases": [],
  "details": "PJSIP is a free and open source multimedia communication library written in C. In 2.16 and earlier, there is a buffer overflow when decoding Opus audio frames due to insufficient buffer size validation in the Opus codec decode path. The FEC decode buffers (dec_frame[].buf) were allocated based on a PCM-derived formula: (sample_rate/1000) * 60 * channel_cnt * 2. At 8 kHz mono this yields only 960 bytes, but codec_parse() can output encoded frames up to MAX_ENCODED_PACKET_SIZE (1280) bytes via opus_repacketizer_out_range(). The three pj_memcpy() calls in codec_decode() copied input-\u003esize bytes without bounds checking, causing a heap buffer overflow.",
  "id": "UBUNTU-CVE-2026-40614",
  "modified": "2026-05-20T15:27:26Z",
  "published": "2026-04-21T19:16:00Z",
  "references": [
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-40614"
    },
    {
      "type": "REPORT",
      "url": "https://www.cve.org/CVERecord?id=CVE-2026-40614"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/pjsip/pjproject/security/advisories/GHSA-j59p-4xrr-fp8g"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/pjsip/pjproject/commit/17897e835818f8ee03b1806ddcd7b95ea16d2c0e"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    },
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    },
    {
      "score": "medium",
      "type": "Ubuntu"
    }
  ],
  "upstream": [
    "CVE-2026-40614"
  ]
}



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…