Security Risk Severity

Medium Security Risks — Page 25

Published vulnerability pages grouped by medium severity. Use this page to review risks that need similar prioritization.

969 published medium risks

Medium severity

Showing 865–900 of 969 published risks.

Clear
mediumEPSS 0.003

CVE-2026-48954 Joomla CMS vulnerability

Improper validation leads to a generic XSS vector in the language override feature.

CVE-2026-48954joomlaweb-applicationxss

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-48955 Joomla CMS vulnerability

An improper access check allows unauthorized users to access workflow stage and transition information.

CVE-2026-48955joomlaauthorization-bypassinformation-disclosure

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-48956 Joomla CMS vulnerability

An improper access check allows users to display a list of modules in the frontend.

CVE-2026-48956joomlaauthorization-bypassinformation-disclosure

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-48957 Joomla CMS vulnerability

An improper access check allows unauthorized users to access com_privacy datasets.

CVE-2026-48957joomlaapi-securityauthorization-bypassinformation-disclosure

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-48958 Joomla CMS vulnerability

An improper access check allows unauthorized users to create custom fields via webservices endpoints.

CVE-2026-48958joomlaapi-securityauthorization-bypass

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-55435 Coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.30.0 and prior to versions 2.32.7, 2.33.8, and 2.34.2, AI Bridge proxy endpoints authenticate via `Server.IsAuthorized` in `Coderd/aibridgedserver`, which validates key format, expiry, secret and deleted or system users but does not check whether the account is suspended. Because suspension does not revoke existing API keys, a suspended user's unexpired token keeps working. Practical impact is limited to already-issued API keys of suspended users until those keys are deleted. Versions 2.32.7, 2.33.8, and 2.34.2 patch the issue. As a workaround, on suspension, delete the user's API keys via `DELETE /api/v2/users/{user}/keys`.

CVE-2026-55435api-securitydevopsauthorization-bypass

Updated Jul 12, 2026

mediumEPSS 0.006

CVE-2026-55434 Coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.33.0 and prior to versions 2.33.8 and 2.34.2, AI Bridge provider handlers read request bodies with `io.ReadAll` without a maximum size so an authenticated user with AI Bridge access could send an arbitrarily large body and exhaust memory. Exploitation requires authenticated access to the AI Bridge endpoints and the impact is limited to availability (denial of service). Versions 2.33.8 and 2.34.2 patch the issue. No known workarounds are available.

CVE-2026-55434devopsdenial-of-service

Updated Jul 12, 2026

mediumEPSS 0.002

CVE-2026-58470 GNU Wget vulnerability

GNU Wget through 1.25.0, fixed in commit 43d3ba9, contains an integer overflow vulnerability in the parse_content_range() function within src/http.c that allows server-controlled values to cause signed integer arithmetic to overflow. Attackers can supply malicious Content-Range header values to trigger undefined behavior and download desynchronization in the affected client.

CVE-2026-58470linuxnetwork-securityinput-validation

Updated Jul 12, 2026

mediumEPSS 0.002

CVE-2026-58471 GNU Wget vulnerability

GNU Wget through 1.25.0, fixed in commit c2640fe, contains a heap buffer overflow vulnerability in the convert_fname() function within src/url.c that allows remote attackers to trigger memory corruption through a server-supplied filename requiring character set conversion. When the output buffer is too small during iconv E2BIG reallocation, the reallocation logic miscalculates the remaining space, leading to a heap buffer overflow that can be exploited via a maliciously crafted server response.

CVE-2026-58471linuxnetwork-securitymemory-corruption

Updated Jul 12, 2026

mediumEPSS 0.002

CVE-2026-58472 GNU Wget vulnerability

GNU Wget through 1.25.0, fixed in commit dd692d9, contains a heap buffer overflow vulnerability in the html_quote_string() function in src/convert.c that allows a remote attacker to trigger memory corruption by supplying a crafted HTML attribute with a large number of characters requiring entity encoding. A server-supplied HTML attribute causes a signed integer counter to overflow during output size accumulation, resulting in an undersized heap allocation and subsequent heap buffer overflow during the copy phase.

