CVE Feed

    Dashboard / CVE

    7.5
    High

    CVE-2026-40383

    Last Modified: 27 May 2026

    An improper validation of user-supplied input leads to a local file inclusion vulnerability.

    Published: 26 May 2026
    6.9
    Medium

    CVE-2026-35222

    Last Modified: 2 Jun 2026

    Improperly validated order clauses lead to a SQL injection vulnerability in com_tags.

    Published: 26 May 2026
    2.1
    Low

    CVE-2026-9565

    Last Modified: 28 May 2026

    A vulnerability was determined in haojing8312 WorkClaw up to 0.6.4. This affects the function is_dangerous of the file apps/runtime/src-tauri/src/agent/tools/bash.rs of the component Blacklist Handler. Executing a manipulation can lead to os command injection. The attack can be executed remotely. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.

    Published: 26 May 2026
    5.9
    Medium

    CVE-2026-40384

    Last Modified: 28 May 2026

    An improper validation of the search parameter of the com_media files API endpoint leads to a path traversal vulnerability.

    Published: 26 May 2026
    6.9
    Medium

    CVE-2026-48905

    Last Modified: 27 May 2026

    Lack of input filtering leads to an XSS vector in the HTML filter code.

    Published: 26 May 2026
    8.2
    High

    CVE-2026-48897

    Last Modified: 28 May 2026

    Insufficient state checks lead to a vector that allows to bypass 2FA checks.

    Published: 26 May 2026
    6.9
    Medium

    CVE-2026-25901

    Last Modified: 27 May 2026

    Lack of output escaping leads to a XSS vector in the multilingual associations component.

    Published: 26 May 2026
    8.2
    High

    CVE-2026-48126

    Last Modified: 27 May 2026

    Algernon is a small self-contained pure-Go web server. Prior to 1.17.8, when algernon is started with --domain (or --letsencrypt, which silently turns on --domain at engine/flags.go:372), the request handler resolves the served directory by joining the configured --dir with the value of the client-supplied Host header. The join is performed by filepath.Join with no validation, so a Host: .. header walks one level above the document root. Subsequent file resolution then exposes everything in that parent directory — arbitrary file read, full directory listing, and, if any .lua file is present, server-side Lua execution. This vulnerability is fixed in 1.17.8.

    Published: 26 May 2026
    5.3
    Medium

    CVE-2026-48899

    Last Modified: 27 May 2026

    An improper access check allows privilege escalation through the com_users batch task.

    Published: 26 May 2026
    6.4
    Medium

    CVE-2026-48900

    Last Modified: 27 May 2026

    An improper access check allowed low privileged users to edit the task types of existing scheduler tasks.

    Published: 26 May 2026
    9.8
    Critical

    CVE-2026-48902

    Last Modified: 28 May 2026

    The password and username reset features created plain http links for https connections if the "Force SSL" flag wasn't explicitly set.

    Published: 26 May 2026
    8.6
    High

    CVE-2026-35223

    Last Modified: 28 May 2026

    An improper access check allows unauthorized access to com_config webservice endpoints.

    Published: 26 May 2026
    6.9
    Medium

    CVE-2026-25900

    Last Modified: 27 May 2026

    Lack of output escaping leads to a XSS vector in the feed modules.

    Published: 26 May 2026
    8.2
    High

    CVE-2026-48904

    Last Modified: 27 May 2026

    An improper access check allows privelege escalation through the com_users group editing webservice endpoint.

    Published: 26 May 2026
    6.9
    Medium

    CVE-2026-30895

    Last Modified: 27 May 2026

    Lack of output escaping leads to a XSS vector in the readmore links for com_content.

    Published: 26 May 2026
    8.2
    High

    CVE-2026-48898

    Last Modified: 27 May 2026

    An improper access check allows privilege escalation through the com_users batch task.

    Published: 26 May 2026
    6.9
    Medium

    CVE-2026-30894

    Last Modified: 2 Jun 2026

    Lack of output escaping leads to a XSS vector in the content history component.

    Published: 26 May 2026
    7.5
    High

    CVE-2026-48901

    Last Modified: 28 May 2026

    The InputFilter::getInstance() method omitted a security sensitive parameter from the instance cache key.

    Published: 26 May 2026
    4.3
    Medium

    CVE-2026-46431

    Last Modified: 27 May 2026

    Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server's Access-Control-Allow-Origin response header was hardcoded to the wildcard * regardless of the caller's Origin. Because EventSource does not preflight and does not send cookies, the wildcard is sufficient to let any third-party page the developer visits open a cross-origin EventSource to the SSE port and read the live filename stream from JavaScript. This vulnerability is fixed in 1.17.7.

    Published: 26 May 2026
    4.3
    Medium

    CVE-2026-46430

    Last Modified: 27 May 2026

    Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server bound to 0.0.0.0:5553 on Linux/macOS by default because the platform-dependent host default in engine/flags.go:39-46 set host = "" for non-Windows, and utils.JoinHostPort("", ":5553") resolves to ":5553". This vulnerability is fixed in 1.17.7.

    Published: 26 May 2026
    7.5
    High

    CVE-2026-45728

    Last Modified: 27 May 2026

    Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, when Algernon is invoked with a single file path instead of a directory, singleFileMode is set to true and debugMode is forcibly enabled. debugMode activates the PrettyError renderer, which on any Lua or template error response dumps the absolute path of the file that errored, complete byte contents of that file, and exception or parser error text. This response is served with HTTP 200 OK to whoever sent the request that triggered the error. Any client able to reach the server and able to provoke a runtime error in the served script obtains the full server-side source of that script and of any sibling Lua data file consulted during the request. This vulnerability is fixed in 1.17.7.

    Published: 26 May 2026
    9
    Critical

    CVE-2026-45721

    Last Modified: 27 May 2026

    Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, when Algernon is asked for any URL path that resolves to a directory without an index file, DirPage walks upward through parent directories — past the configured server root — looking for a file named handler.lua to execute as the request handler. The loop terminates only after 100 ancestor steps or when filepath.Dir returns ., so on any absolute server-root path the search reaches the filesystem root (/ on Unix, drive letter on Windows). The first handler.lua it finds is loaded into the Lua interpreter with the full Algernon API exposed — including run3(), httpclient, os.execute, io.popen, PQ, MSSQL, raw filesystem access, and the userstate database. Any process that can write handler.lua anywhere in a parent directory of the server root obtains pre-authenticated remote code execution on the next HTTP request. This is reachable without authentication — the lookup happens before the permission check returns a hit (the perm system only gates URL prefixes, not the handler-resolution step), and any URL pointing at a directory without an index triggers the walk. On a fresh stock Algernon install the request GET / is enough. This vulnerability is fixed in 1.17.7.

    Published: 26 May 2026
    8.2
    High

    CVE-2026-43981

    Last Modified: 27 May 2026

    Algernon is a small self-contained pure-Go web server. Prior to 1.17.6, in engine/luahandler.go, the sync.RWMutex protecting LoadCommonFunctions is released before L.Push() and L.PCall() execute. Since gopher-lua's LState is explicitly not goroutine-safe, concurrent requests race on the shared state causing Lua VM corruption. The Go race detector confirms this immediately under modest concurrency (ab -n 1000 -c 100). This vulnerability is fixed in 1.17.6.

    Published: 26 May 2026
    9.2
    Critical

    CVE-2026-2264

    Last Modified: 26 May 2026

    A vulnerability in the Google Cloud Apigee SetIntegrationRequest policy allowed remote attackers to perform Server-Side Request Forgery (SSRF) and exfiltrate service account access tokens. For successful exploitation, an administrator must initially establish an insecure configuration of the API proxy.

    Published: 26 May 2026
    1.9
    Low

    CVE-2026-9564

    Last Modified: 26 May 2026

    A vulnerability was found in SourceCodester/oretnom23 Hospitals Patient Records Management System 1.0. The impacted element is an unknown function of the file /admin/?page=patients/view_patient. Performing a manipulation of the argument Remarks results in cross site scripting. Remote exploitation of the attack is possible. The exploit has been made public and could be used.

    Published: 26 May 2026
    8.7
    High

    CVE-2026-43982

    Last Modified: 27 May 2026

    Algernon is a small self-contained pure-Go web server. Prior to 1.17.6, uploadedFileSaveIn() in lua/upload/upload.go uses filepath.Join() with the caller-supplied directory but performs no boundary check after joining. A directory of ../../../tmp resolves cleanly to /tmp, outside the web root. This vulnerability is fixed in 1.17.6.

    Published: 26 May 2026
    Unknown

    CVE-2026-9611

    Last Modified: 31 Jul 2026

    ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. Reason: This candidate was issued in error. Notes: All references and descriptions in this candidate have been removed to prevent accidental usage.

    Published: 26 May 2026
    3.1
    Low

    CVE-2026-47716

    Last Modified: 27 May 2026

    Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, In affected versions, the issue list view authorizes access through the project in the URL, but applies the requested bulk action to the submitted issue IDs without also requiring those issues to belong to that project. This vulnerability is fixed in 2.2.0.

    Published: 26 May 2026
    3.1
    Low

    CVE-2026-47715

    Last Modified: 28 May 2026

    Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, Bugsink issue event pages accept a direct event identifier from the URL and, in affected versions, look up that event without also requiring it to belong to the issue in the URL. This is a project-boundary authorization issue: a logged-in user with access to one project can view another project’s event data through an issue they are allowed to access. The affected views include the stacktrace, details, and breadcrumbs pages for an issue event. This vulnerability is fixed in 2.2.0.

    Published: 26 May 2026
    4.3
    Medium

    CVE-2026-47728

    Last Modified: 26 May 2026

    Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, Bugsink resolved sourcemaps and debug files by debug ID without scoping that lookup to the project that owned the uploaded metadata. An authenticated user with access to one project could cause event processing in that project to use sourcemap/debug-file metadata uploaded for another project in the same Bugsink instance, if the same debug ID was referenced. This vulnerability is fixed in 2.2.0.

    Published: 26 May 2026
    4.3
    Medium

    CVE-2026-44502

    Last Modified: 27 May 2026

    Bugsink is a self-hosted error tracking tool. Prior to 2.1.3, Bugsink’s webhook URL validation could be (partially) bypassed because of a mismatch in URL parsing. The original validation logic parsed webhook URLs with Python’s urllib.parse.urlparse, then sent the request with requests.post. For malformed inputs involving backslashes and @, those components can disagree about where the authority ends and which hostname is the real target. A URL may therefore appear to target an allowlisted public hostname during validation, while the HTTP client actually connects to a different host. This vulnerability is fixed in 2.1.3.

    Published: 26 May 2026
    7.8
    High

    CVE-2026-24162

    Last Modified: 4 Jun 2026

    NVIDIA Transformers4Rec for Linux contains a vulnerability where an attacker could cause improper deserialization of untrusted data. A successful exploit of this vulnerability might lead to code execution, data tampering, and information disclosure.

    Published: 26 May 2026
    7.5
    High

    CVE-2026-24212

    Last Modified: 27 May 2026

    NVIDIA Isaac Launchable for Linux contains a vulnerability where sensitive information is transmitted in clear text. A successful exploit of this vulnerability might lead to code execution, escalation of privileges, information disclosure, and data tampering.

    Published: 26 May 2026
    7.8
    High

    CVE-2026-48864

    Last Modified: 3 Sept 2026

    A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within `.solv` files due to insufficient input validation. An attacker can provide a specially crafted `.solv` file, which, when processed by a vulnerable application, can lead to out-of-bounds memory access. This could result in information disclosure, alteration of program execution, or a denial of service.

    Published: 26 May 2026
    5.3
    Medium

    CVE-2026-44314

    Last Modified: 27 May 2026

    Traccar is an open source GPS tracking system. Prior to 6.13.0, DeviceResource.uploadImage authorizes the target device only through Condition.Permission(User.class, getUserId(), Device.class) and then immediately streams the uploaded body into mediaManager.createFileStream(...). Unlike the generic mutation path in BaseObjectResource.update and the explicit device mutation handler updateAccumulators, this route never invokes permissionsService.checkEdit(getUserId(), Device.class, false, false). The skipped guard is exactly where Traccar enforces readonly and deviceReadonly restrictions for non-admin users. An unauthorized user can replace a device’s stored image file under the server media directory. This allows modification of UI-visible device media and any downstream workflows that rely on the persisted image, despite other device update paths correctly rejecting the same identity. This vulnerability is fixed in 6.13.0.

    Published: 26 May 2026
    5.3
    Medium

    CVE-2025-36221

    Last Modified: 2 Jun 2026

    IBM Cloud Pak for Data System - Cyclops 11.3.0.2 through Interim Fix 002 IBM Cloud Pak for Data System uses default passwords default passwords from the manufacturing process for use during the installation process, which could allow an attacker to bypass authentication.

    Published: 26 May 2026
    4.3
    Medium

    CVE-2025-36220

    Last Modified: 2 Jun 2026

    IBM Cloud Pak for Data System - Cyclops 11.3.0.2 through Interim Fix 002 IBM Cloud Pak for Data System is vulnerable to SQL injection. A remote attacker could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.

    Published: 26 May 2026
    6.4
    Medium

    CVE-2025-36126

    Last Modified: 1 Jun 2026

    IBM Cognos Analytics 11.2.0, 12.0, and 12.1.0 and IBM Cognos Transformer 12.0, 11.2.4, and 12.1.0 is vulnerable to stored cross-site scripting (XSS) in Cognos Adminstration. This vulnerability allows a privileged user to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.

    Published: 26 May 2026
    5.4
    Medium

    CVE-2025-36148

    Last Modified: 1 Jun 2026

    IBM Financial Transaction Manager for SWIFT Services for Multiplatforms 3.2.4.0 through 3.2.4.15 IBM Financial Transaction Manager SWIFT is vulnerable to cross-site scripting. This vulnerability allows an unauthenticated attacker to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.

    Published: 26 May 2026
    5.4
    Medium

    CVE-2025-36145

    Last Modified: 1 Jun 2026

    IBM watsonx.data 2.2 through 2.3.1 IBM Lakehouse does not properly restrict inbound and outbound connections which could allow an attacker to transfer or modify files without restrictions.

    Published: 26 May 2026
    5.4
    Medium

    CVE-2025-14290

    Last Modified: 1 Jun 2026

    IBM webMethods Integration (on prem) -Integration Server 10.15 through IS_10.15_Core_Fix2611.1 to IS_11.1_Core_Fix10 IBM webMethods Integration is vulnerable to server-side request forgery (SSRF). This may allow an authenticated attacker to send unauthorized requests from the system, potentially leading to network enumeration or facilitating other attacks.

    Published: 26 May 2026
    5
    Medium

    CVE-2026-44723

    Last Modified: 28 May 2026

    Vowpal Wabbit is a machine learning system. The workflow .github/workflows/python_checks.yml embeds ${{ github.event.pull_request.title }} directly inside double-quoted bash strings in four separate steps across four jobs, each passing it as a CLI argument to the Python test script run_tests_model_gen_and_load.py. The shell interprets the expanded string before invoking Python, allowing an attacker to break out of the quotes and execute arbitrary commands on the runner. The pull_request trigger fires on PRs targeting any branch (branches: ['*']), with no additional access gate. This vulnerability is fixed by the 998e390e80a7e8192d7849b7784bc113dbd190ad commit.

    Published: 26 May 2026
    5.5
    Medium

    CVE-2025-13755

    Last Modified: 27 May 2026

    IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 for Linux, UNIX and Windows (includes DB2 Connect Server) stores potentially sensitive information in log files that could be read by a local user.

    Published: 26 May 2026
    5.5
    Medium

    CVE-2026-9562

    Last Modified: 28 May 2026

    A vulnerability has been found in sambitraj STUDENT-MANAGEMENT-SYSTEM up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. The affected element is an unknown function of the component Dashboard. Such manipulation leads to improper access controls. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. Multiple endpoints are affected. The project was informed of the problem early through an issue report but has not responded yet.

    Published: 26 May 2026
    6.5
    Medium

    CVE-2026-46620

    Last Modified: 27 May 2026

    e107 is a content management system (CMS). Prior to 2.3.5, e107 CMS does not properly enforce CSRF token validation on comment moderation actions. The problem comes down to how session_handler::check() handles CSRF tokens. Instead of requiring a token on every state-changing request, it only validates the token if one happens to be present. If there is no token at all, the check is skipped entirely. This vulnerability is fixed in 2.3.5.

    Published: 26 May 2026
    8.1
    High

    CVE-2026-43935

    Last Modified: 26 May 2026

    e107 is a content management system (CMS). Prior to 2.3.4, a Host Header Injection vulnerability in the password reset page allows attackers to manipulate the Host header to generate password reset links pointing to attacker-controlled domains. This can lead to phishing attacks, account takeover, or other security risks. The severity is high, as the vulnerability affects a critical function related to user authentication. This vulnerability is fixed in 2.3.4.

    Published: 26 May 2026
    6.5
    Medium

    CVE-2026-43934

    Last Modified: 27 May 2026

    e107 is a content management system (CMS). Prior to 2.3.4, a Broken Access Control vulnerability exists in the application, allowing an unauthorized authenticated user to edit comments posted by others. This stems from inadequate server-side access control validation, where the application depends only on a predictable identifier in the request to determine which comment to edit, without confirming the requesting user’s ownership of the comment. This vulnerability is fixed in 2.3.4.

    Published: 26 May 2026
    7.8
    High

    CVE-2026-25112

    Last Modified: 9 Jun 2026

    A high-severity vulnerability in the deployment of Genetec RabbitMQ that allows a privilege escalation attack.

    Published: 26 May 2026
    4.3
    Medium

    CVE-2026-43936

    Last Modified: 27 May 2026

    e107 is a content management system (CMS). Prior to 2.3.4, you can access the local environment by specifying the URL of the local environment from "Image/File URL:" of "From a remote location" in "Media Manager" on the administrator screen. This vulnerability is fixed in 2.3.4.

    Published: 26 May 2026
    6.5
    Medium

    CVE-2026-40564

    Last Modified: 2 Jun 2026

    Files or Directories Accessible to External Parties, Server-Side Request Forgery (SSRF) vulnerability in Apache Flink Kubernetes Operator. The FlinkSessionJob jarURI is currently not validated so that it points to user-owned files or addresses.  This lets a user with CR create permissions read files from the operator pod's filesystem and pull content from any backing store reachable through Flink's pluggable filesystem layer and access them through the submitted Flink job. Furthermore for fetching from http/https addresses there is currently no allowlist on the URI scheme, no host check, no IP-range restriction, and no protection against pointing the URI at internal or link-local addresses.This issue affects Apache Flink Kubernetes Operator: from 1.3.0 before 1.15.0. Users are recommended to upgrade to version 1.15.0, which fixes the issue.

    Published: 26 May 2026