Lucene search
+L

1138 matches found

ATTACKERKB
ATTACKERKB
added 11 hours ago4 views

CVE-2026-72506

VoiceTra provided by National Institute of Information and Communications Technology NICT contains an incorrectly specified destination in a communication channel vulnerability. Users may be directed to a server or service controlled by an attacker, potentially resulting in the theft of input dat...

5.4CVSS5.3AI score
SaveExploits0References4Affected Software2
CVE
CVE
added 11 hours ago15 views

CVE-2026-72506

CVE-2026-72506 affects VoiceTra by the National Institute of Information and Communications Technology (NICT). The issue is an incorrectly specified destination in a communication channel, which may redirect users to a server or service controlled by an attacker. Consequences described include po...

5.4CVSS5.8AI score
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-68400 firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix Endpoint Memory Access Descriptor offset calculation Use the descriptor's epmemoffset to calculate the start of the endpoint memory access array and to comply with the FF-A spec instead of defaulting to...

0.00166EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 3 days ago9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: Fix for iiochanspec for sensors without event detection. The stlsm6dsxaccchannels array within struct iiochanspec contains a eventspec field that is not NULL, indicating that the sensor supports IIO events...

5.8AI score0.00168EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/03 12:55 a.m.12 views

CVE-2026-59640

In Bouncy Castle for Java before 1.85, OpenPGP CFB quick-check oracle active on symmetric/session-key paths. This issue also affects Bouncy Castle for Java LTS before 2.73.12, and Bouncy Castle for Java FIPS BC-FJA before bcpg-fips 1.0.13 1.0.X series, 2.0.13 2.0.X series and 2.1.13 2.1.X series...

8.7CVSS5.5AI score0.00263EPSS
SaveExploits0
Fedora
Fedora
added 2026/07/31 1:15 a.m.8 views

[SECURITY] Fedora 43 Update: pack-0.40.8-1.fc43

pack is a CLI implementation of the Platform Interface Specification for Cloud Native Buildpacks...

9.1CVSS5.9AI score0.00623EPSS
SaveExploits3
Cvelist
Cvelist
added 2026/07/30 10:35 p.m.34 views

CVE-2026-65421 MZ Automation libiec61850 Out-of-bounds Read

The MMS BER decoder contains a flaw in decoding fixed-width BER fields boolean/integer: an attacker-supplied length value is not validated, causing a read past the end of a heap buffer. This leads to termination of the MMS service process and a denial-of-service condition...

7.1CVSS0.00175EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/30 10:31 p.m.34 views

CVE-2026-66349

The CVE-2026-66349 entry concerns the MMS server connection handler. A flaw in processing BER-encoded request data occurs when an MMS confirmed request PDU with an extended BER tag is received over an established session, where a missing bounds check can cause the decoder to advance its internal ...

6.9CVSS6AI score0.00181EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/29 3:16 p.m.10 views

CVE-2026-54664

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-parser/base-schema-parsers/enum.ts passes components.schemas..enumi values to Ts.StringValue in src/configuration.ts without escaping before...

8.3CVSS0.0027EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/29 3:16 p.m.9 views

CVE-2026-54662

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/code-gen-process.ts createApiConfig copies servers0.url into apiConfig.baseUrl, and templates/base/http-clients/fetch-http-client.ejs interpolates apiConfig.baseUrl into the generate...

8.3CVSS0.0027EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/29 2:32 p.m.31 views

CVE-2026-54664 swagger-typescript-api vulnerable to code injection via unescaped enum string values

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-parser/base-schema-parsers/enum.ts passes components.schemas..enumi values to Ts.StringValue in src/configuration.ts without escaping before...

8.3CVSS0.0027EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/29 2:31 p.m.12 views

swagger-typescript-api vulnerable to code injection via unescaped `servers[0].url` in axios http-client template

Summary swagger-typescript-api interpolates servers0.url directly into a TypeScript string literal inside the HttpClient constructor body of the generated axios client templates/base/http-clients/axios-http-client.ejs:71, without any escaping. A malicious URL containing a " closes the string...

8.3CVSS6.5AI score0.0027EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/29 2:30 p.m.9 views

CVE-2026-54661 swagger-typescript-api vulnerable to code injection via unescaped `servers[0].url` in axios http-client template

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, templates/base/http-clients/axios-http-client.ejs interpolates servers0.url from src/code-gen-process.ts into the HttpClient constructor without escaping, allowing an attacker-controll...

8.3CVSS5.9AI score0.0027EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/29 2:26 p.m.5 views

CVE-2026-54662 swagger-typescript-api vulnerable to code injection via unescaped `servers[0].url` in fetch http-client template

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/code-gen-process.ts createApiConfig copies servers0.url into apiConfig.baseUrl, and templates/base/http-clients/fetch-http-client.ejs interpolates apiConfig.baseUrl into the generate...

8.3CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/29 2:21 p.m.29 views

CVE-2026-54660 swagger-typescript-api vulnerable to authorization-token exfiltration via spec `$ref`

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/resolved-swagger-schema.ts getRemoteRequestHeaders forwards --authorizationToken to every URL fetched by fetchRemoteSchemaDocument while warmUpRemoteSchemasCache resolves external $r...

7.4CVSS0.00243EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/23 5:23 p.m.10 views

CVE-2026-47769

APIFold reads an OpenAPI 3.x or Swagger 2.x specification and generates a live, production-ready MCP server endpoint. Prior to commit 7f19b52280f414f57af2b79a95333d1c8fbeece5, the /webhooks/:serverSlug/:eventName endpoint accepts arbitrary unauthenticated JSON and stores it in Redis and the...

5.3CVSS5.5AI score0.00361EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/22 8:16 p.m.7 views

CVE-2026-13065

A user with read-only privileges is able to craft an aggregation pipeline using the $linearFill window function operator with a specific sortBy expression type to cause the mongod process to terminate abnormally, resulting in denial of service. The issue stems from insufficient validation of sort...

7.1CVSS0.00297EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/07/22 12:32 p.m.7 views

Duplicate Advisory: Traefik Gateway API HTTPRoute BackendRef ExtensionRef Namespace Confusion

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-qq9q-x9w4-chhj. This link is maintained to preserve external references. Original Description Traefik versions 3.7.0 through 3.7.6 contain a namespace confusion vulnerability in the Kubernetes Gateway API...

8.8CVSS5.4AI score0.00274EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/07/22 11:21 a.m.47 views

CVE-2026-65601

Summary (concrete details from provided sources): Traefik versions 3.7.0–3.7.6 contain a namespace-confusion vulnerability in the Kubernetes Gateway API provider. When resolving HTTPRoute.spec.rules[].backendRefs[].filters[].extensionRef, Traefik used the backend Service namespace instead of the ...

8.8CVSS5.4AI score0.00274EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 11:22 p.m.11 views

@astrojs/node: Backslash-prefixed paths not recognized as internal by trailing-slash redirect

Impact With trailingSlash: 'always' configured, the @astrojs/node standalone server's static file handler appends a trailing slash to request paths and issues a 301 redirect. Paths beginning with /\ slash-backslash were not recognized as internal paths, so the handler would echo the raw path back...

2.1CVSS5.4AI score0.00364EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder