Lucene search
+L
CvelistRecent

398008 matches found

Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•35 views

CVE-2026-92591 Craft CMS 5.0.0 before 5.10.13 Environment Secret Exposure via Installer

Craft CMS 5.0.0 through 5.10.12 treats a database connection failure as meaning that Craft is not installed, which makes anonymous installer actions — including install/validate-site — reachable on an installed production site whenever PHP remains available but the configured MySQL endpoint does...

8.2CVSS0.00407EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•37 views

CVE-2026-92592 Craft CMS before 4.18.6 Remote Code Execution via signed cookie

Craft CMS 4.8.0 through 4.18.5 and 5.0.0 through 5.10.12 sign an authenticated user's attacker-controlled license-shun cookie with the same key and format used to validate signed redirect parameters, because the HMAC signature is not bound to its purpose Yii's cookieValidationKey is derived from...

8.8CVSS0.00647EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•36 views

CVE-2026-92590 Craft CMS 5.7.0 before 5.10.13 Stored XSS via Generated Fields

Craft CMS versions from 5.7.0 before 5.10.13 contain a stored cross-site scripting vulnerability in the Generated Fields feature that disables Twig autoescaping and fails to encode cached values. Content editors can inject malicious JavaScript through editable fields that executes in authenticate...

5.4CVSS0.00235EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•35 views

CVE-2026-92589 Craft CMS 5.0.0 before 5.10.13 Broken Access Control via nested-elements/reorder

Craft CMS 5.0.0 through 5.10.12 fixed in 5.10.13 contains a broken access control flaw in the nested-elements reorder endpoint. When an authenticated control panel user with viewEntries and viewPeerEntries but without savePeerEntries opens another author's entry in read-only mode, Craft...

5.3CVSS0.00264EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•37 views

CVE-2026-92588 n8n before 1.123.76 Improper Authorization via Source Control Push

n8n is a workflow automation platform. In n8n versions before 1.123.76, 2.37.7, and 2.38.2, the source control push endpoint derived the set of files to push from the file paths and status supplied in the client request payload instead of from the server-side status computed for the requesting...

5.9CVSS0.00322EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•36 views

CVE-2026-92587 n8n before 1.123.76 Sandbox Escape via Git Relative URL

n8n is a workflow automation platform. In versions before 1.123.76, 2.37.7, and 2.38.2, the Git node validated a relative remote URL against the configured repositoryPath but then invoked git with that path as its working directory; git walked up to the enclosing repository's top level and resolv...

5.3CVSS0.00306EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•34 views

CVE-2026-92585 AVideo through 29.0 Missing Authorization Check via API Like Endpoint

AVideo through 29.0 commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate video access permissions in the API like endpoint, allowing logged-in users to vote on password-protected and group-restricted videos. Attackers can submit like and dislike requests to increment vote counters on...

5.3CVSS0.00264EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•38 views

CVE-2026-92586 AVideo through 29.0 Missing Authorization via comment API endpoint

AVideo through 29.0 commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to verify video access permissions in the setapicomment function, allowing authenticated users to post comments on password-protected and group-restricted videos. Attackers can submit POST requests to the comment API endpoi...

5.3CVSS0.00264EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•40 views

CVE-2026-92584 AVideo through 29.0 Stored Cross-Site Scripting via User-Agent Header

AVideo through 29.0 current revision e01e41ecc contains a stored cross-site scripting vulnerability. The unauthenticated view-counter endpoint objects/videoAddViewCount.json.php reaches VideoStatistic::save, which writes the caller's User-Agent via getUserAgentInfo, which returns unrecognized age...

6.1CVSS0.00263EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•36 views

CVE-2026-92583 AVideo through 29.0 Rate Limit Bypass via Non-Atomic Counter Increment

AVideo through 29.0 contains a race condition in the enforceRateLimit function that fails to atomically increment rate limit counters, allowing attackers to bypass all rate limits including login brute-force protection by issuing concurrent requests. Attackers can submit parallel credential...

6.9CVSS0.003EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•34 views

CVE-2026-92582 AVideo through 29.0 Broken Access Control via videoAddNew.json.php CSRF Bypass

