Security Risk Severity

Low Security Risks — Page 3

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

91 published low risks

Low severity

Showing 73–91 of 91 published risks.

Clear
lowEPSS 0.001

CVE-2026-59791 JetBrains YouTrack vulnerability

In JetBrains YouTrack before 2026.2.17012 cSS injection via Mermaid diagram rendering was possible

CVE-2026-59791devopsweb-applicationinput-validation

Updated Jul 12, 2026

lowEPSS 0.004

CVE-2026-61492 JetBrains YouTrack vulnerability

In JetBrains YouTrack before 2026.2.17394 stored XSS via article titles in digest emails was possible

CVE-2026-61492devopsweb-applicationxss

Updated Jul 12, 2026

lowEPSS 0.004

CVE-2026-48588 Django vulnerability

An issue was discovered in Django 6.0 before 6.0.7 and 5.2 before 5.2.16. `UpdateCacheMiddleware` and the `cache_page()` decorator cache responses that vary on cookies when the incoming request carries unrelated cookies, which allows remote attackers to read private data from the shared cache. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Chris Whyland for reporting this issue.

CVE-2026-48588pythonweb-applicationinformation-disclosure

Updated Jul 12, 2026

lowEPSS 0.003

CVE-2026-60000 openssh vulnerability

sshd in OpenSSH before 10.4 allows remote attackers to cause a denial of service (resource consumption from excessive authentication attempts) because MaxAuthTries was mishandled for GSSAPIAuthentication.

CVE-2026-60000network-securitydenial-of-service

Updated Jul 12, 2026

low

CVE-2026-15035 openllm vulnerability

A vulnerability was found in bentoml OpenLLM 0.6.30. This affects the function async_run_command of the file src/openllm/common.py of the component Model Repository Directory Name Handler. Performing a manipulation of the argument cmd results in command injection. Attacking locally is a requirement. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.

CVE-2026-15035remote-code-execution

Updated Jul 11, 2026

lowEPSS 0.003

CVE-2026-53480 data domain operating system vulnerability

Dell PowerProtect Data Domain, versions 7.7.1.0 through 8.7, LTS2026 release version 8.6.1.0 through 8.6.1.10, LTS2025 release version 8.3.1.0 through 8.3.1.30, LTS2024 release versions 7.13.1.0 through 7.13.1.70 contain an improper limitation of a pathname to a restricted directory ('path traversal') vulnerability. A high privileged attacker with remote access could potentially exploit this vulnerability, leading to unauthorized file modification.

CVE-2026-53480network-securitypath-traversal

Updated Jul 11, 2026

lowEPSS 0.002

CVE-2026-56362 imagemagick vulnerability

ImageMagick before 7.1.2-15 contains a heap-buffer-overflow read vulnerability in GetPixelIndex caused by OpenPixelCache updating image channel metadata before pixel cache memory allocation. Attackers can trigger memory and disk allocation failures to cause a heap-buffer-overflow read affecting any writer calling GetPixelIndex.

CVE-2026-56362information-disclosure

Updated Jul 11, 2026

lowEPSS 0.003

Snap7 ReadVar Request Handler Stack Buffer Overflow Vulnerability

A flaw has been found in davenardella snap7 up to 1.4.3. This affects the function TS7Worker::PerformFunctionRead of the file src/core/s7_server.cpp of the component ReadVar Request Handler. This manipulation causes deserialization. The attack requires access to the local network. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.

CVE-2026-15105industrial-controlinput-validationdenial-of-servicememory-corruption

Updated Jul 10, 2026

lowEPSS 0.001

Google Chrome Android WebAppInstalls Same-Origin Policy Bypass Vulnerability

Insufficient validation of untrusted input in WebAppInstalls in Google Chrome on Android prior to 150.0.7871.115 allowed a local attacker to bypass same origin policy via a crafted HTML page. (Chromium security severity: High)

CVE-2026-15115browserweb-applicationinput-validation

Updated Jul 10, 2026

lowEPSS 0.002

CoreWCF WS-Security Weak Digest Algorithm Acceptance Vulnerability

CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. Prior to 1.8.1 and 1.9.1, the CoreWCF WS-Security 1.0 receive pipeline validates ds:SignedInfo SignatureMethod against the configured SecurityAlgorithmSuite but does not validate each ds:Reference DigestMethod, allowing a sender to use a rejected digest algorithm such as SHA-1 while the message is still accepted. This issue is fixed in versions 1.8.1 and 1.9.1.

CVE-2026-54780dotnetwindowscryptographysaml

Updated Jul 10, 2026

lowEPSS 0.003

mcp-text-editor Path Traversal Vulnerability

A security vulnerability has been detected in tumf mcp-text-editor up to 1.0.2. This issue affects the function _validate_file_path of the file mcp_text_editor/text_editor.py. Such manipulation of the argument file_path leads to path traversal. The attack can be launched remotely. The exploit has been disclosed publicly and may be used. The vendor closed the GitHub issue for this vulnerability without any explanation.

CVE-2026-15138pythonpath-traversal

Updated Jul 10, 2026

lowEPSS 0.002

Pinniped Supervisor Active Directory Group Authorization Vulnerability

