378248 matches found
CVE-2026-56822
CVE-2026-56822 affects Netty’s OcspServerCertificateValidator. The TOCTOU race forwards SslHandshakeCompletionEvent before OCSP validation finishes, potentially allowing downstream handlers to send data to a revoked server before the OCSP check closes the channel. Affected releases: prior to 4.1....
CVE-2026-56821
CVE-2026-56821 (Netty) affects Netty’s OcspServerCertificateValidator. Prior to 4.1.136.Final and 4.2.16.Final, it flags an out-of-date OCSP response but does not stop processing, causing an expired GOOD response to be treated as VALID. This can allow an on-path attacker to replay a stale GOOD OC...
CVE-2026-49446
Technical details for CVE-2026-49446 are not publicly available in the provided documents. Monitor for updates.
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...
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...
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...
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...
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 ...
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 ...
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 ...
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 ...
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...
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...
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...
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...
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 ...
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_...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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, ...
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...
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...
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...
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 ...
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...
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 ...
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...
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...
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...
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, ...
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...