---
title: "Filter CVEs by severity in the package vulnerability view"
description: "You can now filter vulnerabilities by Common Vulnerabilities and Exposures (CVE) severity in the package vulnerability view, using the quick filter selectors."
canonical_url: "https://cloudsmith.com/changelog/filter-cves-by-severity-in-the-package-vulnerability-view"
last_updated: "2025-09-02T13:33:59.085Z"
---
# Filter CVEs by severity in the package vulnerability view

You can now use quick filters in the package vulnerability view to filter Common Vulnerabilities and Exposures (CVEs) by severity.

```json
{
  "_key": "3769e297f479",
  "_type": "image",
  "alt": "Quick CVE severity filters in action",
  "asset": {
    "_createdAt": "2025-09-02T13:35:15Z",
    "_id": "image-74423400cc37667f3f47773e74b39f4e5a1e70a1-1512x776-gif",
    "_rev": "06B1C5EEKY18NLXg4qIvKk",
    "_type": "sanity.imageAsset",
    "_updatedAt": "2025-09-02T13:35:15Z",
    "assetId": "74423400cc37667f3f47773e74b39f4e5a1e70a1",
    "extension": "gif",
    "metadata": {
      "_type": "sanity.imageMetadata",
      "blurHash": "MCSs51-;M{of-;~qIUoft7D%IU%MWAV@xu",
      "dimensions": {
        "_type": "sanity.imageDimensions",
        "aspectRatio": 1.9484536082474226,
        "height": 776,
        "width": 1512
      },
      "hasAlpha": true,
      "isOpaque": true,
      "lqip": "data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKABQDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAUBAgQI/8QAIhAAAgIBAgcBAAAAAAAAAAAAAQIAAwQGERMhMTU2QXJz/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAWEQEBAQAAAAAAAAAAAAAAAAAAASH/2gAMAwEAAhEDEQA/AOoU3A2JEtZZXUhstdVUDmT6kRXq/wAby/mEuGicDIUWIVdT0IhMOmuxYf5iEo//2Q==",
      "palette": {
        "_type": "sanity.imagePalette",
        "darkMuted": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#253645",
          "foreground": "#fff",
          "population": 0.14,
          "title": "#fff"
        },
        "darkVibrant": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#162835",
          "foreground": "#fff",
          "population": 0.19,
          "title": "#fff"
        },
        "dominant": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#162835",
          "foreground": "#fff",
          "population": 0.19,
          "title": "#fff"
        },
        "lightMuted": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#acbcc5",
          "foreground": "#000",
          "population": 0.03,
          "title": "#fff"
        },
        "lightVibrant": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#a487fc",
          "foreground": "#000",
          "population": 0.02,
          "title": "#fff"
        },
        "muted": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#7c6ca4",
          "foreground": "#fff",
          "population": 0,
          "title": "#fff"
        },
        "vibrant": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#856ad5",
          "foreground": "#fff",
          "population": 0.04,
          "title": "#fff"
        }
      }
    },
    "mimeType": "image/gif",
    "originalFilename": "quickCVEfilters.gif",
    "path": "images/rafvlnhi/production/74423400cc37667f3f47773e74b39f4e5a1e70a1-1512x776.gif",
    "sha1hash": "74423400cc37667f3f47773e74b39f4e5a1e70a1",
    "size": 1439968,
    "uploadId": "FKbrWRZsuvhvrBlveZAfILxRGQBu6BqG",
    "url": "https://cdn.sanity.io/images/rafvlnhi/production/74423400cc37667f3f47773e74b39f4e5a1e70a1-1512x776.gif"
  },
  "caption": "Quick CVE severity filters in action",
  "link": {
    "_type": "link",
    "href": null,
    "openInNewTab": false
  },
  "markDefs": null
}
```

The view will still default to ordering vulnerabilities by severity — with Critical issues at the top — but quick filters make it easier to filter directly for High, Medium, Low, or Unknown severities. This helps security teams quickly triage and prioritize, especially when working with artifacts that may have a high number of CVEs (for example, Docker images where the base image alone may contribute a large number).