A user authenticating to Kubernetes clusters via the Pinniped Supervisor could potentially gain elevated permissions in the clusters, only if all the following conditions were true: the Pinniped Supervisor server is running with an ActiveDirectoryIdentityProvider resource configured; the ActiveDirectoryIdentityProvider.spec.groupSearch.attributes.groupName is empty; the attacker gains the ability to edit some part of the distinguished name (DN) of group entries in the Active Directory (AD) server's database for groups to which they belong; the configured group search parameters cause the edited group to be included in the group search results for the user; and the attacker knows the password for an AD user who belongs to the edited AD group. Affected versions: Pinniped (go.pinniped.dev) v0.11.0 through v0.46.0 inclusive; fixed in v0.47.0.

CVE-2026-59269cloud-securityauthorization-bypassprivilege-escalation

Updated Jul 10, 2026

low

body-parser Invalid Limit Denial of Service Vulnerability

Impact: In body-parser versions prior to 1.20.6 (1.x line) and 2.3.0 (2.x line), when the parser is configured with an invalid limit option value such as an unparseable string or NaN, bytes.parse returns null and the request body size check is silently skipped. Applications that rely on limit as their primary safeguard against oversized request bodies will accept arbitrarily large payloads, leading to excessive memory and CPU usage and denial of service. Patches: This issue is fixed in body-parser 1.20.6 and 2.3.0. After the fix, invalid limit values throw a clear error at parser construction time instead of silently disabling enforcement, while null and undefined continue to fall back to the default limit of 100kb. Workarounds: Validate the limit value before passing it to body-parser. For example, parse the value at startup and reject any configuration where the result is null or a non-finite number.

CVE-2026-12590node-jsnpmdenial-of-service

Updated Jul 10, 2026

low

GNU LibreDWG dwg_bmp Heap Buffer Overflow Vulnerability

A vulnerability has been found in GNU LibreDWG up to 0.13.4. The affected element is the function dwg_bmp of the file src/dwg.c of the component BMP Image Handler. Such manipulation leads to heap-based buffer overflow. The attack must be carried out locally. The exploit has been disclosed to the public and may be used. Upgrading to version 0.14 is sufficient to fix this issue. The name of the patch is 18fd542bb4d5ccedf9de12052bf50068b2b26f06. It is suggested to upgrade the affected component.

CVE-2026-15182memory-corruption

Updated Jul 10, 2026

low

GNU LibreDWG dwg_next_entity Null Pointer Dereference Vulnerability

A vulnerability was found in GNU LibreDWG up to 0.13.4. The impacted element is the function dwg_next_entity of the file src/dwg.c of the component DWG File Handler. Performing a manipulation of the argument next_obj results in null pointer dereference. The attack must be initiated from a local position. The exploit has been made public and could be used. Upgrading to version 0.14 is sufficient to resolve this issue. The patch is named dde45dac3c4d902e4d8fed150a8017b9732019c9. Upgrading the affected component is recommended. Different than CVE-2026-9503.

CVE-2026-15184denial-of-service

Updated Jul 10, 2026

low

GPAC MP4Box vobsub_read_idx Out-of-Bounds Read Vulnerability

A vulnerability was determined in GPAC 26.03-DEV. This affects the function vobsub_read_idx of the file /src/media_tools/vobsub.c of the component MP4Box. Executing a manipulation of the argument num_langs can lead to out-of-bounds read. The attack needs to be launched locally. The exploit has been publicly disclosed and may be utilized. This patch is called 532097084729a936bcdf6a27c41003f3bd7dc3ff. It is best practice to apply a patch to resolve this issue. Two different commits were applied to fix this issue.

CVE-2026-15185information-disclosurememory-corruption

Updated Jul 10, 2026

low

macrozheng mall Order Return IDOR Vulnerability

A vulnerability was identified in macrozheng mall up to 1.0.3. This impacts an unknown function of the file /returnApply/create of the component Portal Endpoint. The manipulation of the argument orderId leads to improper control of resource identifiers. The attack can be initiated remotely. The exploit is publicly available and might be used. The vendor deleted the GitHub issue for this vulnerability without any explanation.

CVE-2026-15186authorization-bypassidor

Updated Jul 10, 2026

low

enquirer Public Package API Prototype Pollution Vulnerability

A security flaw has been discovered in enquirer up to 2.4.1. Affected is the function Enquirer.set of the component Public Package API. The manipulation of the argument question.name results in improperly controlled modification of object prototype attributes. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report.

CVE-2026-15187npmapi-securityremote-code-executioninput-validation

Updated Jul 9, 2026

low

django-job-portal Employee Profile Access Control Vulnerability

A weakness has been identified in manjurulhoque django-job-portal up to dfa352f305bba44445ac5dc12e9b2a98c9dcd71f. Affected by this vulnerability is the function EditEmployeeProfileAPIView of the file accounts/api/views.py of the component Employee Dashboard Endpoint. This manipulation of the argument role causes improper access controls. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The project was informed of the problem early through an issue report but has not responded yet.

CVE-2026-15188pythonapi-securityweb-applicationauthorization-bypass

Updated Jul 9, 2026