AVideo WWBN/AVideo through 29.0 commit e01e41ecc is vulnerable to cross-site request forgery. objects/videoAddNew.json.php disables AVideo's automatic CSRF guard $global'skipAutoCSRFCheck' and the untrusted-request check $global'bypassSameDomainCheck' merely because 'user' and 'pass' parameters a...

7.1CVSS0.0018EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•39 views

CVE-2026-92581 AVideo through 29.0 Like Counter Desynchronization via Array Parameter

In AVideo through 29.0, Like::construct performs counter arithmetic on raw request values before validation, allowing array-typed parameters to desynchronize stored votes from counters. Authenticated attackers can send array-typed like parameters followed by ordinary requests to drive video like...

5.3CVSS0.00288EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•32 views

CVE-2026-92580 AVideo through 29.0 CloneSite Stored Shell Injection via SSH Password CSRF

In AVideo through 29.0, the CloneSite plugin is vulnerable to stored OS command injection. In plugin/CloneSite/cloneClient.json.php line 270 the stored SSH password is substituted into the command string sshpass -p 'password' rsync ... with a plain strreplace and no escaping, so a single quote in...

8.8CVSS0.01445EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•33 views

CVE-2026-92579 AVideo through 29.0 Broken Access Control via CSRF Exemption Basename Collision

In AVideo through 29.0, the autoCSRFGuard function maintains a hardcoded allowlist of exempt basenames tested without directory context, allowing plugin files matching core filenames to inherit CSRF exemptions. The LoginWordPress plugin file login.json.php inherits an exemption and unconditionall...

5.4CVSS0.0027EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•37 views

CVE-2026-92578 WWBN AVideo through 29.0 Authentication Bypass via Stored Password Hash

WWBN AVideo through 29.0 contains an authentication bypass vulnerability where the stored password hash is accepted as a valid login credential through two independent code paths in loginFromRequest and encryptPasswordVerify. Attackers who obtain the stored users.password hash value can...

9.2CVSS0.00617EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•34 views

CVE-2026-92577 AVideo through 29.0 API get_api_video Broken Access Control via clean_title

In AVideo through 29.0, the API getapivideo endpoint contains a broken access control vulnerability in the cleantitle branch that returns user-group-restricted videos with owner PII to anonymous callers. Attackers can query videos by their public slug to bypass group restrictions and retrieve...

8.7CVSS0.00434EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:46 p.m.•32 views

CVE-2026-92576 HKUDS nanobot before 0.3.0 Server-Side Request Forgery via WebFetchTool

HKUDS nanobot before 0.3.0 contains a server-side request forgery vulnerability in the WebFetchTool component where the validateurl function fails to block internal IP ranges and private addresses. Attackers can send messages instructing the bot to fetch cloud metadata endpoints, localhost...

9.2CVSS0.00445EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:43 p.m.•30 views

CVE-2026-89034 TCH QRing R20_B006 Unauthenticated BLE Access

TCH QRing smart ring model R20B006 running firmware RT09R201.00.00250318 contains an unauthenticated Bluetooth Low Energy access vulnerability that allows any nearby attacker to connect to the device without pairing, authentication, or user approval by exploiting the exposed Nordic UART Service...

7.1CVSS0.0033EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 9:18 p.m.•34 views

CVE-2026-64684 RMCP: Custom HTTP headers leak to cross-origin redirect targets

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.1.0, the rmcp crate's StreamableHttpClientTransport in crates/rmcp/src/transport/common/reqwest/streamablehttpclient.rs builds its defaulthttpclient with reqwest's automatic redirect policy and applies caller-supplied values...

6.8CVSS0.005EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 9:02 p.m.•35 views

CVE-2026-85469 Quay-builder-qemu: quay-builder-qemu: release workflow uses third-party action pinned to mutable @master with registry credentials in scope

A flaw was found in quay-builder-qemu. A remote attacker could exploit this by compromising the upstream Noelware/docker-manifest-action used in the release workflow, which is pinned to a mutable branch. This allows the attacker to inject arbitrary code, leading to the exfiltration of sensitive...

