cve-2024-47697
Vulnerability from cvelistv5
Published
2024-10-21 11:53
Modified
2024-12-19 09:26
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error Ensure index in rtl2830_pid_filter does not exceed 31 to prevent out-of-bounds access. dev->filters is a 32-bit value, so set_bit and clear_bit functions should only operate on indices from 0 to 31. If index is 32, it will attempt to access a non-existent 33rd bit, leading to out-of-bounds access. Change the boundary check from index > 32 to index >= 32 to resolve this issue.
Impacted products
Vendor Product Version
Linux Linux Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Version: df70ddad81b47c57bcccffc805fbd75f2f1b2dc6
Create a notification for this product.
   Linux Linux Version: 4.0
Create a notification for this product.
Show details on NVD website


{
   containers: {
      adp: [
         {
            metrics: [
               {
                  other: {
                     content: {
                        id: "CVE-2024-47697",
                        options: [
                           {
                              Exploitation: "none",
                           },
                           {
                              Automatable: "no",
                           },
                           {
                              "Technical Impact": "partial",
                           },
                        ],
                        role: "CISA Coordinator",
                        timestamp: "2024-10-21T13:05:04.931797Z",
                        version: "2.0.3",
                     },
                     type: "ssvc",
                  },
               },
            ],
            providerMetadata: {
               dateUpdated: "2024-10-21T13:14:14.204Z",
               orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0",
               shortName: "CISA-ADP",
            },
            title: "CISA ADP Vulnrichment",
         },
      ],
      cna: {
         affected: [
            {
               defaultStatus: "unaffected",
               product: "Linux",
               programFiles: [
                  "drivers/media/dvb-frontends/rtl2830.c",
               ],
               repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               vendor: "Linux",
               versions: [
                  {
                     lessThan: "8ffbe7d07b8e76193b151107878ddc1ccc94deb5",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
                  {
                     lessThan: "883f794c6e498ae24680aead55c16f66b06cfc30",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
                  {
                     lessThan: "badbd736e6649c4e6d7b4ff7e2b9857acfa9ea94",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
                  {
                     lessThan: "86d920d2600c3a48efc2775c1666c1017eec6956",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
                  {
                     lessThan: "3dba83d3c81de1368d15a39f22df7b53e306052f",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
                  {
                     lessThan: "58f31be7dfbc0c84a6497ad51924949cf64b86a2",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
                  {
                     lessThan: "7fd6aae7e53b94f4035b1bfce28b8dfa0d0ae470",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
                  {
                     lessThan: "042b101d7bf70616c4967c286ffa6fcca65babfb",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
                  {
                     lessThan: "46d7ebfe6a75a454a5fa28604f0ef1491f9d8d14",
                     status: "affected",
                     version: "df70ddad81b47c57bcccffc805fbd75f2f1b2dc6",
                     versionType: "git",
                  },
               ],
            },
            {
               defaultStatus: "affected",
               product: "Linux",
               programFiles: [
                  "drivers/media/dvb-frontends/rtl2830.c",
               ],
               repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               vendor: "Linux",
               versions: [
                  {
                     status: "affected",
                     version: "4.0",
                  },
                  {
                     lessThan: "4.0",
                     status: "unaffected",
                     version: "0",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "4.19.*",
                     status: "unaffected",
                     version: "4.19.323",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "5.4.*",
                     status: "unaffected",
                     version: "5.4.285",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "5.10.*",
                     status: "unaffected",
                     version: "5.10.227",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "5.15.*",
                     status: "unaffected",
                     version: "5.15.168",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "6.1.*",
                     status: "unaffected",
                     version: "6.1.113",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "6.6.*",
                     status: "unaffected",
                     version: "6.6.54",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "6.10.*",
                     status: "unaffected",
                     version: "6.10.13",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "6.11.*",
                     status: "unaffected",
                     version: "6.11.2",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "*",
                     status: "unaffected",
                     version: "6.12",
                     versionType: "original_commit_for_fix",
                  },
               ],
            },
         ],
         descriptions: [
            {
               lang: "en",
               value: "In the Linux kernel, the following vulnerability has been resolved:\n\ndrivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error\n\nEnsure index in rtl2830_pid_filter does not exceed 31 to prevent\nout-of-bounds access.\n\ndev->filters is a 32-bit value, so set_bit and clear_bit functions should\nonly operate on indices from 0 to 31. If index is 32, it will attempt to\naccess a non-existent 33rd bit, leading to out-of-bounds access.\nChange the boundary check from index > 32 to index >= 32 to resolve this\nissue.",
            },
         ],
         providerMetadata: {
            dateUpdated: "2024-12-19T09:26:18.037Z",
            orgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            shortName: "Linux",
         },
         references: [
            {
               url: "https://git.kernel.org/stable/c/8ffbe7d07b8e76193b151107878ddc1ccc94deb5",
            },
            {
               url: "https://git.kernel.org/stable/c/883f794c6e498ae24680aead55c16f66b06cfc30",
            },
            {
               url: "https://git.kernel.org/stable/c/badbd736e6649c4e6d7b4ff7e2b9857acfa9ea94",
            },
            {
               url: "https://git.kernel.org/stable/c/86d920d2600c3a48efc2775c1666c1017eec6956",
            },
            {
               url: "https://git.kernel.org/stable/c/3dba83d3c81de1368d15a39f22df7b53e306052f",
            },
            {
               url: "https://git.kernel.org/stable/c/58f31be7dfbc0c84a6497ad51924949cf64b86a2",
            },
            {
               url: "https://git.kernel.org/stable/c/7fd6aae7e53b94f4035b1bfce28b8dfa0d0ae470",
            },
            {
               url: "https://git.kernel.org/stable/c/042b101d7bf70616c4967c286ffa6fcca65babfb",
            },
            {
               url: "https://git.kernel.org/stable/c/46d7ebfe6a75a454a5fa28604f0ef1491f9d8d14",
            },
         ],
         title: "drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error",
         x_generator: {
            engine: "bippy-5f407fcff5a0",
         },
      },
   },
   cveMetadata: {
      assignerOrgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      assignerShortName: "Linux",
      cveId: "CVE-2024-47697",
      datePublished: "2024-10-21T11:53:34.630Z",
      dateReserved: "2024-09-30T16:00:12.942Z",
      dateUpdated: "2024-12-19T09:26:18.037Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
   "vulnerability-lookup:meta": {
      nvd: "{\"cve\":{\"id\":\"CVE-2024-47697\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-10-21T12:15:06.343\",\"lastModified\":\"2024-11-08T16:15:25.433\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error\\n\\nEnsure index in rtl2830_pid_filter does not exceed 31 to prevent\\nout-of-bounds access.\\n\\ndev->filters is a 32-bit value, so set_bit and clear_bit functions should\\nonly operate on indices from 0 to 31. If index is 32, it will attempt to\\naccess a non-existent 33rd bit, leading to out-of-bounds access.\\nChange the boundary check from index > 32 to index >= 32 to resolve this\\nissue.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drivers: media: dvb-frontends/rtl2830: corrige un error de escritura fuera de los límites Asegúrate de que el índice en rtl2830_pid_filter no supere 31 para evitar el acceso fuera de los límites. dev->filters es un valor de 32 bits, por lo que las funciones set_bit y clear_bit solo deben funcionar en índices de 0 a 31. Si el índice es 32, intentará acceder a un bit 33 inexistente, lo que provocará un acceso fuera de los límites. Cambia la comprobación de límites de índice > 32 a índice >= 32 para resolver este problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.0\",\"versionEndExcluding\":\"5.10.227\",\"matchCriteriaId\":\"B048D614-44B2-4635-B88F-66392D68DE86\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.168\",\"matchCriteriaId\":\"4D51C05D-455B-4D8D-89E7-A58E140B864C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.113\",\"matchCriteriaId\":\"D01BD22E-ACD1-4618-9D01-6116570BE1EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.54\",\"matchCriteriaId\":\"D448821D-C085-4CAF-88FA-2DDE7BE21976\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.10.13\",\"matchCriteriaId\":\"CE94BB8D-B0AB-4563-9ED7-A12122B56EBE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.11\",\"versionEndExcluding\":\"6.11.2\",\"matchCriteriaId\":\"AB755D26-97F4-43B6-8604-CD076811E181\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/042b101d7bf70616c4967c286ffa6fcca65babfb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/3dba83d3c81de1368d15a39f22df7b53e306052f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/46d7ebfe6a75a454a5fa28604f0ef1491f9d8d14\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/58f31be7dfbc0c84a6497ad51924949cf64b86a2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7fd6aae7e53b94f4035b1bfce28b8dfa0d0ae470\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/86d920d2600c3a48efc2775c1666c1017eec6956\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/883f794c6e498ae24680aead55c16f66b06cfc30\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8ffbe7d07b8e76193b151107878ddc1ccc94deb5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/badbd736e6649c4e6d7b4ff7e2b9857acfa9ea94\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
      vulnrichment: {
         containers: "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-47697\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-21T13:05:04.931797Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-21T13:05:08.404Z\"}}], \"cna\": {\"title\": \"drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"8ffbe7d07b8e76193b151107878ddc1ccc94deb5\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"883f794c6e498ae24680aead55c16f66b06cfc30\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"badbd736e6649c4e6d7b4ff7e2b9857acfa9ea94\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"86d920d2600c3a48efc2775c1666c1017eec6956\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"3dba83d3c81de1368d15a39f22df7b53e306052f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"58f31be7dfbc0c84a6497ad51924949cf64b86a2\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"7fd6aae7e53b94f4035b1bfce28b8dfa0d0ae470\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"042b101d7bf70616c4967c286ffa6fcca65babfb\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df70ddad81b47c57bcccffc805fbd75f2f1b2dc6\", \"lessThan\": \"46d7ebfe6a75a454a5fa28604f0ef1491f9d8d14\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/media/dvb-frontends/rtl2830.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.19.323\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.285\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.227\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.168\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.113\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.54\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.13\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/media/dvb-frontends/rtl2830.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/8ffbe7d07b8e76193b151107878ddc1ccc94deb5\"}, {\"url\": \"https://git.kernel.org/stable/c/883f794c6e498ae24680aead55c16f66b06cfc30\"}, {\"url\": \"https://git.kernel.org/stable/c/badbd736e6649c4e6d7b4ff7e2b9857acfa9ea94\"}, {\"url\": \"https://git.kernel.org/stable/c/86d920d2600c3a48efc2775c1666c1017eec6956\"}, {\"url\": \"https://git.kernel.org/stable/c/3dba83d3c81de1368d15a39f22df7b53e306052f\"}, {\"url\": \"https://git.kernel.org/stable/c/58f31be7dfbc0c84a6497ad51924949cf64b86a2\"}, {\"url\": \"https://git.kernel.org/stable/c/7fd6aae7e53b94f4035b1bfce28b8dfa0d0ae470\"}, {\"url\": \"https://git.kernel.org/stable/c/042b101d7bf70616c4967c286ffa6fcca65babfb\"}, {\"url\": \"https://git.kernel.org/stable/c/46d7ebfe6a75a454a5fa28604f0ef1491f9d8d14\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error\\n\\nEnsure index in rtl2830_pid_filter does not exceed 31 to prevent\\nout-of-bounds access.\\n\\ndev->filters is a 32-bit value, so set_bit and clear_bit functions should\\nonly operate on indices from 0 to 31. If index is 32, it will attempt to\\naccess a non-existent 33rd bit, leading to out-of-bounds access.\\nChange the boundary check from index > 32 to index >= 32 to resolve this\\nissue.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T09:26:18.037Z\"}}}",
         cveMetadata: "{\"cveId\": \"CVE-2024-47697\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T09:26:18.037Z\", \"dateReserved\": \"2024-09-30T16:00:12.942Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-10-21T11:53:34.630Z\", \"assignerShortName\": \"Linux\"}",
         dataType: "CVE_RECORD",
         dataVersion: "5.1",
      },
   },
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.