Lucene search
+L

378245 matches found

CVE
CVE
added last week45 views

CVE-2026-59921

CVE-2026-59921 affects Netty’s HttpPostRequestEncoder. Before 4.1.136.Final and 4.2.16.Final, multipart HTTP request bodies were built by directly concatenating user-supplied filenames/field names into Content-Disposition headers without validating CRLF. This allows an attacker-controlled filenam...

5.7CVSS5.9AI score0.00281EPSS
SaveExploits0References1
CVE
CVE
added last week18 views

CVE-2026-54659

Pagy (Ruby gem) contains a vulnerability in the I18n locale handling prior to 43.5.6: Pagy::I18n.locale= stores locale values verbatim and later uses them as .yml path components, enabling untrusted params[:locale] values with absolute paths or ../ sequences to probe file existence/readability of...

6.9CVSS5.8AI score0.00368EPSS
SaveExploits0References4
CVE
CVE
added last week20 views

CVE-2026-54650

CVE-2026-54650 describes a path traversal vulnerability in openhole-server prior to 0.1.2. In 0.1.1 and earlier, internal/server/public_proxy.go forwarded the request using r.URL.Path instead of preserving the original target via r.URL.EscapedPath(). This allowed percent-encoded dot segments (%2e...

8.6CVSS5.9AI score0.00361EPSS
SaveExploits0References3
CVE
CVE
added last week13 views

CVE-2026-54658

Hypequery/clickhouse (TypeScript semantic layer for ClickHouse) contains a SQL injection due to escapeValue() not escaping backslashes before single quotes during parameter substitution in packages/clickhouse/src/core/utils.ts, prior to version 2.0.2. This allows attacker-controlled query paramet...

9.8CVSS5.9AI score0.00396EPSS
SaveExploits0References4
CVE
CVE
added last week11 views

CVE-2026-54638

gotd/td, a Go MTProto client, is affected by a pre-auth denial of service in proto.UnencryptedMessage.Decode where dataLen from an unauthenticated MTProto unencrypted packet could trigger unbounded memory allocation before validating the buffer. This could cause excessive memory usage and CPU/GC ...

7.5CVSS5.9AI score0.00346EPSS
SaveExploits0References4
CVE
CVE
added last week49 views

CVE-2026-47219

CVE-2026-47219 : The vulnerability affects the find-my-way HTTP router. Versions before 9.7.0 are susceptible to remotely triggerable DoS when used with Node's HTTP/2 server. The issue arises because lookup() passes req.method to find(), and find() indexes this.trees[method]. Since this.trees is ...

7.5CVSS5.8AI score0.00461EPSS
SaveExploits0References1
CVE
CVE
added last week17 views

CVE-2026-66064

goshs is affected by an ACL/Path Traversal vulnerability in the httpserver/handler.go sendFile logic prior to version 2.1.5. The authorization filename was derived from raw req.URL.Path while using a cleaned path for file access, allowing a trailing slash to bypass .goshs ACL-file protection and ...

5.3CVSS5.8AI score0.00308EPSS
SaveExploits0References3
CVE
CVE
added last week12 views

CVE-2026-66063

Summary: CVE-2026-66063 affects goshs, a single‑binary file server. The vulnerability is in the httpserver/updown.go multipart upload handler, which before 2.1.5 splits part.FileName() on “/” but does not reject “..”, enabling an unauthenticated upload with filename “..” to create a file outside ...

6.5CVSS5.9AI score0.00233EPSS
SaveExploits0References2
CVE
CVE
added last week12 views

CVE-2026-64863

Summary: CVE-2026-64863 affects goshs, a single-binary file server. Prior to version 2.1.4, the httpserver/server.go wdGuard treated WebDAV MOVE as a write operation without enforcing --no-delete, allowing WebDAV clients to delete or overwrite files by MOVE with Overwrite: T. This could enable un...

9.1CVSS5.9AI score0.00337EPSS
SaveExploits0References3
CVE
CVE
added last week10 views

CVE-2026-54719

The CVE-2026-54719 vulnerability affects goshs, a single-binary file server. Before version 2.1.1, the httpserver/updown.go bulkDownload handler invoked via the ?bulk and file= ZIP downloads could bypass ACL checks (findEffectiveACL / applyCustomAuth), permitting unauthenticated reads of files pr...

7.5CVSS5.9AI score0.00283EPSS
SaveExploits0References3
CVE
CVE
added last week18 views

CVE-2026-62325

Goshs 2.1.3–2.1.4 SFTP authentication bypass vulnerability arises from sftpserver/sftpserver.go password handler: it only checks Username != "" && Password != "", which allowed unauthenticated access when running with -b 'admin:' -sftp and without -fkf. The issue effectively lets an attacker acce...

9.1CVSS5.8AI score0.00344EPSS
SaveExploits0References3
CVE
CVE
added last week11 views

CVE-2026-55389

The CVE affects datamodel-code-generator (pre-0.62.0), where JSON Schema $ref resolution in src/datamodel_code_generator/parser/jsonschema.py using is_url/_get_ref_body could read arbitrary local files (via file:// or ../ traversal) when --no-allow-remote-refs is not honored. This could expose se...

7.5CVSS5.9AI score0.00362EPSS
SaveExploits0References3
CVE
CVE
added last week13 views

CVE-2026-54653

The CVE affects the datamodel-code-generator project. From versions 0.17.0 through 0.60.2, the tool could preserve attacker-controlled default_factory values in JsonSchemaObject.init/get_field_extras, emitting them into Field(default_factory=...) and enabling Python expression execution when the ...

8.8CVSS6AI score0.00349EPSS
SaveExploits0References4
CVE
CVE
added last week19 views

CVE-2026-55391

CVE-2026-55391 affects the datamodel-code-generator project. Prior to version 0.63.0, the tool validates a URL host in http.py via get_body, _validate_url_for_fetch, and _get_ips_from_host, but then allows httpx to resolve the host again for the connection, enabling DNS rebinding to bypass allow_...

7.5CVSS5.9AI score0.00197EPSS
SaveExploits0References4
CVE
CVE
added last week14 views

CVE-2026-54656

CVE-2026-54656 affects datamodel-code-generator (0.52.1–0.60.2). The issue arises when validators are interpolated from --extra-template-data into @field_validator decorators via _process_validators in src/datamodel_code_generator/model/pydantic_v2/base_model.py, enabling Python code execution up...

7.8CVSS6.3AI score0.0015EPSS
SaveExploits0References3
CVE
CVE
added last week17 views

CVE-2026-54690

Summary: CVE-2026-54690 affects the datamodel-code-generator project. In versions 0.9.1 through 0.61.0, the tool silently dereferenced attacker-controlled JSON Schema $ref HTTP/HTTPS URLs via src/datamodel_code_generator/parser/jsonschema.py:_get_ref_body, and the --allow-remote-refs gate could w...

8.2CVSS5.8AI score0.00209EPSS
SaveExploits0References3
CVE
CVE
added last week16 views

CVE-2026-55415

CVE-2026-55415 affects datamodel-code-generator prior to 0.64.0. The issue arises from attacker-controlled x-python-import or customTypePath schema extensions that can reach Import.from_full_path/Imports.create_line in the code that handles imports, allowing a newline to break out of an import st...

7.5CVSS6AI score0.00276EPSS
SaveExploits0References3
CVE
CVE
added last week15 views

CVE-2026-54621

datamodel-code-generator is affected: before version 0.60.1, GraphQL Union description values in UnionTypeStatement templates are rendered into Python comments without neutralizing carriage returns, enabling attacker-controlled GraphQL schema content to inject Python code that executes upon impor...

7.8CVSS5.9AI score0.00142EPSS
SaveExploits0References3
CVE
CVE
added last week15 views

CVE-2026-54655

Summary: datamodel-code-generator (Python) is vulnerable from versions 0.51.0 through 0.60.2 where x-python-type values parsed by src/datamodel_code_generator/parser/jsonschema.py in _get_python_type_override are injected into generated field annotations without sufficient validation, allowing at...

7.8CVSS6.1AI score0.00145EPSS
SaveExploits0References3
CVE
CVE
added last week13 views

CVE-2026-55403

CVE-2026-55403 affects the Python package datamodel-code-generator. In versions prior to 0.63.0, the code path in src/datamodel_code_generator/http.py:get_body reuses Authorization, Cookie, and Proxy-Authorization headers when following cross-origin redirects to fetch remote schemas. This can lea...

3.7CVSS5.9AI score0.00211EPSS
SaveExploits0References3
CVE
CVE
added last week13 views

CVE-2026-54691

CVE-2026-54691 affects datamodel-code-generator prior to 0.61.0; the http.get_body function in src/datamodel_code_generator/http.py accepts --url targets and redirect chains without host/IP validation, enabling server-side request forgery to loopback, private, link-local, metadata, and other netw...

8.2CVSS5.9AI score0.00209EPSS
SaveExploits0References3
CVE
CVE
added last week12 views

CVE-2026-55390

The CVE affects datamodel-code-generator where XML Schema parsing (src/datamodel_code_generator/parser/xmlschema.py) for --input-file-type xmlschema resolves xs:include, xs:import, xs:redefine, and xs:override schemaLocation values outside the input base path, allowing arbitrary local files to be...

7.5CVSS5.9AI score0.00361EPSS
SaveExploits0References3
CVE
CVE
added last week13 views

CVE-2026-54654

CVE-2026-54654 affects datamodel-code-generator (versions 0.14.1–0.60.2). The --extra-template-data comment field is rendered into Python comments in multiple templates without neutralizing carriage returns, allowing attacker-controlled comments to inject Python code into generated models that ex...

7.8CVSS5.9AI score0.00142EPSS
SaveExploits0References3
CVE
CVE
added last week22 views

CVE-2026-13442

Langflow OSS versions 1.0.0–1.10.1 are affected by CVE-2026-13442. An attacker could reuse another user’s FAISS namespace to access owner‑only vector content and influence later query results, enabling cross‑user information disclosure and limited integrity impact via persistent poisoning of resu...

7.1CVSS5.8AI score0.00174EPSS
SaveExploits0References1
CVE
CVE
added last week24 views

CVE-2026-13463

IBM Cloud Pak System 2.3.5.0 is affected by CVE-2026-13463 due to hard-coded credentials in IBM Storage Protect leading to local disclosure of sensitive information via log files. The IBM Security Bulletin (CVE-2026-13463) notes the root cause CWE-798 and specifies a fix: upgrade to version 2.3.5...

7.5CVSS5.9AI score0.00224EPSS
SaveExploits0References1
CVE
CVE
added last week30 views

CVE-2026-14446

IBM WebSphere Application Server 9.0 and 8.5 are reported vulnerable to broken access control/privilege escalation in the administrative console. The CVSSv3.1 vector (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) yields a base score of 9.8 (CRITICAL). Impact relates to confidentiality, integrity, and avai...

9.8CVSS5.9AI score0.00292EPSS
SaveExploits0References1
CVE
CVE
added last week10 views

CVE-2026-14515

CVE-2026-14515 involves IBM WebSphere Application Server 8.5 and 9.0 traditional, where a remote attacker could perform a cross-site scripting (XSS) attack. The available documents specify the affected products and the vulnerability class but do not provide exploit code, impacted component detail...

6.1CVSS5.8AI score0.00177EPSS
SaveExploits0References1
CVE
CVE
added last week80 views

CVE-2026-14512

CVE-2026-14512 : IBM WebSphere Application Server 9.0 and 8.5 traditional are affected by a pre-authentication unsafe deserialization vulnerability. The root cause is unsafe deserialization that can be triggered without authentication, allowing a remote attacker to bypass authentication and poten...

9.8CVSS6.2AI score0.00536EPSS
SaveExploits0References1
CVE
CVE
added last week19 views

CVE-2026-59941

Dompdf (PHP HTML-to-PDF library) versions 3.15 and earlier are vulnerable to uncontrolled resource consumption when processing BMP images. The bug trusts declared BMP header dimensions (width × height) without bounding the pixel data, allowing an attacker to inline a crafted BMP via data URI (e.g...

6.3CVSS5.9AI score0.00507EPSS
SaveExploits0References3
CVE
CVE
added last week16 views

CVE-2026-59942

Dompdf (PHP HTML-to-PDF library) versions before 3.16 are vulnerable to a DoS via resource exhaustion. A crafted HTML string with a high-entropy, oversized image (e.g., 30000x30000) bypasses dimension checks and triggers heavy bitmap processing during rendering, causing 100% CPU usage and memory ...

6.3CVSS5.9AI score0.00395EPSS
SaveExploits0References4
CVE
CVE
added last week16 views

CVE-2026-14528

IBM WebSphere Application Server 9.0 and 8.5 traditional are affected by a vulnerability stemming from unsafe deserialization that could allow a remote attacker to obtain sensitive information. The issue is described in connected records as an unsafe deserialization path exposing confidential dat...

7.4CVSS5.9AI score0.00258EPSS
SaveExploits0References1
CVE
CVE
added last week16 views

CVE-2026-14893

The CVE is applicable to IBM Observability with Instana (Agent). The vulnerable component is the Node.js tracer, package @instana/core version 6.2.1, within IBM Instana Agent builds 1.0.303 through 1.0.320. The root cause is a prototype pollution flaw in the configuration normalization API, enabl...

7.3CVSS5.8AI score0.00334EPSS
SaveExploits0References1
CVE
CVE
added last week12 views

CVE-2026-14958

IBM Aspera Faspex 5 (versions 5.0.0 through 5.0.15.4) is affected by a vulnerability that allows a remote authenticated attacker to execute arbitrary code due to unquoted shell interpolation. The issue is a root cause in shell command handling that enables code execution with high impact (confide...

9.1CVSS6.3AI score0.0052EPSS
SaveExploits0References1
CVE
CVE
added last week13 views

CVE-2026-49447

Cosmos-Server 0.22.18 reportedly exposes constellation device metadata via GET /cosmos/api/constellation/public-devices when any non-empty Authorization header is provided; the code strips Bearer but does not validate or use the token in the DB query, allowing unauthenticated-like access to devic...

5.3CVSS5.9AI score0.00224EPSS
SaveExploits0References3
CVE
CVE
added last week8 views

CVE-2026-14959

CVE-2026-14959 affects IBM Aspera Faspex 5, versioned 5.0.0 through 5.0.15.4. The vulnerability allows a remote authenticated attacker to execute arbitrary code via a shell command injection in Faspex components. Root cause: improper input handling enabling shell command execution. Impact: high w...

9.1CVSS6.3AI score0.01038EPSS
SaveExploits0References1
CVE
CVE
added last week25 views

CVE-2026-14973

IBM Aspera Desktop App versions 1.0.5–1.0.19 are affected by CVE-2026-14973, a path traversal flaw that can allow files to be written outside the user-selected download destination. The IBM Security Bulletin (CVE-2026-14973) and related records confirm the vulnerable component and version range, ...

9.3CVSS5.8AI score0.00452EPSS
SaveExploits0References1
CVE
CVE
added last week9 views

CVE-2026-14974

IBM WebSphere Application Server 8.5 and 9.0 traditional are affected by a vulnerability due to unsafe deserialization of untrusted data, which could allow a remote attacker to execute arbitrary code. Root cause: unsafe deserialization path in the affected WAS components. Impact is remote code ex...

8.1CVSS6.3AI score0.00366EPSS
SaveExploits0References1
CVE
CVE
added last week13 views

CVE-2026-14976

CVE-2026-14976 concerns IBM WebSphere Application Server Liberty versions 17.0.0.3 through 26.0.0.8. When the collectiveController-1.0 feature is enabled, the issue enables remote code execution. The provided documents do not specify the root cause details, affected component beyond the Liberty v...

7.1CVSS6.5AI score0.0019EPSS
SaveExploits0References1
CVE
CVE
added last week24 views

CVE-2026-14981

CVE-2026-14981 affects IBM WebSphere Application Server (versions 9.0; 8.5) and IBM WebSphere Application Server Liberty (17.0.0.3 through 26.0.0.7). The issue is a denial-of-service in the HTTP channel caused by unbounded allocation of resources without limits. CVSS 3.1 base score 7.5 (HIGH) wit...

7.5CVSS5.9AI score0.00263EPSS
SaveExploits0References1
CVE
CVE
added last week12 views

CVE-2026-14996

IBM Aspera Faspex 5.0.0–5.0.15.4 contains a session-management vulnerability (CVE-2026-14996) with high impact on confidentiality and potential for unauthorized access. The issue affects Faspex 5 deployments prior to 5.0.16 and is addressed by upgrading to IBM Aspera Faspex 5.0.16. This bulletin ...

8.2CVSS5.8AI score0.00225EPSS
SaveExploits0References1
CVE
CVE
added last week19 views

CVE-2026-59943

Dompdf vulnerability (CVE-2026-59943) affects version 3.15 and earlier. In a data-URI encoded SVG, using an element with href/xlink:href pointing to local files (e.g., file:///...), the rendering process can leak filesystem information by differentiating behavior when a referenced file/directory...

6.3CVSS5.8AI score0.00308EPSS
SaveExploits0References3
CVE
CVE
added last week14 views

CVE-2026-56722

Dompdf (PHP HTML-to-PDF library) prior to v3.16 is vulnerable to local-file read via SVG in a data: URI. The attack wraps a local file path in an SVG image; dompdf processes the SVG twice, and the second pass hands the image to php-svg-lib with external references enabled. php-svg-lib then reads ...

6.3CVSS6AI score0.00558EPSS
SaveExploits0References4
CVE
CVE
added last week47 views

CVE-2026-15057

IBM WebSphere Application Server Liberty versions 17.0.0.3–26.0.0.7 are affected by a denial-of-service vulnerability (CVE-2026-15057) due to an out-of-bounds write/uncontrolled heap allocation. IBM’s advisory confirms the issue and provides remediation: upgrade to Liberty 26.0.0.8 or later, or a...

7.5CVSS5.8AI score0.00263EPSS
SaveExploits0References1
CVE
CVE
added last week35 views

CVE-2026-15064

CVE-2026-15064 affects IBM WebSphere Application Server 9.0, IBM WebSphere Application Server 8.5, and IBM WebSphere Application Server Liberty 17.0.0.3 through 26.0.0.7. The issue is a vulnerability to HTTP Response Smuggling caused by improper handling of non-standard HTTP version tokens. The c...

8.7CVSS5.8AI score0.0022EPSS
SaveExploits0References1
CVE
CVE
added last week23 views

CVE-2026-15280

CVE-2026-15280 affects IBM WebSphere Application Server Liberty, specifically the ND Collective Controller, with versions 17.0.0.3 through 26.0.0.8. The issue is a path-segment injection vulnerability in the collective routing mechanism. The CVSSv3.1 base score is 7.5 (HIGH) with network attack v...

7.5CVSS5.9AI score0.00335EPSS
SaveExploits0References1
CVE
CVE
added last week12 views

CVE-2026-15325

The CVE-2026-15325 entry affects IBM WebSphere Application Server 9.0, and 8.5, and IBM WebSphere Application Server Liberty versions 17.0.0.3 through 26.0.0.7. The vulnerability is due to improper handling of TRACE requests, enabling HTTP request smuggling. According to the connected documents, ...

8.7CVSS5.8AI score0.00208EPSS
SaveExploits0References1
CVE
CVE
added last week14 views

CVE-2026-16581

In igloohome Smart Lock Mobile App versions 3.2.3 and earlier, the CVE-2026-16581 describes an Inclusion of Sensitive Information in Source Code that could allow an unauthorized actor to access functions or backend services not sufficiently protected by authentication controls. The affected softw...

6.9CVSS5.9AI score0.00225EPSS
SaveExploits0References1
CVE
CVE
added last week14 views

CVE-2026-15328

CVE-2026-15328 affects IBM WebSphere Application Server 9.0, IBM WebSphere Application Server 8.5, and IBM WebSphere Application Server Liberty 17.0.0.3 through 26.0.0.7. The issue is described as an HTTP request smuggling vulnerability due to inconsistent interpretation of HTTP requests. Affecte...

7.4CVSS5.8AI score0.00208EPSS
SaveExploits0References1
CVE
CVE
added last week6 views

CVE-2026-6881

Summary: CVE-2026-6881 describes an SQL injection in Ellucian Advance Web and Legacy Advance (Giving Reports) that allows an authenticated attacker to exfiltrate data by crafting SQL in the class credit field. Affected products: Ellucian Advance Web and Legacy Advance (all versions). Ellucian CRM...

9.4CVSS6AI score0.00203EPSS
SaveExploits0References1
CVE
CVE
added last week23 views

CVE-2026-16107

Summary: IBM TS4500 CLI tool (versions 0.1.31–1.12.0.0) does not validate TLS server certificates, enabling potential MitM information disclosure. Root cause: improper TLS certificate validation in the CLI component. Impact: exposure of sensitive information under network attack. Affected product...

5.9CVSS5.9AI score0.00159EPSS
SaveExploits0References1
Total number of security vulnerabilities378245