8CVSS0.00518EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 8:48 p.m.•34 views

CVE-2026-62997 Kedro-Datasets: Remote code execution in experimental `PyTorchDataset` via unsafe `torch.load`

Kedro-Datasets provides data connectors for Kedro. From version 5.0.0 until 9.5.0, kedrodatasetsexperimental.pytorch.PyTorchDataset in kedro-datasets loads .pt model files with torch.load without enforcing weightsonly=True, and user-supplied loadargs are silently dropped. On PyTorch versions...

7.7CVSS0.00686EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:46 p.m.•29 views

CVE-2026-75513 Marten: SQL injection in Marten's LINQ provider via unescaped string literals

Marten is a .NET Transactional Document DB and Event Store on PostgreSQL. From version 7.0.0 until 9.13.0, several Marten LINQ and tenant-management paths interpolate runtime, potentially attacker-controlled strings into single-quoted SQL literals without escaping or parameterization. The primary...

9.1CVSS0.00468EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:43 p.m.•28 views

CVE-2026-81871 OpenTelemetry-Go: Log gRPC exporter ignores env TLS certs, bypassing mTLS/pinning

OpenTelemetry-Go is the Go implementation of OpenTelemetry. Prior to version 0.21.0, the exporters/otlp/otlplog/otlploggrpc package loads OTELEXPORTEROTLPLOGSCERTIFICATE, OTELEXPORTEROTLPCERTIFICATE, and related client certificate environment variables through loadEnvTLS into cfg.tlsCfg, but...

6.3CVSS0.00328EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/16 8:42 p.m.•34 views

CVE-2026-81872 OpenTelemetry-Go: BatchProcessor can busy-spin when export buffer is full

OpenTelemetry-Go is the Go implementation of OpenTelemetry. Prior to version 0.21.0, the go.opentelemetry.io/otel/sdk/log BatchingProcessor can enter a tight CPU loop when attacker-driven log emission fills its asynchronous export buffer while the exporter is backpressured. NewBatchingProcessor...

6.3CVSS0.00524EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:41 p.m.•32 views

CVE-2026-81869 OpenTelemetry-Go: UTF-8 replacement rune bypasses attribute length truncation

OpenTelemetry-Go is the Go implementation of OpenTelemetry. From version 1.10.0 until 1.33.0, the sdk/trace/span.go attribute truncation path can fail to enforce AttributeValueLengthLimit for string and string-slice attributes containing the valid Unicode replacement character U+FFFD...

5.1CVSS0.0018EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:33 p.m.•30 views

CVE-2026-92816 ComfyUI before 0.30.0 Path Traversal via dataset save nodes

ComfyUI before 0.30.0 fails to sanitize foldername input in dataset save nodes, allowing attackers to write files to arbitrary paths outside the output directory. Attackers can load a crafted workflow that writes attacker-controlled content to arbitrary locations, enabling code execution through...

8.5CVSS0.00203EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:33 p.m.•35 views

CVE-2026-92815 changedetection.io through 0.60.6 SSRF via browser-step Goto URL

changedetection.io through 0.60.6 fails to validate the Goto URL action in browser steps, allowing unauthenticated attackers to access internal addresses. Attackers can supply arbitrary internal URLs in the optionalvalue parameter to retrieve responses from restricted network locations...

8.7CVSS0.00541EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•29 views

CVE-2026-92814 changedetection.io through 0.60.6 Cross-Site Scripting via watch_title

changedetection.io through 0.60.6 fails to escape the scraped page title in HTML notifications, allowing arbitrary markup injection. Attackers can place malicious markup in monitored page titles that reaches notification channels like email and Telegram as live content when the watchtitle token i...

4.2CVSS0.00296EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•35 views

CVE-2026-92813 Metabase through 0.63.18 SSRF via GeoJSON URL validation bypass

Metabase through 0.63.18 fails to properly validate the unspecified address 0.0.0.0 in custom GeoJSON URLs, allowing unauthenticated attackers to reach loopback services. Attackers can save a malicious GeoJSON entry with 0.0.0.0 and trigger requests that return loopback service responses to...

6.9CVSS0.00474EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•29 views

