EVC API
Want to query EVC using your own automation? Use our APIs below.
EVC v1.0
Before You Begin
Overview
Technical Details
If you have 1-100 CVEs per query...
If you have more than 100+ CVEs per query...
OpenAPI Swagger
API Playground
Header-based X-API-Key for authentication.
Submission type. Use query for text submissions and file for file uploads.
The text query. Required when type is query.
Optional callback URL sent by EVC as an HTTP POST to notify when processing is complete. Will contain {"job_id": "the job ID", "status": "job status"} as the HTTP body. Invalid URLs will be rejected.
""Initial search results and deep research job status.
Current status of the deep research job.
ID of the deep research job (only populated if running).
Timestamp when the deep research job was created.
Timestamp when the deep research job was last updated.
Number of CVEs found in the original query.
Total number of CVEs analyzed so far.
Timestamp when the callback URL was last successfully sent (if callback specified).
Status of last callback attempt (if callback specified). invalid_callbacks are rejected due to malformed URLs or headers. failed callbacks will be retried up to 5 times before giving up.
Current number of attempts to contact the callback URL (if callback specified).
0Total number of pages available.
The number of items per page.
The offset of the current page within the result set.
The next offset to use based on current offset and page_size. Set to null when on last page.
An error occurred.
POST /evc/1.0/search HTTP/1.1
Host: api.bluerock.io
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 161
{
"type": "query",
"query": "CVE-2024-51378, CVE-2025-1094",
"callback_url": "https://webhook.domain.com/path/to/callback",
"callback_header": {
"X-API-Key": "secretkey"
}
}{
"job_id": "recFCMjjjS3MvPNw1",
"status": "running",
"created_at": "2025-03-24T21:09:15.000Z",
"updated_at": "2025-03-24T21:09:24.000Z",
"cves_found": 30,
"cves_analyzed": 30,
"cve_details": [
{
"id": "CVE-2023-38472",
"name": "Avahi avahi_rdata_parse() Reachable Assertion Vulnerability",
"description": "A vulnerability was found in Avahi. A reachable assertion exists in the avahi_rdata_parse() function.",
"vendor_project": "Avahi, Red Hat",
"product": "Avahi, Enterprise Linux",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38472",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.424Z",
"cvss_version": "3.1",
"cvss_base_score": "6.2",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec0a6su1gzg07skB"
},
{
"id": "CVE-2021-3468",
"name": "Avahi Infinite Loop Vulnerability in Client Connection Handling",
"description": "A flaw was found in avahi in versions 0.6 up to 0.8. The event used to signal termination of the client connection is not correctly handled.",
"vendor_project": "Avahi",
"product": "Avahi",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3468",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.423Z",
"cvss_version": "0",
"cvss_base_score": "0",
"cvss_base_severity": "UNKNOWN",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec1S3H2dD79m7syg"
},
{
"id": "CVE-2025-25724",
"name": "Denial of Service in libarchive via Crafted TAR Archive with Verbose Value",
"description": "list_item_verbose in tar/util.c in libarchive through 3.7.7 does not check an strftime return value, which can lead to a denial of service.",
"vendor_project": "libarchive",
"product": "libarchive",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25724",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.421Z",
"cvss_version": "3.1",
"cvss_base_score": "4",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec1XdzXBVQ1mPRok"
},
{
"id": "CVE-2025-27113",
"name": "libxml2 NULL Pointer Dereference Vulnerability in xmlPatMatch",
"description": "libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a NULL pointer dereference in xmlPatMatch.",
"vendor_project": "GNOME",
"product": "libxml2",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27113",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.419Z",
"cvss_version": "3.1",
"cvss_base_score": "2.9",
"cvss_base_severity": "LOW",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec2qkFnH60QGebmu"
},
{
"id": "CVE-2023-48795",
"name": "Terrapin Attack: SSH Protocol Integrity Bypass in Multiple Products",
"description": "The SSH transport protocol with certain OpenSSH extensions allows remote attackers to bypass integrity checks, leading to potential security downgrades.",
"vendor_project": "OpenBSD, PuTTY, FileZilla Project, Microsoft, Panic, Roumen Petrov, WinSCP, Bitvise, LANCOM Systems, VanDyke, libssh, Net-SSH, SSH2 Project, ProFTPD, FreeBSD, Crates, Tera Term Project, Oryx Embedded, CrushFTP, NetSarang, Paramiko, Red Hat, Golang, Russh Project, SFTPGo Project, Erlang, Matez, Libssh2, AsyncSSH Project, Dropbear SSH Project, Jadaptive, SSH, Thorn Tech, Netgate, ConnectBot, Apache, TinySSH, Trilead, 9bis, Gentoo, Fedora Project, Debian, Apple",
"product": "OpenSSH, PuTTY, FileZilla Client, PowerShell, Transmit, Nova, PKIX-SSH, WinSCP, SSH Client, SSH Server, LCOS, LANconfig, SecureCRT, libssh, net-ssh, SSH2, ProFTPD, FreeBSD, Thrussh, Tera Term, CycloneSSH, CrushFTP, XShell, Paramiko, OpenShift Container Platform, OpenStack Platform, Ceph Storage, Enterprise Linux, OpenShift Serverless, OpenShift GitOps, OpenShift Pipelines, OpenShift Developer Tools and Services, OpenShift Data Foundation, OpenShift API for Data Protection, OpenShift Virtualization, Storage, Discovery, OpenShift Dev Spaces, Cert-Manager Operator for Red Hat OpenShift, Keycloak, JBoss Enterprise Application Platform, Single Sign-On, Advanced Cluster Security, Crypto, Russh, SFTPGo, Erlang/OTP, Jsch, Libssh2, AsyncSSH, Dropbear SSH, Maverick Synergy Java SSH API, SFTP Gateway, pfSense Plus, pfSense CE, ConnectBot SSH Library, SSHD, SSHJ, TinySSH, Trilead SSH2, KiTTY, Security, Fedora, Debian Linux, macOS",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"bluerock_coverage_status": "Planned (Future Mechanism)",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "The CVE-2023-48795 describes a vulnerability in the SSH transport protocol that allows attackers to bypass integrity checks. The BlueRock mechanism 'SSH Deep Auth & SSH Least Privilege' is applicable to address this issue.",
"expires_at": "2025-06-22T21:09:25.418Z",
"cvss_version": "3.1",
"cvss_base_score": "5.9",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [
"Application"
],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec33ppiDFi6ILNxk"
},
{
"id": "CVE-2023-38473",
"name": "Avahi Reachable Assertion Vulnerability in avahi_alternative_host_name Function",
"description": "A vulnerability was found in Avahi. A reachable assertion exists in the avahi_alternative_host_name() function.",
"vendor_project": "Avahi, Red Hat",
"product": "Avahi, Enterprise Linux",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38473",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.416Z",
"cvss_version": "3.1",
"cvss_base_score": "6.2",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec3ggb5q0oAzdgMI"
},
{
"id": "CVE-2022-3219",
"name": "GnuPG Vulnerability Allows Denial of Service via Crafted Public Key with Multiple Signatures",
"description": "GnuPG can be made to spin on a small input by crafting a public key with thousands of signatures.",
"vendor_project": "GnuPG",
"product": "GnuPG",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3219",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.414Z",
"cvss_version": "3.1",
"cvss_base_score": "3.3",
"cvss_base_severity": "LOW",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec4INbWv4hV6UhMJ"
},
{
"id": "CVE-2024-10041",
"name": "Linux-PAM Speculative Execution Vulnerability Leading to Password Leakage",
"description": "A vulnerability in PAM that may leak passwords during authentication due to speculative execution.",
"vendor_project": "Linux-PAM, Red Hat",
"product": "Linux-PAM, Enterprise Linux",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10041",
"bluerock_coverage_status": "Planned (Future Mechanism)",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "The CVE-2024-10041 involves speculative execution leading to password leakage, partially mitigated by Linux/Host Drift Protection.",
"expires_at": "2025-06-22T21:09:25.413Z",
"cvss_version": "3.1",
"cvss_base_score": "4.7",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [
"Linux/Host"
],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec68sR9pzmfx8KCA"
},
{
"id": "CVE-2024-50349",
"name": "Git Terminal Credential Prompt ANSI Escape Sequence Vulnerability",
"description": "Git's terminal credential prompt may render URL-decoded ANSI escape sequences, confusing users and potentially capturing sensitive credentials.",
"vendor_project": "Git",
"product": "Git",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349",
"bluerock_coverage_status": "Yes",
"bluerock_coverage_current": "The CVE can be partially mitigated by BlueRock using mechanisms like File Operations Protection, Reverse Shell Protection, Linux/Host Drift Protection, and Process Runtime Execution Guardrails.",
"bluerock_coverage_future": "The mitigation involves similar mechanisms as in the current response, enforcing guardrails against unauthorized process execution.",
"expires_at": "2025-06-22T21:09:25.411Z",
"cvss_version": "4",
"cvss_base_score": "2.1",
"cvss_base_severity": "LOW",
"guardrail_categories": [
"Linux/Host",
"Application"
],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec7bvcd7gCHw8k4J"
},
{
"id": "CVE-2023-37769",
"name": "Pixman FPE Vulnerability in combine_inner Component",
"description": "A Floating Point Exception vulnerability in Pixman that can lead to Denial of Service.",
"vendor_project": "Pixman",
"product": "Pixman",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37769",
"bluerock_coverage_status": "Yes",
"bluerock_coverage_current": "The vulnerability involves a Floating Point Exception which may lead to DoS; mitigations include Kernel Integrity Protection and Process Runtime Execution Guardrails.",
"bluerock_coverage_future": "The same mechanisms are expected to mitigate future risks associated with this vulnerability.",
"expires_at": "2025-06-22T21:09:25.409Z",
"cvss_version": "3.1",
"cvss_base_score": "6.5",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [
"Linux/Host",
"Application"
],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec8f728Sd3qaXAKr"
}
],
"callback_last_sent_at": null,
"callback_status": null,
"callback_count": 0,
"total_pages": 3,
"page_size": 10,
"offset": 0,
"next_offset": 10
}Header-based X-API-Key for authentication.
The unique identifier for the deep research job.
Number of items to return per page. Defaults to 10.
10The starting position of the returned items in the overall result set. Defaults to 0.
0Deep research job status and current response.
Current status of the deep research job.
ID of the deep research job (only populated if running).
Timestamp when the deep research job was created.
Timestamp when the deep research job was last updated.
Number of CVEs found in the original query.
Total number of CVEs analyzed so far.
Timestamp when the callback URL was last successfully sent (if callback specified).
Status of last callback attempt (if callback specified). invalid_callbacks are rejected due to malformed URLs or headers. failed callbacks will be retried up to 5 times before giving up.
Current number of attempts to contact the callback URL (if callback specified).
0Total number of pages available.
The number of items per page.
The offset of the current page within the result set.
The next offset to use based on current offset and page_size. Set to null when on last page.
An error occurred.
GET /evc/1.0/search?job_id=text HTTP/1.1
Host: api.bluerock.io
X-API-Key: YOUR_API_KEY
Accept: */*
{
"job_id": "recFCMjjjS3MvPNw1",
"status": "running",
"created_at": "2025-03-24T21:09:15.000Z",
"updated_at": "2025-03-24T21:09:24.000Z",
"cves_found": 30,
"cves_analyzed": 30,
"cve_details": [
{
"id": "CVE-2023-38472",
"name": "Avahi avahi_rdata_parse() Reachable Assertion Vulnerability",
"description": "A vulnerability was found in Avahi. A reachable assertion exists in the avahi_rdata_parse() function.",
"vendor_project": "Avahi, Red Hat",
"product": "Avahi, Enterprise Linux",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38472",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.424Z",
"cvss_version": "3.1",
"cvss_base_score": "6.2",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec0a6su1gzg07skB"
},
{
"id": "CVE-2021-3468",
"name": "Avahi Infinite Loop Vulnerability in Client Connection Handling",
"description": "A flaw was found in avahi in versions 0.6 up to 0.8. The event used to signal termination of the client connection is not correctly handled.",
"vendor_project": "Avahi",
"product": "Avahi",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3468",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.423Z",
"cvss_version": "0",
"cvss_base_score": "0",
"cvss_base_severity": "UNKNOWN",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec1S3H2dD79m7syg"
},
{
"id": "CVE-2025-25724",
"name": "Denial of Service in libarchive via Crafted TAR Archive with Verbose Value",
"description": "list_item_verbose in tar/util.c in libarchive through 3.7.7 does not check an strftime return value, which can lead to a denial of service.",
"vendor_project": "libarchive",
"product": "libarchive",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25724",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.421Z",
"cvss_version": "3.1",
"cvss_base_score": "4",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec1XdzXBVQ1mPRok"
},
{
"id": "CVE-2025-27113",
"name": "libxml2 NULL Pointer Dereference Vulnerability in xmlPatMatch",
"description": "libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a NULL pointer dereference in xmlPatMatch.",
"vendor_project": "GNOME",
"product": "libxml2",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27113",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.419Z",
"cvss_version": "3.1",
"cvss_base_score": "2.9",
"cvss_base_severity": "LOW",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec2qkFnH60QGebmu"
},
{
"id": "CVE-2023-48795",
"name": "Terrapin Attack: SSH Protocol Integrity Bypass in Multiple Products",
"description": "The SSH transport protocol with certain OpenSSH extensions allows remote attackers to bypass integrity checks, leading to potential security downgrades.",
"vendor_project": "OpenBSD, PuTTY, FileZilla Project, Microsoft, Panic, Roumen Petrov, WinSCP, Bitvise, LANCOM Systems, VanDyke, libssh, Net-SSH, SSH2 Project, ProFTPD, FreeBSD, Crates, Tera Term Project, Oryx Embedded, CrushFTP, NetSarang, Paramiko, Red Hat, Golang, Russh Project, SFTPGo Project, Erlang, Matez, Libssh2, AsyncSSH Project, Dropbear SSH Project, Jadaptive, SSH, Thorn Tech, Netgate, ConnectBot, Apache, TinySSH, Trilead, 9bis, Gentoo, Fedora Project, Debian, Apple",
"product": "OpenSSH, PuTTY, FileZilla Client, PowerShell, Transmit, Nova, PKIX-SSH, WinSCP, SSH Client, SSH Server, LCOS, LANconfig, SecureCRT, libssh, net-ssh, SSH2, ProFTPD, FreeBSD, Thrussh, Tera Term, CycloneSSH, CrushFTP, XShell, Paramiko, OpenShift Container Platform, OpenStack Platform, Ceph Storage, Enterprise Linux, OpenShift Serverless, OpenShift GitOps, OpenShift Pipelines, OpenShift Developer Tools and Services, OpenShift Data Foundation, OpenShift API for Data Protection, OpenShift Virtualization, Storage, Discovery, OpenShift Dev Spaces, Cert-Manager Operator for Red Hat OpenShift, Keycloak, JBoss Enterprise Application Platform, Single Sign-On, Advanced Cluster Security, Crypto, Russh, SFTPGo, Erlang/OTP, Jsch, Libssh2, AsyncSSH, Dropbear SSH, Maverick Synergy Java SSH API, SFTP Gateway, pfSense Plus, pfSense CE, ConnectBot SSH Library, SSHD, SSHJ, TinySSH, Trilead SSH2, KiTTY, Security, Fedora, Debian Linux, macOS",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"bluerock_coverage_status": "Planned (Future Mechanism)",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "The CVE-2023-48795 describes a vulnerability in the SSH transport protocol that allows attackers to bypass integrity checks. The BlueRock mechanism 'SSH Deep Auth & SSH Least Privilege' is applicable to address this issue.",
"expires_at": "2025-06-22T21:09:25.418Z",
"cvss_version": "3.1",
"cvss_base_score": "5.9",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [
"Application"
],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec33ppiDFi6ILNxk"
},
{
"id": "CVE-2023-38473",
"name": "Avahi Reachable Assertion Vulnerability in avahi_alternative_host_name Function",
"description": "A vulnerability was found in Avahi. A reachable assertion exists in the avahi_alternative_host_name() function.",
"vendor_project": "Avahi, Red Hat",
"product": "Avahi, Enterprise Linux",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38473",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.416Z",
"cvss_version": "3.1",
"cvss_base_score": "6.2",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec3ggb5q0oAzdgMI"
},
{
"id": "CVE-2022-3219",
"name": "GnuPG Vulnerability Allows Denial of Service via Crafted Public Key with Multiple Signatures",
"description": "GnuPG can be made to spin on a small input by crafting a public key with thousands of signatures.",
"vendor_project": "GnuPG",
"product": "GnuPG",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3219",
"bluerock_coverage_status": "No",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "BlueRock does not protect against this CVE at this time.",
"expires_at": "2025-06-22T21:09:25.414Z",
"cvss_version": "3.1",
"cvss_base_score": "3.3",
"cvss_base_severity": "LOW",
"guardrail_categories": [],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec4INbWv4hV6UhMJ"
},
{
"id": "CVE-2024-10041",
"name": "Linux-PAM Speculative Execution Vulnerability Leading to Password Leakage",
"description": "A vulnerability in PAM that may leak passwords during authentication due to speculative execution.",
"vendor_project": "Linux-PAM, Red Hat",
"product": "Linux-PAM, Enterprise Linux",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10041",
"bluerock_coverage_status": "Planned (Future Mechanism)",
"bluerock_coverage_current": "BlueRock does not protect against this CVE at this time.",
"bluerock_coverage_future": "The CVE-2024-10041 involves speculative execution leading to password leakage, partially mitigated by Linux/Host Drift Protection.",
"expires_at": "2025-06-22T21:09:25.413Z",
"cvss_version": "3.1",
"cvss_base_score": "4.7",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [
"Linux/Host"
],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec68sR9pzmfx8KCA"
},
{
"id": "CVE-2024-50349",
"name": "Git Terminal Credential Prompt ANSI Escape Sequence Vulnerability",
"description": "Git's terminal credential prompt may render URL-decoded ANSI escape sequences, confusing users and potentially capturing sensitive credentials.",
"vendor_project": "Git",
"product": "Git",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349",
"bluerock_coverage_status": "Yes",
"bluerock_coverage_current": "The CVE can be partially mitigated by BlueRock using mechanisms like File Operations Protection, Reverse Shell Protection, Linux/Host Drift Protection, and Process Runtime Execution Guardrails.",
"bluerock_coverage_future": "The mitigation involves similar mechanisms as in the current response, enforcing guardrails against unauthorized process execution.",
"expires_at": "2025-06-22T21:09:25.411Z",
"cvss_version": "4",
"cvss_base_score": "2.1",
"cvss_base_severity": "LOW",
"guardrail_categories": [
"Linux/Host",
"Application"
],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec7bvcd7gCHw8k4J"
},
{
"id": "CVE-2023-37769",
"name": "Pixman FPE Vulnerability in combine_inner Component",
"description": "A Floating Point Exception vulnerability in Pixman that can lead to Denial of Service.",
"vendor_project": "Pixman",
"product": "Pixman",
"cisa_kev_added_date": null,
"nvd_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37769",
"bluerock_coverage_status": "Yes",
"bluerock_coverage_current": "The vulnerability involves a Floating Point Exception which may lead to DoS; mitigations include Kernel Integrity Protection and Process Runtime Execution Guardrails.",
"bluerock_coverage_future": "The same mechanisms are expected to mitigate future risks associated with this vulnerability.",
"expires_at": "2025-06-22T21:09:25.409Z",
"cvss_version": "3.1",
"cvss_base_score": "6.5",
"cvss_base_severity": "MEDIUM",
"guardrail_categories": [
"Linux/Host",
"Application"
],
"evc_url": "https://airtable.com/app75PqfZCBCTirXT/pagTt8cSM9MtyCRh3?xGIMk=rec8f728Sd3qaXAKr"
}
],
"callback_last_sent_at": null,
"callback_status": null,
"callback_count": 0,
"total_pages": 3,
"page_size": 10,
"offset": 0,
"next_offset": 10
}FAQ
Last updated
Was this helpful?