CVE Feed

    Dashboard / CVE

    8.6
    High

    CVE-2026-25498

    Last Modified: 17 Apr 2026

    Craft is a platform for creating digital experiences. In versions 4.0.0-RC1 through 4.16.17 and 5.0.0-RC1 through 5.8.21, a Remote Code Execution (RCE) vulnerability exists in Craft CMS where the assembleLayoutFromPost() function in src/services/Fields.php fails to sanitize user-supplied configuration data before passing it to Craft::createObject(). This allows authenticated administrators to inject malicious Yii2 behavior configurations that execute arbitrary system commands on the server. This vulnerability represents an unpatched variant of the behavior injection vulnerability addressed in CVE-2025-68455, affecting different endpoints through a separate code path. This vulnerability is fixed in 5.8.22.

    Published: 9 Feb 2026
    8.6
    High

    CVE-2026-25497

    Last Modified: 18 Apr 2026

    Craft is a platform for creating digital experiences. In Craft versions from 4.0.0-RC1 to before 4.17.0-beta.1 and 5.9.0-beta.1, there is a Privilege Escalation vulnerability in Craft CMS’s GraphQL API that allows an authenticated user with write access to one asset volume to escalate their privileges and modify/transfer assets belonging to any other volume, including restricted or private volumes to which they should not have access. The saveAsset GraphQL mutation validates authorization against the schema-resolved volume but fetches the target asset by ID without verifying that the asset belongs to the authorized volume. This allows unauthorized cross-volume asset modification and transfer. This vulnerability is fixed in 4.17.0-beta.1 and 5.9.0-beta.1.

    Published: 9 Feb 2026
    4.8
    Medium

    CVE-2026-25496

    Last Modified: 18 Apr 2026

    Craft is a platform for creating digital experiences. In Craft versions 4.0.0-RC1 through 4.16.17 and 5.0.0-RC1 through 5.8.21, a stored XSS vulnerability exists in the Number field type settings. The Prefix and Suffix fields are rendered using the |md|raw Twig filter without proper escaping, allowing script execution when the Number field is displayed on users' profiles. This issue is patched in versions 4.16.18 and 5.8.22.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-25495

    Last Modified: 18 Apr 2026

    Craft is a platform for creating digital experiences. In Craft versions 4.0.0-RC1 through 4.16.17 and 5.0.0-RC1 through 5.8.21, the element-indexes/get-elements endpoint is vulnerable to SQL Injection via the criteria[orderBy] parameter (JSON body). The application fails to sanitize this input before using it in the database query. An attacker with Control Panel access can inject arbitrary SQL into the ORDER BY clause by omitting viewState[order] (or setting both to the same payload). This issue is patched in versions 4.16.18 and 5.8.22.

    Published: 9 Feb 2026
    6.9
    Medium

    CVE-2026-25494

    Last Modified: 18 Apr 2026

    Craft is a platform for creating digital experiences. In Craft versions 4.0.0-RC1 through 4.16.17 and 5.0.0-RC1 through 5.8.21, the saveAsset GraphQL mutation uses filter_var(..., FILTER_VALIDATE_IP) to block a specific list of IP addresses. However, alternative IP notations (hexadecimal, mixed) are not recognized by this function, allowing attackers to bypass the blocklist and access cloud metadata services. This issue is patched in versions 4.16.18 and 5.8.22.

    Published: 9 Feb 2026
    6.9
    Medium

    CVE-2026-25493

    Last Modified: 17 Apr 2026

    Craft is a platform for creating digital experiences. In Craft versions 4.0.0-RC1 through 4.16.17 and 5.0.0-RC1 through 5.8.21, the saveAsset GraphQL mutation validates the initial URL hostname and resolved IP against a blocklist, but Guzzle follows HTTP redirects by default. An attacker can bypass all SSRF protections by hosting a redirect that points to cloud metadata endpoints or any internal IP addresses. This issue is patched in versions 4.16.18 and 5.8.22.

    Published: 9 Feb 2026
    5.3
    Medium

    CVE-2026-25492

    Last Modified: 18 Apr 2026

    Craft CMS is a content management system. In Craft versions 3.5.0 through 4.16.17 and 5.0.0-RC1 through 5.8.21, the save_images_Asset GraphQL mutation can be abused to fetch internal URLs by providing a domain name that resolves to an internal IP address, bypassing hostname validation. When a non-image file extension such as .txt is allowed, downstream image validation is bypassed, which can allow an authenticated attacker with permission to use save_images_Asset to retrieve sensitive data such as AWS instance metadata credentials from the underlying host. This issue is patched in versions 4.16.18 and 5.8.22.

    Published: 9 Feb 2026
    1.9
    Low

    CVE-2026-2246

    Last Modified: 17 Apr 2026

    A security vulnerability has been detected in AprilRobotics apriltag up to 3.4.5. Affected by this vulnerability is the function apriltag_detector_detect of the file apriltag.c. The manipulation leads to memory corruption. The attack must be carried out locally. The exploit has been disclosed publicly and may be used. The identifier of the patch is cfac2f5ce1ffe2de25967eb1ab80bc5d99fc1a61. It is suggested to install a patch to address this issue.

    Published: 9 Feb 2026
    1.9
    Low

    CVE-2026-25491

    Last Modified: 17 Apr 2026

    Craft is a platform for creating digital experiences. From 5.0.0-RC1 to 5.8.21, Craft has a stored XSS via Entry Type names. The name is not sanitized when displayed in the Entry Types list. This vulnerability is fixed in 5.8.22.

    Published: 9 Feb 2026
    9.1
    Critical

    CVE-2026-25057

    Last Modified: 17 Apr 2026

    MarkUs is a web application for the submission and grading of student assignments. Prior to 2.9.1, instructors are able to upload a zip file to create an assignment from an exported configuration (courses/<:course_id>/assignments/upload_config_files). The uploaded zip file entry names are used to create paths to write files to disk without checking these paths. This vulnerability is fixed in 2.9.1.

    Published: 9 Feb 2026
    1.9
    Low

    CVE-2026-2245

    Last Modified: 18 Apr 2026

    A vulnerability was identified in CCExtractor up to 183. This affects the function parse_PAT/parse_PMT in the library src/lib_ccx/ts_tables.c of the component MPEG-TS File Parser. Such manipulation leads to out-of-bounds read. The attack can only be performed from a local environment. The exploit is publicly available and might be used. The name of the patch is fd7271bae238ccb3ae8a71304ea64f0886324925. It is best practice to apply a patch to resolve this issue.

    Published: 9 Feb 2026
    8.1
    High

    CVE-2026-1609

    Last Modified: 16 Jul 2026

    A flaw was found in Keycloak. When the JSON Web Token (JWT) authorization grant preview feature is enabled and a user account is disabled, Keycloak fails to validate the user’s disabled status during JWT authorization grant processing. A remote attacker with low privileges can exploit this improper access control vulnerability by presenting a valid assertion token from an external identity provider to obtain a JWT for a disabled user. This allows unauthorized access to sensitive resources.

    Published: 9 Feb 2026
    6.3
    Medium

    CVE-2026-25598

    Last Modified: 18 Apr 2026

    Harden-Runner is a CI/CD security agent that works like an EDR for GitHub Actions runners. Prior to 2.14.2, a security vulnerability has been identified in the Harden-Runner GitHub Action (Community Tier) that allows outbound network connections to evade audit logging. Specifically, outbound traffic using the sendto, sendmsg, and sendmmsg socket system calls can bypass detection and logging when using egress-policy: audit. This vulnerability is fixed in 2.14.2.

    Published: 9 Feb 2026
    6.5
    Medium

    CVE-2026-25480

    Last Modified: 18 Apr 2026

    Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. Prior to 2.20.0, FileStore maps cache keys to filenames using Unicode NFKD normalization and ord() substitution without separators, creating key collisions. When FileStore is used as response-cache backend, an unauthenticated remote attacker can trigger cache key collisions via crafted paths, causing one URL to serve cached responses of another (cache poisoning/mixup). This vulnerability is fixed in 2.20.0.

    Published: 9 Feb 2026
    6.5
    Medium

    CVE-2026-25479

    Last Modified: 17 Apr 2026

    Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. Prior to 2.20.0, in litestar.middleware.allowed_hosts, allowlist entries are compiled into regex patterns in a way that allows regex metacharacters to retain special meaning (e.g., . matches any character). This enables a bypass where an attacker supplies a host that matches the regex but is not the intended literal hostname. This vulnerability is fixed in 2.20.0.

    Published: 9 Feb 2026
    7.4
    High

    CVE-2026-25478

    Last Modified: 18 Apr 2026

    Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. Prior to 2.20.0, CORSConfig.allowed_origins_regex is constructed using a regex built from configured allowlist values and used with fullmatch() for validation. Because metacharacters are not escaped, a malicious origin can match unexpectedly. The check relies on allowed_origins_regex.fullmatch(origin). This vulnerability is fixed in 2.20.0.

    Published: 9 Feb 2026
    6.5
    Medium

    CVE-2026-24900

    Last Modified: 18 Apr 2026

    MarkUs is a web application for the submission and grading of student assignments. Prior to 2.9.1, the courses/<:course_id>/assignments/<:assignment_id>/submissions/html_content accepted a select_file_id parameter to serve SubmissionFile objects containing a record of files submitted by students. This parameter was not correctly scoped to the requesting user, allowing users access arbitrary submission file contents by id. This vulnerability is fixed in 2.9.1.

    Published: 9 Feb 2026
    7.5
    High

    CVE-2026-25231

    Last Modified: 17 Apr 2026

    FileRise is a self-hosted web file manager / WebDAV server. Versions prior to 3.3.0, the application contains an unauthenticated file read vulnerability due to the lack of access control on the /uploads directory. Files uploaded to this directory can be accessed directly by any user who knows or can guess the file path, without requiring authentication. As a result, sensitive data could be exposed, and privacy may be breached. This vulnerability is fixed in 3.3.0.

    Published: 9 Feb 2026
    4.6
    Medium

    CVE-2026-25230

    Last Modified: 18 Apr 2026

    FileRise is a self-hosted web file manager / WebDAV server. Prior to 3.3.0, an HTML Injection vulnerability allows an authenticated user to modify the DOM and add e.g. form elements that call certain endpoints or link elements that redirect the user on active interaction. This vulnerability is fixed in 3.3.0.

    Published: 9 Feb 2026
    6.7
    Medium

    CVE-2026-24777

    Last Modified: 18 Apr 2026

    OpenProject is an open-source, web-based project management software. Prior to 17.0.2, users with the Manage Users permission can lock and unlock users. This functionality should only be possible for users of the application, but they were not supposed to be able to lock application administrators. Due to a missing permission check this logic was not enforced. The problem was fixed in OpenProject 17.0.2The problem was fixed in OpenProject 17.0.2.

    Published: 9 Feb 2026
    5.4
    Medium

    CVE-2025-14778

    Last Modified: 15 Apr 2026

    A flaw was found in Keycloak. A significant Broken Access Control vulnerability exists in the UserManagedPermissionService (UMA Protection API). When updating or deleting a UMA policy associated with multiple resources, the authorization check only verifies the caller's ownership against the first resource in the policy's list. This allows a user (Owner A) who owns one resource (RA) to update a shared policy and modify authorization rules for other resources (e.g., RB) in that same policy, even if those other resources are owned by a different user (Owner B). This constitutes a horizontal privilege escalation.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-24684

    Last Modified: 17 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, the RDPSND async playback thread can process queued PDUs after the channel is closed and internal state is freed, leading to a use after free in rdpsnd_treat_wave. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    8.8
    High

    CVE-2026-1486

    Last Modified: 17 Apr 2026

    A flaw was found in Keycloak. A vulnerability exists in the jwt-authorization-grant flow where the server fails to verify if an Identity Provider (IdP) is enabled before issuing tokens. The issuer lookup mechanism (lookupIdentityProviderFromIssuer) retrieves the IdP configuration but does not filter for isEnabled=false. If an administrator disables an IdP (e.g., due to a compromise or offboarding), an entity possessing that IdP's signing key can still generate valid JWT assertions that Keycloak accepts, resulting in the issuance of valid access tokens.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-24683

    Last Modified: 17 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. ainput_send_input_event caches channel_callback in a local variable and later uses it without synchronization; a concurrent channel close can free or reinitialize the callback, leading to a use after free. Prior to 3.22.0, This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-24682

    Last Modified: 18 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, audin_server_recv_formats frees an incorrect number of audio formats on parse failure (i + i), leading to out-of-bounds access in audio_formats_free. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    8.1
    High

    CVE-2026-1529

    Last Modified: 18 Apr 2026

    A flaw was found in Keycloak. An attacker can exploit this vulnerability by modifying the organization ID and target email within a legitimate invitation token's JSON Web Token (JWT) payload. This lack of cryptographic signature verification allows the attacker to successfully self-register into an unauthorized organization, leading to unauthorized access.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-24681

    Last Modified: 18 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, aAsynchronous bulk transfer completions can use a freed channel callback after URBDRC channel close, leading to a use after free in urb_write_completion. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-24680

    Last Modified: 18 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, sdl_Pointer_New frees data on failure, then pointer_free calls sdl_Pointer_Free and frees it again, triggering ASan UAF. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-24679

    Last Modified: 18 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, The URBDRC client uses server-supplied interface numbers as array indices without bounds checks, causing an out-of-bounds read in libusb_udev_select_interface. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-24678

    Last Modified: 18 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, A capture thread sends sample responses using a freed channel callback after a device channel close, leading to a use after free in ecam_channel_write. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    8.7
    High

    CVE-2026-24677

    Last Modified: 17 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, ecam_encoder_compress_h264 trusts server-controlled dimensions and does not validate the source buffer size, leading to an out-of-bounds read in sws_scale. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    7.7
    High

    CVE-2026-24676

    Last Modified: 18 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, AUDIN format renegotiation frees the active format list while the capture thread continues using audin->format, leading to a use after free in audio_format_compatible. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    7.7
    High

    CVE-2026-24675

    Last Modified: 17 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, urb_select_interface can free the device's MS config on error but later code still dereferences it, leading to a use after free in libusb_udev_select_interface. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    7.7
    High

    CVE-2026-24491

    Last Modified: 18 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, video_timer can send client notifications after the control channel is closed, dereferencing a freed callback and triggering a use after free. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    6.9
    Medium

    CVE-2026-23948

    Last Modified: 17 Apr 2026

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, a NULL pointer dereference vulnerability in rdp_write_logon_info_v2() allows a malicious RDP server to crash FreeRDP proxy by sending a specially crafted LogonInfoV2 PDU with cbDomain=0 or cbUserName=0. This vulnerability is fixed in 3.22.0.

    Published: 9 Feb 2026
    9.2
    Critical

    CVE-2025-66630

    Last Modified: 28 Feb 2026

    Fiber is an Express inspired web framework written in Go. Before 2.52.11, on Go versions prior to 1.24, the underlying crypto/rand implementation can return an error if secure randomness cannot be obtained. Because no error is returned by the Fiber v2 UUID functions, application code may unknowingly rely on predictable, repeated, or low-entropy identifiers in security-critical pathways. This is especially impactful because many Fiber v2 middleware components (session middleware, CSRF, rate limiting, request-ID generation, etc.) default to using utils.UUIDv4(). This vulnerability is fixed in 2.52.11.

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25984

    Last Modified: 23 Feb 2026

    This CVE was assigned in error.

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25975

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25976

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25977

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25978

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25979

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25980

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25981

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25973

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25974

    Last Modified: 10 Feb 2026

    Not used

    Published: 9 Feb 2026
    Unknown

    CVE-2026-25950

    Last Modified: 10 Feb 2026

    Further research determined the issue is not a vulnerability.

    Published: 9 Feb 2026
    1.9
    Low

    CVE-2026-2242

    Last Modified: 18 Apr 2026

    A vulnerability was determined in janet-lang janet up to 1.40.1. This impacts the function janetc_if of the file src/core/specials.c. Executing a manipulation 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 c43e06672cd9dacf2122c99f362120a17c34b391. It is advisable to implement a patch to correct this issue.

    Published: 9 Feb 2026
    6.6
    Medium

    CVE-2026-21419

    Last Modified: 17 Apr 2026

    Dell Display and Peripheral Manager (Windows) versions prior to 2.2 contain an Improper Link Resolution Before File Access ('Link Following') vulnerability in the Installer and Service. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Elevation of Privileges

    Published: 9 Feb 2026
    1
    Low

    CVE-2025-7432

    Last Modified: 15 Apr 2026

    DPA countermeasures in Silicon Labs' Series 2 devices are not reseeded under certain conditions.  This may allow an attacker to eventually extract secret keys through a DPA attack.

    Published: 9 Feb 2026