CVE-2026-92812 decap-server Path Traversal via Sibling Directory Prefix Matching

decap-server contains a path traversal vulnerability in the local proxy containment guard that uses plain string prefix comparison without path separator validation. Attackers can access sibling directories whose names begin with the repository directory name to read, write, or delete files outsi...

7.6CVSS0.00419EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•29 views

CVE-2026-92811 browserless 1.44.0 through 2.56.7 File Protocol Restriction Bypass

browserless versions 1.44.0 through 2.56.7 fail to enforce file protocol restrictions in Playwright websocket endpoints, allowing authenticated token holders to read arbitrary files. Attackers can navigate Playwright-driven browsers to file scheme URLs and access files accessible to the container...

7.1CVSS0.00452EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•32 views

CVE-2026-92809 PrestaShop psgdpr through 1.4.3 GDPR Log Forgery

PrestaShop psgdpr versions through 1.4.3 fail to validate that GDPR consent log entries are attributed to the authenticated customer. Authenticated attackers can submit arbitrary customer identifiers to create forged consent records for other customers, corrupting audit logs...

5.3CVSS0.00336EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•35 views

CVE-2026-92810 PrestaShop blockwishlist through 3.0.2 Information Disclosure

PrestaShop blockwishlist through 3.0.2 fails to validate wishlist ownership in the getUrlByIdWishListAction method, allowing authenticated customers to retrieve share tokens for any wishlist by identifier. Attackers can supply sequential wishlist identifiers to obtain valid share links and read...

5.3CVSS0.00342EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•33 views

CVE-2026-92806 phpList before 3.6.17 Cross-Site Request Forgery via massremove.php

phpList versions before 3.6.17 fail to validate cross-site request forgery tokens in the mass subscriber removal form handler. Attackers can induce logged-in administrators to visit crafted pages that silently delete and blacklist arbitrary subscriber addresses without authentication verification...

8.1CVSS0.00262EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•28 views

CVE-2026-92805 UVdesk Community Skeleton through 1.1.8 Missing Authentication on the Installation Wizard

UVdesk Community Skeleton through 1.1.8 fails to authenticate or validate installation state on wizard endpoints in ConfigureHelpdesk controller actions. Unauthenticated attackers can repoint the database and create super administrator accounts by submitting crafted requests to wizard endpoints,...

9.8CVSS0.00641EPSS
SaveExploits1References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•29 views

CVE-2026-92803 LibreTranslate through 1.9.6 Missing Access Check on the download_file Route

LibreTranslate through 1.9.6 omits the accesscheck decorator from the downloadfile route, allowing unauthenticated access to translated files. Attackers can bypass API key requirements and abuse ban lists to download files without authentication on protected instances...

6.9CVSS0.00525EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•28 views

CVE-2026-92804 Nango through 0.70.4 Server-Side Request Forgery via Configuration

Nango through 0.70.4 fails to validate caller-supplied connection configuration values interpolated into provider token and proxy URL templates. Authenticated attackers can supply malicious configuration values to direct server requests at internal addresses or cloud metadata endpoints, potential...

7.1CVSS0.00369EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•29 views

CVE-2026-92802 kan through 0.6.0 Authorization Bypass via GitHub Project Import

kan through 0.6.0 fails to properly validate board creation permissions in the GitHub project import endpoint, allowing guests to create boards despite lacking board:create permission. Attackers can bypass authorization checks by using the importProjects mutation to create boards while remaining...

5.3CVSS0.00366EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•28 views

CVE-2026-92800 Docs before 5.4.1 Stale Collaboration Session After Access Revocation

Docs before 5.4.1 fails to properly revoke websocket collaboration connections when access is revoked at parent documents. Attackers with revoked access can retain real-time read and write access to sub-documents through open websocket sessions that are never disconnected...

7.6CVSS0.00406EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•32 views

CVE-2026-92801 cc-connect through 1.5.0 User Allowlist Bypass via Feishu Card Actions

cc-connect through 1.5.0 fails to enforce per-user allowlist filtering in the onCardAction handler for Feishu interactive card callbacks. Attackers can dispatch agent commands by triggering card actions in admitted chats, bypassing the per-user access controls that protect the text message handle...

