# High Severity CVEs from Last 30 Days

**Use case:** 

Access high severity CVEs from the last month. Get essential vulnerability data, including CVSS scores and affected versions.

## Input

```json
{
  "mode": "recent",
  "daysBack": 30,
  "query": "log4j",
  "queries": [
    "log4j",
    "wordpress"
  ],
  "products": [
    "npm:express",
    "pypi:django"
  ],
  "sources": [
    "nvd",
    "githubAdvisory"
  ],
  "maxResults": 100,
  "minCvss": 7,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "cveId": {
    "label": "CVE / ID",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published",
    "format": "string"
  },
  "cvssScore": {
    "label": "CVSS",
    "format": "number"
  },
  "cvssSeverity": {
    "label": "Severity",
    "format": "string"
  },
  "sourceFeeds": {
    "label": "Sources",
    "format": "array"
  },
  "weaknesses": {
    "label": "CWE",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CVE Security Advisory Monitor — AI Agent Vulnerability API](https://apify.com/logiover/cve-security-advisory-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/cve-security-advisory-monitor) to learn more, explore other use cases, and run it yourself.