CVE-2026-58472linuxnetwork-securityinput-validationmemory-corruption

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-45796 Coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Versions prior tp 2.24.5, 2.29.13, 2.30.8, 2.31.12, 2.32.2, and 2.33.3 are vulnerable to unauthenticated semi-blind Server-Side Request Forgery (SSRF) via the Azure instance identity endpoint (`POST /api/v2/workspaceagents/azure-instance-identity`). An external attacker can force the Coder server to issue HTTP GET requests to arbitrary internal or external hosts by submitting a crafted PKCS#7 signature. The server does not return the target's response body, but error messages in the API response reveal whether the target is reachable and what type of failure occurred. Versions 2.24.5, 2.29.13, 2.30.8, 2.31.12, 2.32.2, and 2.33.3 patch the issue. As a workaround, if the Azure identity-auth mechanism is not being used then restrict access to the corresponding endpoint (`/api/v2/workspaceagents/azure-instance-identity`) using ingress firewall and/or proxy ACLs.

CVE-2026-45796network-securityapi-securitycloud-securitydevops

Updated Jul 12, 2026

mediumEPSS 0.006

CVE-2026-55078 Coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.17.0 and prior to versions 2.29.17, 2.32.7, 2.33.8, and 2.34.2, `POST /api/v2/files` converts zip uploads to tar in memory via `CreateTarFromZip`, which enforced a per-entry size limit but no aggregate limit on total decompressed output, writing to an unbounded in-memory buffer. Exploitation requires authenticated file-upload access and the impact is limited to availability (denial of service). The fix in versions 2.29.17, 2.32.7, 2.33.8, and 2.34.2 adds a metadata preflight check that sums projected entry sizes and a streaming writer that enforces the aggregate limit during decompression. As a workaround, restrict file-upload permissions to trusted users or place a reverse proxy with request-body size limits in front of `Coderd`.

CVE-2026-55078api-securitydevopsdenial-of-servicefile-upload

Updated Jul 12, 2026

mediumEPSS 0.006

CVE-2026-55079 coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.24.0 and prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, `NewDataBuilder` in `provisionersdk/proto/dataupload.go` allocated a byte slice using the client-supplied `FileSize` from a `DataUpload` message without an upper-bound check. Although the DRPC wire limit is 4 MiB, the `FileSize` value itself was unconstrained. The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 validates `FileSize` against an upper bound (`MaxFileSize = 100 MiB`) before allocation. As a workaround, restrict access to the provisioner daemon serve endpoint to trusted provisioner daemon service accounts.

CVE-2026-55079devopsdenial-of-service

Updated Jul 12, 2026

mediumEPSS 0.002

CVE-2026-55430 coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the workspace app proxy resolves the target app from `httpapi.RequestHost()` which prefers the `X-Forwarded-Host` header over the real `Host` header. No middleware strips `X-Forwarded-Host` before routing and the header is not browser-forbidden so client-side JavaScript can set it on `fetch()` calls. Practical exploitation requires subdomain app routing (wildcard hostname) enabled, a victim who visits the attacker's shared app and a deployment whose upstream proxy does not strip `X-Forwarded-Host`. The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 trusts `X-Forwarded-Host` only from configured trusted proxies and otherwise resolves the routing host from the verified request host. As a workaround, place an upstream reverse proxy that strips or overwrites `X-Forwarded-Host` on untrusted requests.

CVE-2026-55430browserapi-securitydevopscryptography

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-55432 coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the `CreateSubAgent` RPC did not validate a requested app sharing level against the template's `MaxPortSharingLevel` before persisting workspace apps, letting a workspace owner exceed the administrator's configured maximum. Exploitation requires the ability to register sub-agent apps in a workspace the attacker controls. The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2clamps the sub-agent app sharing level to the template's `MaxPortSharingLevel`. As a workaround, disable wildcard app hostnames (`CODER_WILDCARD_ACCESS_URL`) to block subdomain-based app routing.

CVE-2026-55432devopsauthorization-bypass

Updated Jul 12, 2026

mediumEPSS 0.004

CVE-2026-55433 coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the devcontainer recreate endpoint relied on route middleware that checked only `ActionRead` on the workspace and, unlike the sibling delete endpoint, performed no `ActionUpdate` check before triggering the destructive rebuild. Exploitation requires an existing low-privilege role with access to the target workspace. The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 adds an explicit `ActionUpdate` authorization check before the agent is dialed like the delete endpoint. No known workarounds are available.