8.8CVSS0.00549EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•26 views

CVE-2026-92796 Manticore Search 27.0.0 before 28.4.4 Multi-Statement Authorization Bypass

Manticore Search versions 27.0.0 before 28.4.4 fail to validate permissions for all statements in multi-statement SQL requests, allowing read-only users to execute unauthorized queries. Attackers can append additional SELECT statements after the first statement to read credential tables and obtai...

8.8CVSS0.00523EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•29 views

CVE-2026-92795 Coze Studio through 0.5.1 Server-Side Request Forgery via Plugin

Coze Studio through 0.5.1 fails to restrict the server URL supplied when registering plugin tools, allowing authenticated users to make the backend fetch internal services. Attackers can construct plugin requests to access cloud metadata endpoints and internal services reachable only from the...

7.1CVSS0.00415EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•31 views

CVE-2026-92793 GoAdmin through 1.2.26 Authorization Bypass via Query Parameter

GoAdmin through 1.2.26 fails to properly anchor the logout pattern when checking permissions, allowing authenticated users to bypass permission checks by appending a query parameter. Attackers can append a query string containing the admin prefix followed by /logout to reach administrative...

8.6CVSS0.00448EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•26 views

CVE-2026-92794 OpenSign through 2.41.3 Information Disclosure via getDocument

OpenSign through 2.41.3 fails to validate caller identity in the getDocument cloud function when one-time-password verification is disabled. Attackers can supply a document identifier from guest signing links to retrieve complete document details including all signers' information, sender identit...

8.7CVSS0.00593EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•28 views

CVE-2026-92792 OpenNHP through 1.0.2 Authentication Bypass via Fallback Verifier

OpenNHP through 1.0.2 selects its trusted-execution attestation verifier based on attacker-supplied evidence containing a testpurpose key, causing the FallbackVerifier to execute unconditionally. Attackers can bypass attestation verification by including the testpurpose key in evidence and...

8.7CVSS0.00604EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•32 views

CVE-2026-92790 Higress before 2.2.4 Rate Limit Bypass via Malformed Cookie Header

Higress before 2.2.4 panics when processing a Cookie header segment without an equals sign, causing the plugin wrapper to recover and return a continue action that bypasses AI token rate limiting. Unauthenticated attackers can craft a malformed Cookie header to skip rate limit checks and exceed...

6.9CVSS0.00517EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•28 views

CVE-2026-92791 Uber Kraken through 0.1.29 Path Traversal via tag parameter

Uber Kraken through 0.1.29 fails to validate the tag parameter in the /tags/tag endpoint, allowing unauthenticated attackers to traverse outside the configured storage root. Attackers can use percent-encoded parent-directory segments in the tag parameter to read arbitrary files accessible to the...

8.7CVSS0.00613EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•33 views

CVE-2026-92789 Graylog through 7.1.4 Server-Side Request Forgery via HTTP Redirect

Graylog through 7.1.4 validates outbound URLs against an allowlist before making requests but fails to re-validate after following HTTP redirects. Attackers with lookup table or event notification permissions can craft allowlisted endpoints that redirect to internal services, enabling the server ...

7.1CVSS0.00415EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•32 views

CVE-2026-92788 Coze Studio through 0.5.1 Cross-Tenant Database Access via Workflow SQL Node

Coze Studio through 0.5.1 fails to validate that table names in workflow SQL customization nodes belong to the caller's workspace. Authenticated attackers can enumerate predictable table identifiers and execute SQL statements against other workspaces' memory databases to read, insert, or delete...

8.8CVSS0.00523EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 8:32 p.m.•27 views

CVE-2026-92787 Feast through 0.66.0 Authentication Bypass via Unverified Token

Feast through 0.66.0 fails to verify JWT token signatures before establishing user identity, allowing attackers to bypass all role-based access control by presenting an unverified token with a hardcoded claim value. Attackers can obtain trusted internal identity and gain unchecked read and write...

9.8CVSS0.007EPSS
SaveExploits0References6
Total number of security vulnerabilities398008