# Recent OpenSSH Security Vulnerabilities Report

**Use case:** 

Access the latest findings on OpenSSH vulnerabilities, including CVEs, CVSS scores, and affected versions from NVD and GitHub advisories.

## Input

```json
{
  "mode": "search",
  "daysBack": 1,
  "query": "openssh",
  "queries": [
    "log4j",
    "wordpress"
  ],
  "products": [
    "npm:express",
    "pypi:django"
  ],
  "sources": [
    "nvd",
    "githubAdvisory"
  ],
  "maxResults": 100,
  "minCvss": 0,
  "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.