CVE-2026-55433devopsauthorization-bypass

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-55437 coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.17, 2.32.7, 2.33.8, and 2.34.2, the `AgentLogLine` dashboard component instantiated `ansi-to-html` without `escapeXML: true` and inserted the result via `dangerouslySetInnerHTML` so HTML embedded in workspace agent log lines was rendered as live markup. Server-side sanitization did not neutralize HTML metacharacters. Exploitation requires a victim to view attacker-controlled agent logs in the dashboard. The fix in versions 2.29.17, 2.32.7, 2.33.8, and 2.34.2 enables `escapeXML: true` so HTML metacharacters are escaped before DOM insertion. No known workarounds are available.

CVE-2026-55437devopsxss

Updated Jul 12, 2026

mediumEPSS 0.002

CVE-2026-55438 coder vulnerability

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.17, 2.32.7, 2.33.8, and 2.34.2, Coder's subdomain-based workspace app proxy allowed the same-owner CORS check to be bypassed. When a workspace-name subdomain segment parsed as a UUID, the workspace was resolved by ID without confirming the URL's username matched the real owner, while the CORS middleware trusted the unverified username in the hostname. Practical exploitation requires subdomain app routing (wildcard hostname) enabled and a victim who visits the attacker's crafted app URL while authenticated. The fix in versions 2.29.17, 2.32.7, 2.33.8, and 2.34.2 validates the subdomain username against the resolved workspace's actual owner and bases the same-owner CORS decision on the authoritative owner identity. No known workarounds are available.

CVE-2026-55438api-securitydevops

Updated Jul 12, 2026

mediumEPSS 0.002

CVE-2026-59996 openssh vulnerability

scp in OpenSSH before 10.4 may place a file in the parent directory of an intended directory when the copy occurs between two remote destinations.

CVE-2026-59996network-securitypath-traversal

Updated Jul 12, 2026

mediumEPSS 0.002

CVE-2026-59997 openssh vulnerability

internal-sftp in sshd in OpenSSH before 10.4 recognizes only the first 9 command-line arguments, which can be important if a later command-line argument would have helped to ensure the intended security properties of an SFTP connection.

CVE-2026-59997network-security

Updated Jul 12, 2026

mediumEPSS 0.002

CVE-2026-59998 openssh vulnerability

sshd in OpenSSH before 10.4 has an undocumented security-relevant behavior: GSSAPIStrictAcceptorCheck has no value if the server is in Windows Active Directory.

CVE-2026-59998windowsnetwork-security

Updated Jul 12, 2026

mediumEPSS 0.001

CVE-2026-59999 openssh vulnerability

In sshd in OpenSSH before 10.4, DisableForwarding=yes was supposed to take precedence over PermitTunnel=yes, but did not.

CVE-2026-59999network-securityinput-validation

Updated Jul 12, 2026

mediumEPSS 0.003

CVE-2026-60001 openssh vulnerability

sshd in OpenSSH before 10.4 does not always honor the minimum authentication delay.

CVE-2026-60001network-securitydenial-of-service

Updated Jul 12, 2026

mediumEPSS 0.001

CVE-2026-57241 pdf editor vulnerability

The application opens the PDF, and JavaScript performs operations on the page and the document, causing the page-related objects within the application to lose synchronization; however, the renderer still trusts the outdated page count, and eventually the application crashes due to out-of-bounds access.

CVE-2026-57241npmpdf-editorinformation-disclosure

Updated Jul 12, 2026

mediumEPSS 0.001

CVE-2026-57243 pdf editor vulnerability

During the process of page opening and form formatting, a JavaScript reentrancy results in an inconsistent document status. Subsequently, with outdated page information, the application attempts to access invalid addresses, causing the application to crash.

CVE-2026-57243npmpdf-editorinformation-disclosure

Updated Jul 12, 2026

mediumEPSS 0.001

CVE-2026-57253 pdf editor vulnerability

An abnormal image object causes the renderer to enter the wrong processing branch. When converting the scan lines, an invalid image buffer pointer is used, resulting in the application crashing.

CVE-2026-57253pdf-editorinformation-disclosure

Updated Jul 12, 2026

mediumEPSS 0.001

CVE-2026-57255 pdf editor vulnerability

The application opens a PDF containing an abnormal color space whose attributes reference a valid but semantically malformed function. The function's output is not validated; when subsequently read, it produces an illegal pointer that accesses an out-of-bounds region, crashing the application.

CVE-2026-57255pdf-editorinformation-disclosure

Updated Jul 11, 2026

mediumEPSS 0.001

CVE-2026-57257 pdf editor vulnerability

During the PRC parsing stage, there is a lack of boundary verification for the PRC entity index, which leads to an out-of-bounds read of the entity array. As a result, the application crashes.

CVE-2026-57257pdf-editorinformation-disclosure

Updated Jul 11, 2026

mediumEPSS 0.001

CVE-2026-57258 pdf editor vulnerability

The PRC file header parsing logic trusts the constructed file structure description information, assumes that the underlying array contains elements and reads them, leading to out-of-bounds reads and application crashes.

CVE-2026-57258pdf-editorinformation-disclosure

Updated Jul 11, 2026

mediumEPSS 0.002

CVE-2026-57259 pdf editor vulnerability

The input file does not need to be strictly in a structurally valid PDF format. Instead, after reviewing the content, the original document disguised as a PDF will be sent to the parser. Malicious documents will construct malicious external entities that, through the protocol, point to local paths, thereby allowing access to any local files within the user's permission range.

CVE-2026-57259pdf-editorinput-validation

Updated Jul 11, 2026

mediumEPSS 0.001

CVE-2026-56359 n8n vulnerability

n8n before 2.8.0 contains a cross-site scripting vulnerability in the credential management flow where authenticated users can inject malicious JavaScript URLs into OAuth2 credential Authorization URL fields. Attackers can craft malicious credentials and trick victims into clicking the OAuth authorization button, executing arbitrary scripts in their browser session with the victim's privileges.

CVE-2026-56359npmbrowserxss

Updated Jul 11, 2026

mediumEPSS 0.002

CVE-2026-56360 n8n vulnerability

n8n before versions 1.123.18 and 2.6.2 fails to verify HMAC-SHA256 signatures on Zendesk webhooks in the ZendeskTrigger node. Attackers who know the webhook URL can send unsigned POST requests to trigger workflows with arbitrary malicious data.

CVE-2026-56360authentication-bypass

Updated Jul 11, 2026

mediumEPSS 0.001

CVE-2026-56374 imagemagick vulnerability

ImageMagick before 7.1.2-19 contains a heap buffer overflow vulnerability in the FTXT encoder due to missing boundary checks when parsing ftxt:format. Remote attackers can trigger an out of bounds read by crafting malicious FTXT image files to cause denial of service or information disclosure.

CVE-2026-56374information-disclosuredenial-of-servicememory-corruption

Updated Jul 11, 2026

mediumEPSS 0.002

CVE-2026-56775 n8n vulnerability

n8n before 1.123.55, 2.25.7, and 2.26.2 contains an authorization vulnerability in three mutating evaluation test-run endpoints that authorize state-changing actions using the workflow:read scope instead of the action-appropriate workflow:execute scope. On instances using Advanced Permissions (Enterprise/Cloud) with projects and viewer roles, an authenticated user with the project:viewer role can start new evaluation test runs, cancel in-flight runs, and delete run records for workflows they only have read access to.

CVE-2026-56775authorization-bypass

Updated Jul 11, 2026

mediumEPSS 0.002

CVE-2026-56776 n8n vulnerability

n8n before 1.123.55, 2.25.7, and 2.26.2 contains an authorization bypass in the POST /workflows/{workflowId}/test-runs/new endpoint, which authorizes access using the workflow:read scope instead of workflow:execute. An authenticated user with read-only access to a workflow can trigger a real evaluation test run, causing the workflow to execute via the internal workflow runner and resulting in unintended outbound API calls, data mutations, or other side effects in connected downstream systems. The issue primarily affects instances using the Evaluations feature where RBAC project roles grant workflow:read without workflow:execute.

CVE-2026-56776api-securityauthorization-bypass

Updated Jul 11, 2026

mediumEPSS 0.002

CVE-2026-56778 n8n vulnerability

n8n before 2.25.7 and 2.26.x before 2.26.2 contains an authorization bypass in the Public API execution retry endpoint, which authorizes access using the workflow:read scope instead of workflow:execute. An authenticated user with read-only access to a shared workflow can use the Public API to retry executions of that workflow, bypassing the intended permission boundary between read and execute access. This affects instances where workflows are shared with other users or across projects.

CVE-2026-56778api-securityauthorization-bypass

Updated Jul 11, 2026