<?xml version='1.0' encoding='utf-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Kythos CVE Watch — Past 48 Hours</title>
    <link>https://kythosai.com/#intelligence</link>
    <atom:link href="https://kythosai.com/cve-watch.rss" rel="self" type="application/rss+xml" />
    <description>Every current CVE returned by NVD for the rolling 48-hour publication window. Publication does not establish exploitation.</description>
    <language>en-US</language>
    <lastBuildDate>Tue, 22 Sep 2026 15:39:27 +0000</lastBuildDate>
    <ttl>120</ttl>
    <item>
      <title>CVE-2026-95682</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95682</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95682</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.8. Publication does not establish exploitation. MISP contains a stored cross-site scripting (XSS) vulnerability in the admin email composition screen. The MISP.org organization name setting was interpolated directly into a JavaScript string literal using an unescaped PHP echo: var org = "";. Because the value was placed inside a double-quoted JavaScript string without any encoding, an organization name containing a double-quote character (or a backslash) could terminate the string literal and inject arbitrary JavaScript into the page. The injected script would execute in the context of any authenticated user who subsequently loads the admin email page, potentially allowing session hijacking, data exfiltration, or privileged actions performed on behalf of the victim. Exploitation requires the ability to set or modify the MISP.org organization name and a second authenticated user visiting the affected admin email view. The vulnerability is a classic instance of insufficient output encoding in a JavaScript context.</description>
    </item>
    <item>
      <title>CVE-2026-95679</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95679</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95679</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. MISP's RequestHandlerComponent automatically decodes XML request bodies on all write requests. The underlying Xml[network address omitted]uild() library contains a logic error in its readFile guard condition (readFile &amp;&amp; http || https), where PHP operator precedence causes the https branch to bypass the readFile check entirely. As a result, a request body containing a bare HTTPS URL is treated as a locator and fetched by the server. Because the cspReport endpoint accepts XML content type and is unauthenticated by design, an unauthenticated remote attacker can send a POST request with a crafted XML body to cause the MISP server to issue an outbound HTTPS request to an arbitrary target reachable from the server. The attacker does not receive the response body, but can use the vulnerability to probe internal services, trigger actions on internal HTTPS endpoints, or perform timing-based reconnaissance of the server's network environment. The vulnerability affects any MISP deployment where the cspReport endpoint is reachable and the server has network access to internal or external HTTPS services.</description>
    </item>
    <item>
      <title>CVE-2026-95675</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95675</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95675</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. D-Link DAP-1360 firmware version 6.14 and earlier contains an unauthenticated remote code execution vulnerability that allows remote attackers to execute arbitrary commands as root by sending crafted requests to the device's web management interface without valid credentials. Attackers can fully compromise the device to persistently modify its configuration and use it as a pivot point into the local network.</description>
    </item>
    <item>
      <title>CVE-2026-95674</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95674</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95674</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. In MISP, the queryEnrichment method in EventsController.php accepted a module name parameter and iterated over the list of enabled modules to find a match. If the specified module was not present in the enabled modules list, the code silently continued processing using default parameters (format set to 'simplified' and no module-specific configuration applied) rather than rejecting the request. This allowed an authenticated user to trigger enrichment or analysis processing through a module that was not explicitly enabled or available on the instance, bypassing the intended module availability controls. The lack of validation meant that module names outside the enabled set were not rejected, potentially exposing functionality or data processing paths that the administrator had not authorized for use.</description>
    </item>
    <item>
      <title>CVE-2026-95671</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95671</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95671</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. In MISP, the CollectionsController add() method enforced the sharing-group usability authorization check and element capture only when the HTTP request method was POST. However, the underlying CRUDComponent[network address omitted]() method persists data on both POST and PUT requests. As a result, an authenticated user could issue a PUT request to the collections/add endpoint, bypassing the sharing-group authorization check entirely. This allowed the creation of a collection with distribution=4 (shared with a specific sharing group) targeting a sharing group that the user was not authorized to use. The bypassed check would normally verify that the current user has access to the specified sharing group before allowing the collection to be associated with it. The security impact is that an authenticated user can place collection data into a sharing group context they do not have legitimate access to, potentially exposing that data to all members of the unauthorized sharing group and violating the intended access-control boundaries of the MISP instance. The vulnerability requires an authenticated session and knowledge of a valid sharing group identifier; no user interaction or special tooling is needed beyond sending a PUT request instead of a POST request to the same endpoint.</description>
    </item>
    <item>
      <title>CVE-2026-95667</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95667</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95667</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. The MISP installer scripts (for Debian 12, Debian 13, Ubuntu 24.04, and RHEL 9.4) create a log file at /var/log/misp_install.log and a named pipe (FIFO) at /var/log/misp_install.log.pipe to capture all installer output. The log captures highly sensitive data including the generated admin password, database passwords, GPG passphrase, and supervisor password. However, the log file was created by the tee command under the system default umask, resulting in world-readable permissions (typically 0644). Similarly, the FIFO was created with mkfifo without an explicit mode, also inheriting the default umask and remaining world-readable during the window before it was unlinked. Any local unprivileged user on the system could read the log file or the FIFO to obtain these credentials. Additionally, the log file was not removed before creation, meaning a pre-existing symlink in /var/log could have been used to redirect the write to an arbitrary location. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-95666</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95666</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95666</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. Mattermost versions 11.9.x</description>
    </item>
    <item>
      <title>CVE-2026-95665</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95665</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95665</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.1. Publication does not establish exploitation. MISP contains a reflected cross-site scripting (XSS) vulnerability in the event REST search export confirmation form. The view template app/View/Events/ajax/eventRestSearchExportConfirmationForm.ctp renders a URL-supplied event ID list into a single-quoted JavaScript string literal using PHP's json_encode() without any hex-encoding flags. By default, json_encode() escapes double quotes and backslashes but does not escape single quotes. Because the JavaScript string is delimited by single quotes, an attacker can inject a single-quote character to terminate the string literal and execute arbitrary JavaScript in the victim's browser session. The vulnerability affects the Default and UiBeta themes, both of which render this view. The Overmind theme's own copy of the form already passed the value through an escaped data attribute and was not affected by this specific sink. Preconditions: the victim must be an authenticated MISP user and must actively open or navigate to the attacker-crafted URL. The attacker does not require an account or any prior access to the MISP instance. Security impact: successful exploitation allows execution of arbitrary JavaScript in the context of the MISP web application, potentially leading to session hijacking, unauthorized actions performed on behalf of the victim, exfiltration of sensitive data visible in the session, or further client-side attacks. The vulnerable component's own confidentiality, integrity, and availability are not directly compromised; the impact is on the underlying user session.</description>
    </item>
    <item>
      <title>CVE-2026-95499</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95499</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95499</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:20 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. A flaw has been found in JosephChuks php-file-manager-with-code-editor up to 3.0. This issue affects the function move_uploaded_file of the file filemanager.php. Executing a manipulation of the argument files can lead to unrestricted upload. The attack can be executed remotely. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-95396</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95396</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95396</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:20 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was identified in sfturing hosp_order up to 627f426331da8086ce8fff2017d65b1ddef384f8. Affected is an unknown function of the file HospitalController.java of the component Public Search Handlers. The manipulation of the argument Search leads to cross site scripting. The attack can be initiated remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-93343</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93343</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93343</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:18 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. MarketKing plugin for WordPress before 2.1.72 contains a missing authorization vulnerability in the marketking_admin_vendors_ajax AJAX action that allows authenticated attackers with subscriber-level access or higher to retrieve the complete vendor directory by sending a crafted AJAX request. Attackers can exploit the absence of capability checks in the vendor management action to retrieve internal user IDs, usernames, and email addresses of all registered vendors, exposing personally identifiable information to any logged-in user regardless of role.</description>
    </item>
    <item>
      <title>CVE-2026-93342</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93342</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93342</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:18 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. MarketKing plugin for WordPress before 2.1.72 contains a missing authorization vulnerability in the marketking_duplicate_product AJAX action that allows authenticated attackers with subscriber-level access or higher to duplicate any vendor's product by supplying an arbitrary product ID. Attackers can bypass ownership verification to copy any vendor's product listings, including private product metadata, and assign the duplicated copy to their own vendor account without the victim's knowledge or consent.</description>
    </item>
    <item>
      <title>CVE-2026-93341</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93341</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93341</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:18 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. MarketKing plugin for WordPress before 2.1.72 contains a missing authorization vulnerability in the marketking_send_refund AJAX action that allows authenticated attackers with subscriber-level access or higher to create refund requests against any order by supplying an arbitrary order ID. Attackers can submit crafted AJAX requests targeting any order ID to create fraudulent refund requests against orders they did not place, enabling marketplace disruption and unauthorized interference with other users' orders.</description>
    </item>
    <item>
      <title>CVE-2026-12718</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-12718</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-12718</guid>
      <pubDate>Tue, 22 Sep 2026 14:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in Karel Electronic Industry and Trade Inc. KarelIPS allows Blind SQL Injection. This issue affects KarelIPS: through 22092026. NOTE: The vendor was contacted and it was learned that the product is not supported.</description>
    </item>
    <item>
      <title>CVE-2026-95661</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95661</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95661</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.1. Publication does not establish exploitation. MISP contains a reflected cross-site scripting (XSS) vulnerability in the attribute histogram view. The $selectedTypes variable, which is derived from the URL path segment , was interpolated directly into a JavaScript array literal inside an onClick HTML attribute without any encoding or escaping. An attacker who can cause an authenticated MISP user to visit a crafted URL containing a malicious type value can execute arbitrary JavaScript in the victim's browser within the MISP application origin. Successful exploitation allows the attacker to read session cookies, perform actions on behalf of the victim, or exfiltrate sensitive data accessible from the MISP interface. The vulnerability requires the victim to be authenticated and to actively navigate to the attacker-supplied URL.</description>
    </item>
    <item>
      <title>CVE-2026-95659</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95659</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95659</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.8. Publication does not establish exploitation. MISP contains a reflected cross-site scripting (XSS) vulnerability in the AnalystDataController[network address omitted]viewForObject action. The method accepted a parent object type parameter from the URL without validation and passed it to the Overmind-themed AnalystData thread view element, where it was interpolated into two translated strings and rendered into the HTML response without output encoding. An authenticated attacker who can induce a victim to navigate to a crafted URL can inject arbitrary JavaScript that executes in the victim's browser within the MISP application context. This may allow the attacker to read session data, manipulate the page, or perform actions on behalf of the victim. The vulnerability requires the victim to be authenticated to MISP and to actively visit the attacker-supplied URL. The affected component is the AnalystData controller and the Overmind theme's AnalystData thread element. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-95658</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95658</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95658</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. MISP's WorkflowsController exposed the moduleStatelessExecution action in the Security component's unlockedActions list. In CakePHP, listing an action in unlockedActions disables both the CSRF token check and the field hash validation for that action. Because moduleStatelessExecution executes a workflow module's exec() method with caller-supplied input and parameters, the absence of CSRF protection allowed an attacker to craft a cross-site form post (or equivalent cross-origin request) that, when submitted by an authenticated site administrator, would cause the administrator's browser to invoke the action on the MISP instance. The attacker could select any workflow module to execute, including action modules that write blocklist and warninglist entries, and supply arbitrary input and parameters of their choosing. This constitutes a cross-site request forgery (CSRF) vulnerability with high integrity impact on the MISP instance's security-related data. The vulnerability was identified during an internal security review and was not externally reported. The fix is included in MISP v2.5.47.</description>
    </item>
    <item>
      <title>CVE-2026-95619</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95619</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95619</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.7. Publication does not establish exploitation. A flaw was found in libstdc++. An integer overflow can occur when processing large inputs to the C++ `new` operator. This vulnerability could lead to an undersized memory allocation, potentially causing memory corruption or application instability.</description>
    </item>
    <item>
      <title>CVE-2026-95273</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95273</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95273</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was determined in dgtlmoon changedetection.io up to 0.60.7. This impacts the function static_content of the file changedetectionio/flask_app.py of the component visual_selector_data. Executing a manipulation of the argument filename can lead to path traversal. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. Distinct from CVE-2026-25527, which fixed a different parameter (group) in the same function. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-95272</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95272</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95272</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.9. Publication does not establish exploitation. A vulnerability was found in dgtlmoon changedetection.io up to 0.60.7. This affects the function static_content of the file changedetectionio/flask_app.py of the component Screenshot Handler. Performing a manipulation of the argument filename results in path traversal. It is possible to initiate the attack remotely. The attack is considered to have high complexity. The exploitability is reported as difficult. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-95271</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95271</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95271</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A vulnerability has been found in dgtlmoon changedetection.io up to 0.60.7. The impacted element is the function check_authentication of the file changedetectionio/flask_app.py of the component Authentication Hook. Such manipulation leads to improper authentication. The attack may be performed from remote. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-93616</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93616</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93616</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:11 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. A directory traversal and file upload vulnerability allows an unauthenticated attacker to upload and execute arbitrary scripts on Check Point Management Server.</description>
    </item>
    <item>
      <title>CVE-2026-75791</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-75791</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-75791</guid>
      <pubDate>Tue, 22 Sep 2026 13:17:11 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. Zohocorp ManageEngine ADSelfService Plus versions before build 7001 are vulnerable to an authentication bypass vulnerability in the REST API.</description>
    </item>
    <item>
      <title>CVE-2026-95270</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95270</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95270</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.9. Publication does not establish exploitation. A flaw has been found in dgtlmoon changedetection.io up to 0.60.7. The affected element is the function check_password of the file changedetectionio/flask_app.py of the component Hash Comparison. This manipulation of the argument Password causes observable timing discrepancy. The attack is possible to be carried out remotely. A high degree of complexity is needed for the attack. The exploitability is described as difficult. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-89420</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-89420</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-89420</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. Improper Validation of Specified Quantity in Input in ZenHive mpp allows a client holding an open payment channel to obtain paid resources without being charged. MPP.Session.Actions.accept_voucher/3 in lib/mpp/session/actions.ex treats a voucher whose cumulativeAmount equals the channel's already-accepted cumulative amount as an idempotent success, returning the channel unchanged without calling maybe_spend/2. The credential verifies, the protected resource is served, and spent and units stay where they were. Because the server issues a fresh challenge per request and the credential replay store keys on challenge id and payload, the same signed voucher can be re-presented under every new challenge, so one paid voucher yields an unbounded number of paid units. The path is reachable from any method built on MPP.Session.Method through the Plug, MCP, JSON-RPC and WebSocket transports. This issue affects mpp: from 0.14.0 before 0.16.2.</description>
    </item>
    <item>
      <title>CVE-2026-87119</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-87119</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-87119</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.2. Publication does not establish exploitation. Authentication Bypass by Capture-replay in ZenHive mpp allows an attacker holding a captured subscription activation credential to charge the payer repeatedly. The payer signs a Tempo KeyAuthorization over the chain id, key type, key id, expiry, limits and scopes only, with nothing tying it to the challenge that prompted it. MPP.Methods.Tempo.KeyAuthorization.verify/3 in lib/mpp/methods/tempo/key_authorization.ex pins each of those signed fields against the subscription request, and the access key it pins is a static per-endpoint server key, so one signed authorization verifies against every challenge the server issues for the same subscription terms. MPP.Methods.Tempo.Subscription.activate/4 deduplicates activations by challenge id, so presenting the captured credential under a fresh challenge produces a different dedup key, claim_activation succeeds, and the subscription transaction is built and broadcast again. Each replay charges the payer's wallet a new first-period settlement and re-authorizes the server key, bounded only by the subscription expiry and the chain's own semantics for re-installing an existing key. This issue affects mpp: from 0.14.0 before 0.16.2.</description>
    </item>
    <item>
      <title>CVE-2026-74849</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-74849</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-74849</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. Zohocorp ManageEngine ADSelfService Plus versions before build 7001 are vulnerable to a remote code execution vulnerability in the GINA client.</description>
    </item>
    <item>
      <title>CVE-2026-63279</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63279</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63279</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. LibreOffice can import PICT images, which may be embedded in documents. An out of bounds read existed when importing an image that uses a colour palette. The palette index held in the image data was used without being checked against the number of entries the palette has, so an index past the last entry read memory outside the palette. In fixed versions the palette index is limited to the entries present.</description>
    </item>
    <item>
      <title>CVE-2026-63278</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63278</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63278</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.7. Publication does not establish exploitation. URLs could be constructed which expanded environment variable or INI file values, so potentially sensitive information could be exfiltrated to a remote server on opening a document containing such links. The check added for CVE-2024-12426 did not recognise every way of naming the package content provider, so a URL that named it differently still reached the expansion. In fixed versions the package content provider is matched when the URL is checked.</description>
    </item>
    <item>
      <title>CVE-2026-63276</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63276</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63276</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. LibreOffice converts CFF fonts to Type 1 when it subsets a font, which happens when a document is exported to PDF, and CFF fonts may be embedded in documents. A stack buffer overflow existed in that conversion. The converted operators were written into a fixed size buffer with no check that they still fit, so a glyph emitting many operators wrote past the end of the buffer. In fixed versions the remaining capacity is tracked and the conversion stops when it is used up.</description>
    </item>
    <item>
      <title>CVE-2026-63275</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63275</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63275</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. LibreOffice can read CFF fonts, which may be embedded in documents. A stack buffer overflow existed when reading the hints of a glyph. The number of hints was checked against the wrong bound, so a glyph declaring more hints than the array can hold wrote past its end. In fixed versions the hint count is checked against the capacity the array really has.</description>
    </item>
    <item>
      <title>CVE-2026-63274</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63274</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63274</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. LibreOffice Draw can import PDF documents. A heap buffer overflow existed when importing a stream object. The length of the stream was taken from the object's own dictionary and was not checked against the number of bytes actually present, so copying the stream read and wrote past the end of the buffer holding it. In fixed versions the declared length is clamped to the bytes actually read.</description>
    </item>
    <item>
      <title>CVE-2026-63273</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63273</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63273</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. LibreOffice Draw can import PDF documents. A heap buffer overflow existed when importing an encrypted document. The length of the decryption key was taken from the document's own encryption dictionary and was used to fill a fixed size key buffer without being checked against it, so a length larger than that buffer wrote past its end. In fixed versions a declared key length larger than the buffer is rejected.</description>
    </item>
    <item>
      <title>CVE-2026-63272</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63272</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63272</guid>
      <pubDate>Tue, 22 Sep 2026 12:17:11 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. LibreOffice can import WMF graphics, which may be embedded in documents. A heap buffer overflow existed when importing a text record that carries its own character advance widths. The count of advance values and the length of the text were read separately from the file and were not required to agree, so drawing the text walked the advance array by character position and ran past its end when the array was the shorter of the two. In fixed versions an advance array shorter than its text is ignored.</description>
    </item>
    <item>
      <title>CVE-2026-95623</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95623</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95623</guid>
      <pubDate>Tue, 22 Sep 2026 11:17:27 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.6. Publication does not establish exploitation. The Tauri HTTP plugin validates requested URLs against the application's configured scope allowlist only once, on the initial request. When the remote server responds with an HTTP 3xx redirect, reqwest follows the redirect internally without re-checking the new target URL against the scope. This allows an attacker who controls an allowed URL (or finds an open redirect on an allowed host) to reach disallowed destinations such as cloud metadata endpoints, localhost services, or internal network hosts.</description>
    </item>
    <item>
      <title>CVE-2026-92882</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-92882</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-92882</guid>
      <pubDate>Tue, 22 Sep 2026 11:17:26 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. Insufficiently protected credentials in the host and folder configuration endpoints of the REST API in Checkmk</description>
    </item>
    <item>
      <title>CVE-2026-90990</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-90990</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-90990</guid>
      <pubDate>Tue, 22 Sep 2026 11:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. Improper neutralization of newlines in filter values in the monitoring host and service list APIs in Checkmk</description>
    </item>
    <item>
      <title>CVE-2026-94117</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94117</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94117</guid>
      <pubDate>Tue, 22 Sep 2026 10:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.6. Publication does not establish exploitation. Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in DevItems HashBar – WordPress Notification Bar allows Blind SQL Injection. This issue affects HashBar – WordPress Notification Bar: from n/a through 2.0.3.</description>
    </item>
    <item>
      <title>CVE-2026-90882</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-90882</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-90882</guid>
      <pubDate>Tue, 22 Sep 2026 10:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. The open-vsx.org deployment returned Access-Control-Allow-Origin reflecting the requesting origin together with Access-Control-Allow-Credentials: true on the authenticated /user/ endpoints. A page on any origin could therefore issue credentialed requests to the service in a logged-in user's browser and read the responses. This exposed /user (login name, avatar, homepage, tokens URL), /user/tokens, /user/namespaces, /user/extensions, /user/search/{name} and /user/namespace/{name}/members, and — because /user/csrf was readable the same way — allowed the CSRF protection on write endpoints to be defeated. Chaining the two, an attacker page could call /user/token/create and exfiltrate a personal access token carrying publish and delete rights over the victim's namespaces. The headers were emitted by the CDN/edge layer, not by the application: the Open VSX software sets allowCredentials(true) in exactly one place, against a single exact origin derived from ovsx.webui.url, and defines no CORS mapping on /user/ beyond it. No configuration of the software produces origin reflection with credentials.</description>
    </item>
    <item>
      <title>CVE-2026-25265</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25265</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25265</guid>
      <pubDate>Tue, 22 Sep 2026 10:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. Privilege escalation due to weak configuration while temporary file handling.</description>
    </item>
    <item>
      <title>CVE-2026-25264</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25264</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25264</guid>
      <pubDate>Tue, 22 Sep 2026 10:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. Privilege escalation due to weak configuration during package extraction process.</description>
    </item>
    <item>
      <title>CVE-2026-25262</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25262</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25262</guid>
      <pubDate>Tue, 22 Sep 2026 10:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. Memory corruption while processing a crafted ELF file in the Primary Bootloader.</description>
    </item>
    <item>
      <title>CVE-2026-25255</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25255</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25255</guid>
      <pubDate>Tue, 22 Sep 2026 10:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. Exposed dangerous function lead to privilege escalation via gRPC server.</description>
    </item>
    <item>
      <title>CVE-2026-25254</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25254</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25254</guid>
      <pubDate>Tue, 22 Sep 2026 10:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. Improper authorization leads to Remote Code Execution via SocketIO interface.</description>
    </item>
    <item>
      <title>CVE-2026-95511</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95511</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95511</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.2. Publication does not establish exploitation. A privilege escalation vulnerability was found in CUPS when used with the cups-filters serial backend. A local user who is a member of the lpadmin group can configure a printer that uses a privileged serial backend. The CUPS scheduler does not restrict the path component of non-file device URIs, so the root-privileged backend can write attacker-controlled print data to an arbitrary file. This can be used to change security-sensitive CUPS configuration and ultimately achieve root code execution. Exploitation requires local lpadmin group membership and a serial backend binary installed with root-only permissions.</description>
    </item>
    <item>
      <title>CVE-2026-95508</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95508</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95508</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.4. Publication does not establish exploitation. A heap-based buffer overflow was found in the DHCPv6 and TFTP response builders of libslirp. When the host is configured with a small interface MTU, a guest-supplied DHCPv6 CLIENTID option or TFTP blksize option can overflow the reply buffer with attacker-controlled content and length, resulting in denial of service and potentially arbitrary code execution in the host process. The default interface MTU is not affected.</description>
    </item>
    <item>
      <title>CVE-2026-9231</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9231</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9231</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. The WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 6.8.0 via the wte_get_template function. This makes it possible for authenticated attackers, with contributor-level access and above, to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included.</description>
    </item>
    <item>
      <title>CVE-2026-93928</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93928</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93928</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.3. Publication does not establish exploitation. Authentication Bypass Using an Alternate Path or Channel vulnerability in Magepeople inc. Taxi Booking Manager for WooCommerce allows Authentication Bypass. This issue affects Taxi Booking Manager for WooCommerce: from n/a before 2.0.8.</description>
    </item>
    <item>
      <title>CVE-2026-93556</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93556</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93556</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. The ‘/password/guardarClau/recover’ endpoint accepts the ‘usuariId’ parameter, which specifies the account whose password is to be changed. The JWT token for the recovery process is not validated against the user specified in that parameter. An unauthenticated attacker could manipulate the identifier and reset the password for any account, including administrative accounts, which could allow them to take control of the account.</description>
    </item>
    <item>
      <title>CVE-2026-89422</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-89422</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-89422</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. Key Exchange without Entity Authentication vulnerability in Erlang/OTP ssl allows a peer that answers a TLS 1.3 client connection to impersonate the intended server. A pre_shared_key extension in the ServerHello that the client never offered causes the client to complete the handshake without validating the server's certificate, so ssl:connect returns {ok, Socket} against a peer holding no certificate, no private key and no prior session. tls_client_connection_1_3:handle_server_hello/2 passes the received extension to tls_gen_connection_1_3:handle_resumption/2, which sets resumption = true on its mere presence without checking that the client offered a PSK. tls_handshake_1_3:get_pre_shared_key/4 meanwhile falls back to the all-zero "no PSK" value and keys the handshake with the ordinary non-PSK schedule, so the attacker's own ephemeral key suffices. The resumption flag then routes maybe_resumption/1 straight to wait_finished, skipping the certificate-handling states, so certificate path validation, verify_fun, hostname verification, partial_chain, CRL checking and OCSP stapling are all bypassed. The default client configuration is affected; clients restricted to TLS 1.2 are not. This issue affects OTP from OTP 22.2 before OTP [network address omitted], OTP [network address omitted], and OTP 29.1.1, corresponding to ssl from 9.5 before [network address omitted], [network address omitted], and 11.7.7.</description>
    </item>
    <item>
      <title>CVE-2026-68956</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-68956</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-68956</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. Allocation of Resources Without Limits or Throttling vulnerability in Erlang/OTP ssh allows an authenticated remote attacker to exhaust node memory by repeatedly opening session channels that are never assigned a handler. The "session" clause of ssh_connection:handle_msg/4 checks only minimal_remote_max_packet_size before calling setup_session/5, which unconditionally builds a #channel{} record and stores it in the ETS channel cache. The max_channels daemon option is consulted only by ssh_channel_sup:max_num_channels_not_exceeded/2, which counts supervisor children, so a channel that never gets a shell, exec, or subsystem handler is invisible to the limit and setting the option to a finite value does not mitigate the attack. RFC 4254 section 5.1 permits many session channels per connection, and each record costs only a few hundred bytes, so a single authenticated connection can accumulate channels until the node runs out of memory and the emulator terminates, affecting every application on it. No file contents, credentials, or write access are obtainable. This issue affects OTP from OTP 18.1.2 before OTP [network address omitted], OTP [network address omitted], and OTP 29.1.1, corresponding to ssh from 4.1.1 before [network address omitted], [network address omitted], and 6.0.6. Whether OTP before OTP 18.1.2, corresponding to ssh before 4.1.1, is affected is unknown.</description>
    </item>
    <item>
      <title>CVE-2026-65634</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-65634</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-65634</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.2. Publication does not establish exploitation. Inefficient algorithmic complexity in the Erlang/OTP asn1 OBJECT IDENTIFIER decoder allows a remote unauthenticated attacker to cause denial of service by sending a crafted OID during the TLS handshake. The BER OID decoder asn1rtt_ber:dec_subidentifiers/3 in lib/asn1/src/asn1rtt_ber.erl and the equivalent PER helper asn1rtt_per_common:dec_subidentifiers/3 in lib/asn1/src/asn1rtt_per_common.erl accumulate a base-128 subidentifier into an unbounded integer using (Av bsl 7) + H per continuation byte. Each shift and addition on the growing accumulator is linear in the number of bits already accumulated, giving quadratic total work in the size of a single subidentifier. The JER helper asn1rtt_jer:json2oid/1 in lib/asn1/src/asn1rtt_jer.erl exhibits the same class of unbounded-integer parsing when decoding a dot-separated OID from JSON. A DER-encoded OBJECT IDENTIFIER with one very large arc (approximately 262 KB of continuation bytes) consumes roughly 13 seconds of CPU on typical hardware. The vulnerable decoder is generated into every ASN.1 module that contains an OBJECT IDENTIFIER, including OTP-PUB-KEY which is reached during X.509 certificate parsing via public_key:pkix_decode_cert/2. This decoder runs before any signature or trust chain verification, so any Erlang service that parses peer TLS certificates is exposed: the default for TLS clients (which always parse the server certificate) and for mutual-TLS servers (which parse client certificates). This vulnerability is associated with program files lib/asn1/src/asn1rtt_ber.erl, lib/asn1/src/asn1rtt_per_common.erl and lib/as</description>
    </item>
    <item>
      <title>CVE-2026-15095</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-15095</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-15095</guid>
      <pubDate>Tue, 22 Sep 2026 09:17:04 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.9. Publication does not establish exploitation. The Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping &amp; Social Channels plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.6.43 via the 'provider' parameter. This makes it possible for authenticated attackers, with shop manager-level access and above, to delete arbitrary files on the server, which can lead to remote code execution when critical files are deleted. Exploitation requires two sequential REST API calls: first to /wp-json/ctxfeed/v1/make_feed/save_feed_config to persist the traversal payload in wp_options, then to /wp-json/ctxfeed/v1/manage_feeds/delete_feed to trigger the unlink(); deletion is further constrained to files whose extensions match the plugin's validated whitelist (csv, xml, tsv, xls, xlsx, json, txt).</description>
    </item>
    <item>
      <title>CVE-2026-95503</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-95503</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-95503</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:43 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.8. Publication does not establish exploitation. A flaw was found in the Kerberos federation provider of Keycloak, an open-source identity and access management solution. When Kerberos password authentication is used without SPNEGO, the system fails to verify the identity of the Key Distribution Center (KDC) by requesting a server ticket. This allows an attacker on the same network to spoof the KDC and bypass the authentication process, potentially gaining unauthorized access to user accounts.</description>
    </item>
    <item>
      <title>CVE-2026-93952</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93952</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93952</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:43 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.5. Publication does not establish exploitation. VeloCloud Orchestrator (VCO) on-prem has a security issue where this issue may allow a remote attacker to access privileged internal functionality and impact the VCO host. Successful exploitation may compromise the confidentiality, integrity, and availability of the orchestrator and data managed by the orchestrator. Hosted, including Dedicated, versions of VCO were impacted and have already been patched.</description>
    </item>
    <item>
      <title>CVE-2026-9004</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9004</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9004</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:43 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. The WP-CRM System – Manage Clients and Projects plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.4.6 via the 'contact_id' parameter. This makes it possible for authenticated attackers, with contributor-level access and above, to extract full names, email addresses, phone numbers, mobile numbers, fax numbers, and physical address information of arbitrary CRM contact records by enumerating the contact_id parameter.</description>
    </item>
    <item>
      <title>CVE-2026-93836</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93836</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93836</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:42 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.2. Publication does not establish exploitation. The WPC Product Bundles for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'qty' parameter in all versions up to, and including, 8.6.6 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The float cast used during quantity validation allows a numeric-prefixed payload such as '1' to pass validation while retaining its malicious HTML, which is then stored verbatim in order item metadata under the '_woosb_ids' key.</description>
    </item>
    <item>
      <title>CVE-2026-93778</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93778</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93778</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:42 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.2. Publication does not establish exploitation. The WP Yelp Review Slider plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Yelp Review Text (imported via wpyelp_download_source) in all versions up to, and including, 9.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The malicious payload originates from an anonymous Yelp reviewer on a public platform and requires no WordPress account; it is introduced into the database during the site administrator's ordinary use of the plugin's Download Reviews feature, making the effective attacker unauthenticated.</description>
    </item>
    <item>
      <title>CVE-2026-92969</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-92969</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-92969</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:41 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. The HUSKY – Products Filter for WooCommerce Professional plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.4.4 via the 'shortcode' parameter parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included. This vulnerability is exploitable by unauthenticated users because the only access control is a nonce check against woof_front_nonce, which is publicly emitted into inline JavaScript on every front-end page and is therefore obtainable by any site visitor without authentication.</description>
    </item>
    <item>
      <title>CVE-2026-92235</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-92235</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-92235</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:41 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. The The WP Ultimate Review plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 2.4.2. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for authenticated attackers, with subscriber-level access and above, to execute arbitrary shortcodes.</description>
    </item>
    <item>
      <title>CVE-2026-91092</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91092</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91092</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:41 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. The wpForo Forum plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.1.5. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to take over another guest author's forum post and modify its title, body, author name, and stored owner email address. This requires that guest posting and editing are enabled on the forum, and that the attacker knows the target guest author's email address.</description>
    </item>
    <item>
      <title>CVE-2026-87082</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-87082</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-87082</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:40 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Net[network address omitted]IDN[network address omitted]Punycode versions before 2.590 for Perl hang, crash or return a wrong label via unvalidated malformed UTF-8 in encode_punycode. Neither backend checks that its input is well-formed UTF-8, so a string with the UTF-8 flag set over malformed bytes, as the :utf8 PerlIO layer produces from any malformed input, reaches the encoder unchecked. On perl 5.32 and later the XS backend reports a malformed sequence with a length of `(STRLEN)-1`, so the scan steps back one byte instead of forward and never ends. On earlier perls the XS returns a valid label for a different name. The pure-Perl backend runs a regex over the flagged string. Depending on the bytes, it aborts with SIGBUS on perl 5.28 and later, dies with a panic, or returns a wrong label. The documented conversion functions match the label against Unicode properties first and that match dies on such a string, so only a direct call to encode_punycode reaches the defect. The decoder is not affected. A direct caller encoding attacker-supplied bytes hangs, crashes or gets a label for a name the input never held.</description>
    </item>
    <item>
      <title>CVE-2026-87081</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-87081</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-87081</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:40 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Net[network address omitted]IDN[network address omitted]UTS46 versions before 2.590 for Perl allow CPU exhaustion via quadratic punycode encoding of an overlong label before the length check in to_ascii. to_ascii punycode encodes each label and only then applies the 63-byte DNS limit. encode_punycode in both backends follows the sample implementation in RFC 3492, whose outer loop runs once per distinct non-ASCII code point and scans the whole input each round, so a label of distinct non-ASCII characters costs the square of its length before the limit rejects it. Every ASCII conversion in the distribution, including domain_to_ascii and email_to_ascii, goes through to_ascii.</description>
    </item>
    <item>
      <title>CVE-2026-87080</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-87080</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-87080</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:40 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Net[network address omitted]IDN[network address omitted]Punyco[network address omitted]PP versions before 2.590 for Perl decode a truncated label to a name containing a character it never encoded in decode_punycode. The pure-Perl decoder reads one digit at a time with four-argument substr and tests the result with defined to detect the end of the input. substr on an exhausted string returns the empty string rather than undef, so decoding continues past the end. The empty string converts to a digit value below the range, reducing the accumulator, and the decoder derives one extra code point and its position from it. The result is deterministic. The XS backend rejects the same label. Net[network address omitted]IDN[network address omitted]Punycode uses this backend wherever the XS does not build. The two backends disagree about what such a label means, so a sender can pick a label that one installation resolves to a name and another rejects.</description>
    </item>
    <item>
      <title>CVE-2026-87079</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-87079</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-87079</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:40 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Net[network address omitted]IDN[network address omitted]Punycode versions before 2.590 for Perl allow CPU exhaustion via quadratic insertion cost when decoding a long label in decode_punycode. The XS backend inserts each decoded code point into a UTF-8 buffer and finds the insertion point by scanning that buffer from the start, one character at a time. The scan runs once per code point over the output built so far, so the cost is quadratic in the label length. The pure-Perl backend downgrades its input to bytes so that substr can index it directly, but takes its working copy before the downgrade, so when the input carries the UTF-8 flag every substr on the copy scans from the start, with the same quadratic cost. Nothing bounds the label length in the to-Unicode direction. The 63-byte DNS limit is checked only when converting to ASCII, so domain_to_unicode and uts46_to_unicode pass an attacker-supplied label of any length to the decoder.</description>
    </item>
    <item>
      <title>CVE-2026-87078</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-87078</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-87078</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:40 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.1. Publication does not establish exploitation. Net[network address omitted]IDN[network address omitted]Punycode versions from 2.302 before 2.590 for Perl leak the output buffer on every rejected label in decode_punycode. The XS backend allocates the scalar it returns before it validates the input, sizing the buffer at twice the input length. The scalar is released only on the success path, so each of the three croaks that reject a label leaves the scalar and its buffer allocated. Nothing bounds the label length in the to-Unicode direction, since the 63-byte DNS limit is checked only when converting to ASCII. Only the XS backend is affected. A sender who supplies invalid labels grows the process by twice the label length per rejected call, with no successful call needed.</description>
    </item>
    <item>
      <title>CVE-2026-7622</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7622</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7622</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:40 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. The ThumbPress plugin for WordPress is vulnerable to unauthorized access in versions up to and including 6.2.1. This is due to missing capability checks and nonce verification in the send_deactivation_survey() function registered via the wp_ajax_pl-plugin-deactivation AJAX action. This makes it possible for authenticated attackers, with Subscriber-level access and above, to deactivate the ThumbPress plugin on the affected site by sending a crafted POST request to admin-ajax.</description>
    </item>
    <item>
      <title>CVE-2026-74766</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-74766</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-74766</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:40 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.4. Publication does not establish exploitation. Net[network address omitted]IDN[network address omitted]Punycode versions from 2.301 before 2.590 for Perl allow a heap use-after-free via a decoded code point that reallocates the output buffer in decode_punycode. The XS backend inserts each decoded code point into the string buffer of the scalar it returns. decode_punycode computes the insertion pointer first and only then grows the buffer when the code point does not fit. The growth reallocates the buffer and updates every pointer except the insertion pointer, so the move that follows and the write of the code point go through a freed pointer. The buffer starts at twice the label length, and a code point above U+FFFF takes four bytes in the output, so a label of such code points outgrows it and forces the reallocation. Version 2.301, the fix for CVE-2016-15059, introduced the defect. Only the XS backend is affected. Decoding an attacker-supplied punycode label reads and writes freed heap memory.</description>
    </item>
    <item>
      <title>CVE-2026-74765</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-74765</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-74765</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:40 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. Net[network address omitted]IDN[network address omitted]Punycode versions before 2.590 for Perl allow an out-of-bounds read via integer overflow of the delta accumulator in encode_punycode. The XS backend keeps the punycode delta, and the digit index derived from it, in a signed int. The accumulation `delta += (m-n) * (h+1)` has no overflow check, so a large enough code point wraps the delta and the digit index leaves the range of the 36-entry digit table. The bound before the final table access tests only for an index above 36, so a negative index passes it, as does 36 itself. Perl strings hold code points beyond the Unicode range, and one such code point overflows the accumulation on its own. Valid input wraps it as well, for example 1927 ASCII letters followed by U+10FFFF. The conversion functions encode a label before they check its length, so a long label reaches the encoder through the documented API. Only the XS backend is affected. Encoding an attacker-supplied string copies a byte from outside the digit table into the encoded result or crashes the process.</description>
    </item>
    <item>
      <title>CVE-2026-6922</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6922</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6922</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:39 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. The WP Table Builder – Drag &amp; Drop Table Builder plugin for WordPress is vulnerable to Incorrect Authorization in all versions up to, and including, 2.2.1. This is due to an operator precedence bug in the post-type guard within the trash_table_bulk() and restore_table_bulk() functions that causes the guard to never fire, combined with a permission callback that only verifies plugin role membership without per-post-type or ownership checks. This makes it possible for authenticated attackers, with subscriber-level access and above, to trash or restore any post, page, or custom post type on the site by supplying arbitrary post IDs.</description>
    </item>
    <item>
      <title>CVE-2026-4123</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4123</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4123</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:39 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. The RW Elephant Rental Inventory plugin for WordPress is vulnerable to Missing Authorization in all versions up to and including 2.3.13. This is due to a missing capability check on the toggle_cache() function which is hooked to the wp_ajax_toggle_cache AJAX action. The function also lacks nonce verification. This makes it possible for authenticated attackers, with Subscriber-level access and above, to toggle the plugin's cache setting on or off by sending a POST request to admin-ajax.</description>
    </item>
    <item>
      <title>CVE-2026-18439</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-18439</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-18439</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:39 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 4.0.7 via the tutor_quiz_builder_save AJAX action due to missing validation that nested question_id, answer_id, deleted_question_ids[], and deleted_answer_ids[] values in the submitted payload belong to a quiz/topic/course the requester is authorized to manage. The handler only validates the top-level course_id, topic_id, and (when supplied) payload['ID'], but the nested identifiers are passed straight into $wpdb-&gt;update/DELETE statements in QuizBuilder[network address omitted]save_questions(), QuizBuilder[network address omitted]save_question_answers(), and QuizBuilder[network address omitted]handle_delete(). This makes it possible for authenticated attackers, with Instructor-level access and above, to overwrite the content and re-parent arbitrary quiz questions/answers belonging to other instructors or administrators, and to delete arbitrary quiz question and answer rows.</description>
    </item>
    <item>
      <title>CVE-2026-1645</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1645</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1645</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:39 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.4. Publication does not establish exploitation. The Hostel plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'custom_currency' parameter and the 'locale_url' setting in all versions up to, and including, 1.1.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.</description>
    </item>
    <item>
      <title>CVE-2026-18345</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-18345</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-18345</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:38 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. The WP User Manager plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the Connect[network address omitted]omplete() function in versions up to, and including, 2.9.18. The function is registered on the admin_init hook (which fires for every authenticated user that reaches /wp-admin/, including Subscribers) and performs no current_user_can() or nonce verification before fetching Stripe credentials from the external WPUM connect service and writing them (publishable key, secret key, gateway mode, and connected Stripe account ID) into the wpum_settings option via wpum_update_option()/update_option(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to hijack the site's Stripe integration by completing their own Stripe Connect OAuth flow and then invoking the callback on the target site, causing all subsequent Stripe payments to be routed to the attacker's Stripe account.</description>
    </item>
    <item>
      <title>CVE-2026-16778</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-16778</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-16778</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:38 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.4. Publication does not establish exploitation. The Live Composer – Free WordPress Website Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'dslc_module_downloads_output' Shortcode Content in all versions up to, and including, 2.1.21 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The save-time wp_kses_post check is bypassed because the payload is stored as a serialized string containing no HTML tags for kses to tokenize, and the shortcode callback re-emits attacker-controlled values — including view_all_link (href attribute), main_heading_title (h2 body), button_text (anchor body), and button_inline_svg (anchor body) — without any escaping at render time.</description>
    </item>
    <item>
      <title>CVE-2026-12995</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-12995</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-12995</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. The Custom Field Template plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.7.8 via the edit_meta_value due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with contributor-level access and above, to delete arbitrary media attachments site-wide by supplying any numeric attachment ID in the file-field parameter alongside the corresponding delete flag, causing content loss and broken pages. Exploitation requires that the attacker's post is governed by a Custom Field Template containing at least one file-type field with the mediaRemove option not enabled, which is the default configuration for file fields.</description>
    </item>
    <item>
      <title>CVE-2025-1281</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1281</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1281</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. The BM Content Builder plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the ux_cb_remove_layout_ajax() and ux_cb_tools_export_ajax() functions in all versions up to, and excluding, 3.17.1. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).</description>
    </item>
    <item>
      <title>CVE-2025-1280</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1280</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1280</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. The BM Content Builder plugin for WordPress is vulnerable to Directory Traversal in all versions up to 3.17.1 (exclusive) via the ux_cb_page_customize_save_layout_ajax() function. This makes it possible for authenticated attackers, with Subscriber-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.</description>
    </item>
    <item>
      <title>CVE-2025-14487</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14487</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14487</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:35 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. The Handily plugin for WordPress is vulnerable to unauthorized payment settings modification due to missing authorization checks in all versions up to, and including, 1.0.3. This makes it possible for unauthenticated attackers to modify Stripe payment configuration settings, including publishable keys, secret keys, email addresses, success URLs, and cancel URLs via the payment settings parameters. This could allow attackers to redirect payments to their own Stripe accounts.</description>
    </item>
    <item>
      <title>CVE-2025-14486</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14486</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14486</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:35 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. The PixelPlay plugin for WordPress is vulnerable to unauthorized API key deletion due to missing authorization checks in all versions up to, and including, 1.0.2. This makes it possible for unauthenticated attackers to delete arbitrary API keys (Pixabay, Unsplash, Pixels, OpenAI) configured by site administrators via the 'clear_api_type' parameter.</description>
    </item>
    <item>
      <title>CVE-2025-14484</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14484</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14484</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:35 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. The Image Buzz plugin for WordPress is vulnerable to unauthorized API key modification due to missing authorization checks in all versions up to, and including, 1.0.3. This makes it possible for unauthenticated attackers to modify arbitrary API keys (Pixabay, Unsplash, Pixels) configured by site administrators via the 'pixabay_api', 'unsplash_api', or 'pixels_api' parameters.</description>
    </item>
    <item>
      <title>CVE-2016-15059</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2016-15059</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-15059</guid>
      <pubDate>Tue, 22 Sep 2026 08:16:34 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Net[network address omitted]IDN[network address omitted]Punycode versions before 2.301 for Perl allow a heap buffer overflow via unchecked writes past the output buffer in encode_punycode. The XS backend builds the encoded label in the string buffer of the scalar it returns, sized from the input length. The loop that emits the digits of each code point checks for room before every write, but the write of the last digit of each round and the write of the terminating NUL do not, so an input whose encoded form fills the buffer writes past its end. Only the XS backend is affected. Encoding an attacker-supplied string corrupts the heap.</description>
    </item>
    <item>
      <title>CVE-2026-94504</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94504</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94504</guid>
      <pubDate>Tue, 22 Sep 2026 07:16:31 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.2. Publication does not establish exploitation. Ninja Forms 3.15.3 stores an anonymous non-RTE textarea value and renders it without safe HTML encoding in the legacy submission editor. An attacker can break out of the textarea with stored script. When an Administrator opens the attacker-known direct submission URL, the script runs in the WordPress admin origin.</description>
    </item>
    <item>
      <title>CVE-2026-92438</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-92438</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-92438</guid>
      <pubDate>Tue, 22 Sep 2026 07:16:31 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. The Ninja Forms WordPress plugin 3.15.3 does not escape submitted form field values before outputting them on the submission edit screen in the admin area, which could allow unauthenticated users to submit values through a public form that then execute in the browser of any high-privileged user who reviews the submission.</description>
    </item>
    <item>
      <title>CVE-2026-91827</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91827</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91827</guid>
      <pubDate>Tue, 22 Sep 2026 07:16:31 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. The Ninja Forms WordPress plugin 3.15.3 does not prevent user-submitted form field values from being deserialised when an administrator later exports form submissions to CSV, allowing unauthenticated attackers to perform PHP Object Injection; if a suitable POP chain is present via another installed plugin or theme, this can lead to actions such as arbitrary file operations or remote code execution.</description>
    </item>
    <item>
      <title>CVE-2026-89412</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-89412</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-89412</guid>
      <pubDate>Tue, 22 Sep 2026 07:16:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.2. Publication does not establish exploitation. The TranslatePress – Translate Multilingual sites with AI Translation plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Translation Memory Suggestion Panel (v-html on suggestion.original) in all versions up to, and including, 3.3.5 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. Unauthenticated attackers can seed the translation dictionary's original column with executable HTML because the front-end rendering pipeline decodes entity-encoded payloads via html_entity_decode() before persistence, and the original column is deliberately exempt from kses filtering — meaning no save-time sanitizer neutralizes the stored payload before it is later rendered in an administrator's session.</description>
    </item>
    <item>
      <title>CVE-2026-93655</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93655</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93655</guid>
      <pubDate>Tue, 22 Sep 2026 06:16:49 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.1. Publication does not establish exploitation. The Booking Calendar plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'wpbc_auto_fill' parameter in all versions up to, and including, 11.8.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.</description>
    </item>
    <item>
      <title>CVE-2026-88788</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88788</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88788</guid>
      <pubDate>Tue, 22 Sep 2026 06:16:49 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.8. Publication does not establish exploitation. The Text Styler WordPress plugin through 1.1.1 does not sanitise and escape user-supplied styling values before outputting them within a front-end style block, and does not verify that a user may edit the target post, allowing users with contributor-level access or above to store JavaScript that executes in the browser of anyone viewing the affected post, including administrators.</description>
    </item>
    <item>
      <title>CVE-2026-85653</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-85653</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-85653</guid>
      <pubDate>Tue, 22 Sep 2026 06:16:49 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.4. Publication does not establish exploitation. The Contextual Related Posts plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'other_attributes' Block Parameter in all versions up to, and including, 4.4.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.</description>
    </item>
    <item>
      <title>CVE-2026-12470</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-12470</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-12470</guid>
      <pubDate>Tue, 22 Sep 2026 06:16:48 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.2. Publication does not establish exploitation. The CMP – Coming Soon &amp; Maintenance Plugin by NiteoThemes plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the 'cmp_ajax_import_settings' AJAX action in all versions up to, and including, 4.1.17. This makes it possible for authenticated attackers, with Editor-level access and above, to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site.</description>
    </item>
    <item>
      <title>CVE-2026-19658</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-19658</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-19658</guid>
      <pubDate>Tue, 22 Sep 2026 05:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. The Give Tributes plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.3.1 via deserialization of untrusted input . This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present. This vulnerability is only reachable when the "Allow Multiple Recipients" option is enabled for the donation form, as the single-recipient code path applies sanitize_textarea_field() which would neutralize the payload. Exploitation additionally requires the eCard "Custom Message" option to be disabled, which is the plugin default: when it is enabled the personalized message becomes a required field and GiveWP's give_clean() blanks serialized input during validation, causing the donation to be rejected before it is stored.</description>
    </item>
    <item>
      <title>CVE-2026-13355</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-13355</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-13355</guid>
      <pubDate>Tue, 22 Sep 2026 05:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. The Meta Box AIO plugin for WordPress is vulnerable to Privilege Escalation to Administrator in versions up to, and including, 3.11.0. This is due to a chained flaw: the populate_via_query_string() function in the mb-frontend-submission component unconditionally overrides the form's target object_id from the GET parameter 'rwmb_frontend_field_object_id' without any authorization check, and Form[network address omitted]process() lacks the user_can_edit() check present in render(), allowing unauthenticated attackers to overwrite the post_content of any page with an arbitrary shortcode via wp_update_post(); the mb-user-profile component then directly trusts the 'role' and 'auto_login' shortcode attributes in the injected [mb_user_profile_register] shortcode with no role validation. This makes it possible for unauthenticated attackers to elevate their privileges to Administrator. The standalone plugins Meta Box Frontend Submission (in versions up to 4.5.6) and Meta Box User Profile (versions up to 3.11.0) are also affected.</description>
    </item>
    <item>
      <title>CVE-2026-94493</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94493</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94493</guid>
      <pubDate>Tue, 22 Sep 2026 01:16:56 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. A vulnerability was detected in Gigatech PDV5701 1.0.31_240305_112640. This issue affects some unknown processing of the file /index.html of the component WebSocket Service. The manipulation results in missing authentication. The attack can be launched remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94492</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94492</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94492</guid>
      <pubDate>Tue, 22 Sep 2026 01:16:56 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A security vulnerability has been detected in Yonyou U8cloud 5.x. This vulnerability affects unknown code of the file /u8cloud/openapi/so.saleorder.sendaudit of the component OpenAPI. The manipulation of the argument operator leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94491</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94491</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94491</guid>
      <pubDate>Tue, 22 Sep 2026 01:16:56 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A weakness has been identified in Yonyou KSOA 9.0. This affects an unknown part of the file /cardcase/search_list.jsp. Executing a manipulation of the argument address can lead to sql injection. It is possible to launch the attack remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-93712</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93712</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93712</guid>
      <pubDate>Tue, 22 Sep 2026 01:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Dancer2 versions from 2.1.0 before 2.2.0 for Perl serve files from outside public_dir via relative path segments in the File route handler. The handler joins the request path onto public_dir without collapsing relative segments, and checks only that the result is a readable regular file. A request for `/../outside.txt` escapes public_dir, and percent-encoding the dots reaches the same file. The handler is off by default. An application is affected once it names File in route_handlers and sets static_handler to 0, which otherwise refuses a dot segment before the route runs. Any file the worker process can read is served to an unauthenticated request, including the application's config.yml above public_dir.</description>
    </item>
    <item>
      <title>CVE-2026-93711</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93711</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93711</guid>
      <pubDate>Tue, 22 Sep 2026 01:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Dancer2 versions before 2.2.0 for Perl do not strip CR and LF from response header names in headers_to_array. The routine removes CR and LF from each header value but not from the name. A name carrying them therefore reaches the PSGI server intact. A server that does not validate keys writes it to the wire, so the bytes after the CRLF arrive as their own header line. The application has to derive the header name from request data, not just the value. An attacker who controls that data adds their own headers and splits the response.</description>
    </item>
    <item>
      <title>CVE-2026-93710</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93710</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93710</guid>
      <pubDate>Tue, 22 Sep 2026 01:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Dancer2 versions from 2.0.0 before 2.2.0 for Perl dispatch a route that a dying hook refused when the exception handler halts the response in compile_hooks. A hook that dies fires core.app.hook_exception, then calls cleanup unless the failing hook is the exception handler. A handler that halts does not stop that cleanup, which discards the request, response and session the dispatcher has yet to read, so the refused route runs. The handler has to halt the response object by calling its halt method or setting is_halted: the halt keyword unwinds through with_return before cleanup runs. A check in a before hook is not enforced: the caller gets the refusal, while the route body runs and its writes land.</description>
    </item>
    <item>
      <title>CVE-2026-93709</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93709</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93709</guid>
      <pubDate>Tue, 22 Sep 2026 01:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Dancer2 versions before 2.2.0 for Perl serve a layout as a page when an equivalent spelling of its path misses the guard in the AutoPage handler. The handler compares the request path against the layout directory name as text, while the lookup that follows canonicalises it. A doubled slash, a dot segment, a percent-encoded slash, or a different capitalisation on a case-insensitive filesystem therefore misses the guard. The handler is off by default, enabled with auto_page. The layout wrapping every page is already public, so this discloses one of the application's other layouts.</description>
    </item>
    <item>
      <title>CVE-2026-76974</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-76974</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-76974</guid>
      <pubDate>Tue, 22 Sep 2026 01:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. SAP Fiori Launchpad does not sufficiently validate certain user-controlled input. An unauthenticated attacker could craft a malicious link that, when clicked by an authenticated user, causes the browser to load attacker-controlled content from an external location. This could be used to exfiltrate sensitive information from the victim's session, resulting in a high impact on confidentiality. There is no impact on integrity and availability.</description>
    </item>
    <item>
      <title>CVE-2026-94490</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94490</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94490</guid>
      <pubDate>Tue, 22 Sep 2026 00:16:32 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A security flaw has been discovered in OctoPrint 1.0.0. Affected by this issue is the function executeSystemCommand of the file src/octoprint/server/api/system.py of the component Command API. Performing a manipulation of the argument command results in os command injection. It is possible to initiate the attack remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94489</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94489</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94489</guid>
      <pubDate>Tue, 22 Sep 2026 00:16:32 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was identified in OctoPrint 1.0.0. Affected by this vulnerability is the function _validate of the file src/octoprint/server/api/files.py of the component File Download API. Such manipulation of the argument filename leads to path traversal. The attack may be performed from remote. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94426</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94426</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94426</guid>
      <pubDate>Mon, 21 Sep 2026 23:16:57 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A vulnerability was determined in xuxueli xxl-job up to 3.5.0. The impacted element is an unknown function of the file /jobgroup/insert. This manipulation of the argument Name causes cross site scripting. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94425</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94425</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94425</guid>
      <pubDate>Mon, 21 Sep 2026 23:16:56 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. A vulnerability was found in Moore Threads MTT S80 Driver Package 340.150. The affected element is the function sub_140006F0C in the library mtdispkm64.sys of the component IOCTL Handler. The manipulation results in improper privilege management. Attacking locally is a requirement. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94627</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94627</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94627</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:01 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. vLLM Mooncake connector through 0.29.0 fails to properly manage GPU KV cache block ownership when concurrent child requests share a single transfer ID in prefill/decode disaggregated deployments. Attackers can trigger GPU memory exhaustion by submitting completion requests with multiple prompts, causing orphaned KV cache blocks to accumulate until process restart and eventually preventing legitimate requests from executing.</description>
    </item>
    <item>
      <title>CVE-2026-94626</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94626</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94626</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:01 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. vLLM through 0.29.0 fails to validate the tp_size parameter in kv_transfer_params on OpenAI-compatible completion endpoints, allowing attackers to allocate unbounded memory. Attackers can supply arbitrary tp_size values in prefill/decode disaggregated deployments to exhaust memory and trigger kernel OOM-kill of the decode worker process.</description>
    </item>
    <item>
      <title>CVE-2026-94625</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94625</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94625</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:01 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. vLLM through 0.29.0 contains a resource exhaustion vulnerability in MooncakeConnector where rejected prefill requests create ownerless transfer placeholders that are never reclaimed. Attackers can send rejected requests to exhaust sender task pools, causing valid requests to be delayed by up to 480 seconds while health checks continue returning success.</description>
    </item>
    <item>
      <title>CVE-2026-94624</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94624</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94624</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:01 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. vLLM through 0.29.0 contains a denial of service vulnerability in P2P KV offloading when OffloadingConnector is configured with TieringOffloadingSpec and a peer-to-peer secondary tier. Attackers can supply arbitrary remote host and port values in kv_transfer_params to create unreachable peer sessions that retain ZeroMQ sockets until the context quota is exhausted, causing an uncaught ZMQError that crashes EngineCore and stops all inference.</description>
    </item>
    <item>
      <title>CVE-2026-94623</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94623</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94623</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:01 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. vLLM through 0.29.0 contains a denial of service vulnerability in the NIXL connector's prefix caching implementation that fails to properly validate block counts across multi-prompt completion requests in prefill/decode disaggregated deployments. Attackers can trigger an assertion failure in NixlBaseConnectorWorker._apply_prefix_caching by submitting completion requests with multiple prompts of varying lengths, causing the decode worker to terminate and become unavailable until restarted.</description>
    </item>
    <item>
      <title>CVE-2026-94622</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94622</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94622</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:00 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. vLLM versions through 0.29.0 contain a denial of service vulnerability in the NIXL connector's metadata handling for prefill/decode disaggregated deployments. Attackers can send requests with incomplete kv_transfer_params dictionary entries to trigger an uncaught KeyError in EngineCore scheduling, causing the decode engine to terminate and making all routed requests fail until manual restart.</description>
    </item>
    <item>
      <title>CVE-2026-94540</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94540</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94540</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:00 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.4. Publication does not establish exploitation. DesktopSMS 1.11.0 by MrPear contains an unauthorized access vulnerability that allows local attackers to transmit SMS, retrieve SMS-derived content, and persist an attacker-selected paired identity by interacting with the application's local service without any pairing confirmation or user interaction. Attackers can exploit the unauthenticated local service through same-device loopback to perform privileged SMS operations using the victim application's permissions.</description>
    </item>
    <item>
      <title>CVE-2026-94536</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94536</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94536</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:00 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. lamp-cloud through 5.10.0 fails to validate the employeeId parameter in the /anyone/visible/resource endpoint, allowing authenticated users to read any employee's roles and permissions. Attackers can supply arbitrary employeeId values to enumerate other employees' role codes, permission codes, and complete front-end router trees without authorization checks.</description>
    </item>
    <item>
      <title>CVE-2026-94535</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94535</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94535</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:00 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. lamp-cloud through 5.10.0 contains an authorization bypass vulnerability in the deleteMyNotice endpoint that allows authenticated users to delete other users' notifications. Attackers can call the DELETE /anyone/extendNotice/deleteMyNotice endpoint with arbitrary notice IDs to permanently remove notifications belonging to other users without recipient validation.</description>
    </item>
    <item>
      <title>CVE-2026-94534</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94534</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94534</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:00 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. lamp-cloud through 5.10.0 fails to validate user identity in PUT /anyone/baseInfo and PUT /anyone/avatar endpoints, allowing authenticated attackers to modify arbitrary user profiles. Attackers can supply target user IDs in request bodies to rewrite profile fields including nickname, ID card, sex, nation, education, work description, and avatar attachments of other users.</description>
    </item>
    <item>
      <title>CVE-2026-94533</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94533</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94533</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:00 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. lamp-cloud through 5.10.0 contains an authorization bypass vulnerability in FileAnyoneController that allows authenticated users to download arbitrary attachments. Attackers can retrieve other users' stored files by supplying valid attachment identifiers to the /anyone/file/down and /anyone/file/download endpoints, as the application never validates file ownership against the created_by column.</description>
    </item>
    <item>
      <title>CVE-2026-94532</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94532</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94532</guid>
      <pubDate>Mon, 21 Sep 2026 22:17:00 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. lamp-cloud through 5.10.0 contains an authorization bypass vulnerability in the getUserInfoById endpoint that allows authenticated users to read any other user's full profile. Attackers can iterate the userId parameter to harvest sensitive user information including mobile numbers, email addresses, national identity card numbers, and WeChat and DingTalk OpenIDs.</description>
    </item>
    <item>
      <title>CVE-2026-93340</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93340</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93340</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:59 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.4. Publication does not establish exploitation. Gladys Assistant before 5.1.0 contains a password reset link poisoning vulnerability that allows unauthenticated remote attackers to obtain valid password reset tokens for any account by exploiting the client-supplied origin parameter in the forgot_password endpoint without server-side validation. Attackers can send a crafted request specifying an attacker-controlled origin, causing the victim to receive a poisoned reset link that discloses the session token to the attacker, enabling full account takeover including administrator accounts.</description>
    </item>
    <item>
      <title>CVE-2026-88756</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88756</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88756</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:59 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Pagekit CMS</description>
    </item>
    <item>
      <title>CVE-2026-88738</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88738</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88738</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:59 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Jazzware RT1000 Edge webUI v. 20.0.1 contains an unrestricted file upload vulnerability in the upgrade package upload functionality. An authenticated attacker can upload a server-side executable file. The uploaded file is stored in a web-accessible executable location and can be accessed directly over HTTP without authentication, resulting in remote code execution.</description>
    </item>
    <item>
      <title>CVE-2026-79079</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79079</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79079</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:59 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.8. Publication does not establish exploitation. An issue in CrossWire Xiphos</description>
    </item>
    <item>
      <title>CVE-2026-78847</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-78847</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-78847</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:58 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. An issue in gray-matter All versions (verified on 4.0.3) allows the JavaScript engine in lib/engines.js using eval() to parse front matter when language is js/javascript.This allows arbitrary code execution.</description>
    </item>
    <item>
      <title>CVE-2026-78806</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-78806</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-78806</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:58 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. An issue in Matter Standard Specification-Implementation gap v1.5.1 Matter Project Chip V1.5.1 allows a local attacker to obtain sensitive information via the PerformCommissioningStep function in the ChipDeviceController.cpp component</description>
    </item>
    <item>
      <title>CVE-2026-65980</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-65980</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-65980</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:58 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.9. Publication does not establish exploitation. Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 5.2.3, Chartbrew's ClickHouse protocol in server/sources/plugins/clickhouse/clickhouse.protocol.js calls applySqlVariables() from server/sources/shared/sql/sql.variables.js without enabling the escapeBackslash option. For a ClickHouse-backed chart with variable binding, an attacker can supply a backslash before a quote so quote doubling does not keep the value within its intended SQL string literal. Public dashboards can expose this path without authentication, and successful exploitation can execute arbitrary ClickHouse SQL to disclose data or, when the database configuration permits, access files or internal network resources. This issue is fixed in version 5.2.3.</description>
    </item>
    <item>
      <title>CVE-2026-61852</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61852</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61852</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:58 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.8. Publication does not establish exploitation. Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 5.2.2, Chartbrew's runQuery() implementation in server/modules/ai/orchestrator/tools/runQuery.js interpolates the AI tool's row_limit parameter into a SQL LIMIT clause without runtime integer validation. The read-only keyword check runs before this value is appended, so an authenticated user who can influence a model-generated non-integer row_limit can add SQL that bypasses the earlier check. Successful exploitation can execute arbitrary statements against the connected database, including reading or changing data and, where database permissions permit, accessing files or executing operating-system commands. This issue is fixed in version 5.2.2.</description>
    </item>
    <item>
      <title>CVE-2026-61851</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61851</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61851</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:58 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 5.2.2, Chartbrew's runQuery() implementation in server/modules/ai/orchestrator/tools/runQuery.js attempts to enforce read-only database access with a blocklist containing only seven SQL keywords. An authenticated user with AI feature access can submit dangerous statements or database functions that are absent from the read-only keyword blocklist, causing them to execute without SQL injection or keyword-obfuscation techniques. Depending on the database engine, configuration, and database-user privileges, this can expose or write files, access internal network resources, change database privileges, execute commands, or alter data. This issue is fixed in version 5.2.2.</description>
    </item>
    <item>
      <title>CVE-2026-61743</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61743</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61743</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:57 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 5.2.2, Chartbrew's server/modules/safeRequest.js calls validateOutboundUrl() to resolve and validate a target hostname, but request-promise performs a separate DNS resolution for the actual connection. An authenticated user who can create or test API connections and controls the target DNS name can return a public address during validation and a private address during the request, bypassing the protections implemented by server/modules/outboundTargetPolicy.js. This DNS rebinding condition can expose internal services, localhost resources, or cloud metadata endpoints. This issue is fixed in version 5.2.2.</description>
    </item>
    <item>
      <title>CVE-2026-61652</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61652</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61652</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:57 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. Zapros, a Python HTTP client, prior to version 0.14.0 is vulnerable to denial of service via memory exhaustion. The issue affects all callers who streamed compressed responses relying on the chunk size — explicit (`iter_bytes(chunk_size=...)`) or the default — to bound memory. The decoder ignored that bound, so a chunk could be far larger than requested and a single compressed response could overflow memory. Version 0.14.0 contains a patch. Some workarounds are available. Read the still-compressed body with `Response.iter_raw()` / `Response.async_iter_raw()`, which bypass the built-in decoders, and decompress it yourself with an explicit output-size bound (e.g. `zlib`'s `max_length`), aborting once a configured limit is exceeded. Where feasible, send `Accept-Encoding: identity` to disable response compression so bodies are not decompressed client-side. Avoid decoding response bodies from untrusted servers.</description>
    </item>
    <item>
      <title>CVE-2026-61541</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61541</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61541</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:57 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. Zapros, a Python HTTP client, prior to version 0.14.0 is vulnerable to denial of service when an application requests content from an untrusted server, or follows a redirect to one, because a malicious response containing an excessive number of chained `Content-Encoding` values causes Zapros to construct a deeply nested decompression chain that consumes excessive resources. Version 0.14.0 patches the vulnerability by limiting responses to five content-encoding layers and raising `DecodingError` when that limit is exceeded. As a workaround, applications can add response middleware that inspects the `Content-Encoding` header and rejects responses containing more than a safe number of encoding layers.</description>
    </item>
    <item>
      <title>CVE-2026-59830</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-59830</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-59830</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:57 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. Discourse is an open-source discussion platform. Prior to 2026.7.0, the post action component failed to escape user-controlled display names before interpolating them into an HTML string passed to trustHTML. A user who could choose a crafted display name could persist markup in post action descriptions. Viewing the affected user activity streams could execute attacker-controlled script in another user's browser. This issue is fixed in version 2026.7.0.</description>
    </item>
    <item>
      <title>CVE-2026-59815</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-59815</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-59815</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:57 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.7, Joplin Server's ItemModel.checkIfAllowed() authorizes writes to items with a share ID when any share_users row exists for the caller, without requiring ShareUserStatus.Accepted. A low-privileged authenticated user with a pending folder-share invitation can create an item under the share ID, and ShareModel.updateSharedItems3() propagates the injected content to the owner and accepted participants before the attacker accepts the invitation. This issue is fixed in version 3.7.7.</description>
    </item>
    <item>
      <title>CVE-2026-59814</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-59814</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-59814</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:57 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.6. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.7, Joplin Server's GET /shares/:id?resource_id= route serves a resource with the attacker-controlled mime value and omits Content-Disposition when the resource title is empty. A low-privileged user can publish an empty-title image/svg+xml attachment whose script executes when a victim opens the public share. By default, user content shares the Joplin Server application origin, allowing the script to access same-origin data and, when the victim is authenticated, perform actions with the victim's session, including reading administrative data and anti-CSRF tokens. Installations that configure USER_CONTENT_BASE_URL to a separate origin still execute the script, but on that separate user-content origin rather than the application origin. This issue is fixed in version 3.7.7.</description>
    </item>
    <item>
      <title>CVE-2026-55210</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55210</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55210</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:56 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.4. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, Joplin Server's UserModel.ssoLogin() returns an existing account matched by an IdP-asserted email without checking the account's is_external flag. In deployments using mixed local and SAML authentication, an attacker whose IdP session can assert a local user's email can pass POST /api/saml, receive a session for that local account, and access or modify the victim's notes, files, and settings without knowing the local password. This issue is fixed in version 3.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-46650</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46650</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46650</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:56 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.4. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, isAcceptedUrl() in packages/renderer/htmlUtils.ts uses an unanchored regular expression for internal resource URLs, allowing a javascript: URL containing a matching 32-character path fragment to pass validation and be emitted into an HTML note's link. A low-privileged Joplin Server user can publish the crafted HTML note as a public share. In the current build, ordinary left-click is blocked; demonstrated execution requires middle-click or Open in new tab in an older or non-hardened browser because current Chrome and Firefox block javascript: new-tab navigation. When execution succeeds, the script runs in the Joplin Server origin, can read page-visible content, and can make authenticated same-origin requests when the victim is signed in. This issue is fixed in version 3.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-17054</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-17054</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-17054</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:56 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. The Espressif ESP-hosted Wi-Fi driver (drivers/wifi/esp_hosted/) parses frames received over SPI from the ESP co-processor in esp_hosted_event_task(). For control frames it took the 16-bit TLV field data_length straight off the wire and passed it to pb_istream_from_buffer(frame.data_value, frame.data_length) without checking it against the frame length or the receive buffer. frame.data_value sits 26 bytes into a 3188-byte stack object, so a data_length of up to 0xFFFF makes pb_decode() read up to roughly 62 KB past the end of that object. Only the first fragment of a fragmented control response carries a TLV header; the pre-fix driver performed half-duplex SPI transactions and silently discarded any frame the co-processor queued while the host was transmitting (esp_hosted_hal_spi_transfer() aliased the RX buffer onto the TX buffer). When the discarded frame is the first fragment of a fragmented response, the driver treats the next fragment as a new frame — its per-fragment header and checksum are genuine, so both validation steps pass — and reads the TLV header out of raw protobuf continuation bytes. Those bytes come from control responses whose size and content an adjacent, unauthenticated attacker can influence, notably the AP scan list, which grows with the number and SSID length of access points in radio range. The impact is denial of service rather than disclosure. Reading past the end of the RAM region faults the device, and CONFIG_NANOPB_ENABLE_MALLOC is selected by the driver, so garbage length prefixes read out of bounds also drive heap allocations. The out-of-boun</description>
    </item>
    <item>
      <title>CVE-2026-15890</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-15890</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-15890</guid>
      <pubDate>Mon, 21 Sep 2026 22:16:56 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. The default AEAD nonce provider for the PSA Internal Trusted Storage transform module, secure_storage_its_transform_aead_get_nonce() in subsys/secure_storage/src/its/transform/aead_get.c, stores its nonce counter in unsynchronized function-local static variables (s_nonce and s_nonce_initialized). Every ITS write obtains its AES-GCM or ChaCha20-Poly1305 nonce here via secure_storage_its_transform_to_store(). Because the function held no lock, two threads calling it concurrently race on the shared statics: the initialization path (psa_generate_random() followed by memcpy()) and the non-atomic increment-then-copy path can each hand the same nonce value to two distinct encryption operations, and can lose increments so the counter repeats values it was designed never to repeat. The ITS layer (secure_storage_its_set() in subsys/secure_storage/src/its/implementation.c) performs no serialization of its own, so concurrent same-UID writes reach the racy provider directly. Reusing a nonce with the same key under AES-GCM or ChaCha20-Poly1305 is a catastrophic AEAD failure: it leaks the XOR of the two plaintexts (ITS routinely stores secrets, including PSA persistent keys) and, for GCM, exposes the authentication key, enabling forgery of stored entries. Because the AEAD key is derived per entry UID, the security-relevant collision is two concurrent writes to the same UID both receiving the same nonce; an adversary able to read the raw backing storage can then exploit the reuse. Both ITS store back-ends shipped with Zephyr, zms.c and the settings/NVS back-end in settings.c, are log-struc</description>
    </item>
    <item>
      <title>CVE-2026-94588</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94588</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94588</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.4. Publication does not establish exploitation. In Proxmox pmg-api, an argument injection vulnerability exists in the package changelog retrieval functionality. This is caused by improper handling of user-supplied input passed to the underlying apt-get command when fetching package changelogs. It requires authentication but can be exploited in a CSRF-style attack.</description>
    </item>
    <item>
      <title>CVE-2026-94572</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94572</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94572</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.4. Publication does not establish exploitation. In OpenStack Octavia before 18.0.1, the Amphora provider driver did not validate the listener and pool tls_ciphers field for control characters. The value is written verbatim into the HAProxy configuration generated on the amphora, and thus an authenticated project member who owns a TLS-enabled load balancer can embed a newline and inject arbitrary HAProxy configuration directives. Only deployments using the Amphora provider are affected.</description>
    </item>
    <item>
      <title>CVE-2026-94571</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94571</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94571</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.4. Publication does not establish exploitation. In OpenStack Octavia before 18.0.1, the Amphora provider driver did not reject control characters in the L7 policy redirect_url and redirect_prefix fields. The RFC 3986 URL validator percent-encodes control characters before validating, and thus newlines passed structural checks, but Octavia stored and wrote the raw unencoded value directly into the HAProxy configuration generated on the amphora. An authenticated project member who owns a load balancer can therefore inject arbitrary HAProxy directives through a REDIRECT_TO_URL L7 policy. Only deployments using the Amphora provider are affected.</description>
    </item>
    <item>
      <title>CVE-2026-94424</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94424</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94424</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. A vulnerability has been found in Moore Threads MTT S80 Driver Package up to 340.150. Impacted is the function sub_140001000 in the library mtdispkm64.sys of the component IOCTL Handler. The manipulation leads to heap-based buffer overflow. An attack has to be approached locally. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-93433</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93433</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93433</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:17 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A flaw was found in libstoragemgmt. An attacker with control over a local or virtual storage device could provide specially crafted SCSI (Small Computer System Interface) Vital Product Data (VPD) page 0x80 data. This malformed data, specifically an untrusted page length field, can lead to a stack buffer overflow in the `_sg_parse_vpd_80()` function during serial number parsing. Successful exploitation could result in a denial of service by crashing or destabilizing the process querying the serial number.</description>
    </item>
    <item>
      <title>CVE-2026-88746</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88746</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88746</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. idccms V1.70 is vulnerable to Cross Site Scripting (XSS) in /admin/makeDiy_deal.php.</description>
    </item>
    <item>
      <title>CVE-2026-88745</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88745</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88745</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. EMLOG-Pro 2.6.29 contains a XSS vulnerability that enables attackers to upload a malicious shell.</description>
    </item>
    <item>
      <title>CVE-2026-88467</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88467</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88467</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. CRMEB Knowledge-Paid System crmeb_zzff_class 1.4.4 has a backend verification function that returns the wrong type of value, causing errors and leaking sensitive information.</description>
    </item>
    <item>
      <title>CVE-2026-88412</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88412</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88412</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. An integer overflow in the _BulkInsert_ReadProperty component (/bulk_insert.c) of FalkorDB (Redis module) v4.20.1 allows attackers to cause a Denial of Service (DoS) via a crafted input.</description>
    </item>
    <item>
      <title>CVE-2026-88411</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88411</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88411</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Improper error handling in the GRAPH.EFFECT component (/effects/effects_apply.c) of FalkorDB (Redis module) v4.20.1 leads to a Denial of Service (DoS) within the application.</description>
    </item>
    <item>
      <title>CVE-2026-88410</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88410</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88410</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. The graph.UDF in FalkorDB (Redis module) v4.20.1 to v4.20.4 is not registered as a write command, leading to unexpected behavior within the application.</description>
    </item>
    <item>
      <title>CVE-2026-88409</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88409</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88409</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. FalkorDB (Redis module) v4.20.1 to v4.20.4 was discovered to contain a buffer overflow in the _Decode_GrB_Matrix function (/v19/decode_matrix.c). This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted input.</description>
    </item>
    <item>
      <title>CVE-2026-88408</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88408</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88408</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. FalkorDB (Redis module) v4.20.1 to v4.20.4 was discovered to contain a stack overflow in the _GetGroup() function (/ops/op_aggregate.c). This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted input.</description>
    </item>
    <item>
      <title>CVE-2026-88407</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88407</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88407</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. An out-of-bounds read in the node_token_count/relation_token_count component of FalkorDB (Redis module) v4.20.1 to v4.20.4 allows attackers to cause a Denial of Service (DoS) via a crafted input.</description>
    </item>
    <item>
      <title>CVE-2026-88406</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88406</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88406</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. FalkorDB (Redis module) v4.20.1 to v4.20.4 was discovered to contain a stack overflow in the _ValidateUnion_Clauses function (/ast/ast_validations.c). This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted input.</description>
    </item>
    <item>
      <title>CVE-2026-88405</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88405</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88405</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. A remote code execution (RCE) vulnerability in the RemoteRegisterFunctionService function (/remote/remote-register-function.service.ts) of Univer v1.0.0-alpha.2 allows attackers to execute arbitrary code via a crafted payload.</description>
    </item>
    <item>
      <title>CVE-2026-88404</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88404</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88404</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. A remote code execution (RCE) vulnerability in the UniscriptExecutionService.execute() function (/services/script-execution.service.ts) of Univer v1.0.0-alpha.2 allows attackers to execute arbitrary code via a crafted payload.</description>
    </item>
    <item>
      <title>CVE-2026-88403</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88403</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88403</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. A Server-Side Request Forgery (SSRF) in the serverRequest function of nocobase v2.1.21 allows authenticated attackers to scan internal resources via a crafted HTTP request.</description>
    </item>
    <item>
      <title>CVE-2026-88402</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88402</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88402</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. A SQL injection vulnerability in the checkSQL function of nocobase v2.1.21 allows attackers to access sesntive database information via injecting crafted SQL statements.</description>
    </item>
    <item>
      <title>CVE-2026-79919</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79919</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79919</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. Prior to version 2.10.6-lts, function-library code running under the LD_PRELOAD sandbox can invoke ctypes.CDLL from an importlib.abc.MetaPathFinder callback so the dlopen call-stack heuristic sees a Python import frame, then use unhooked dlsym with RTLD_NEXT to resolve glibc's real syscall and bypass the sandbox syscall blacklist. An authenticated workspace member can consequently read or write files, execute processes, or access networks as the sandbox user. This issue is fixed in version 2.10.6-lts.</description>
    </item>
    <item>
      <title>CVE-2026-79918</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79918</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79918</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. Prior to version 2.10.6-lts, the ToolExecutor LD_PRELOAD sandbox hooks execve, execvpe, and execveat to prevent subprocess creation but does not hook fexecve. An authenticated attacker able to execute tool code can call fexecve to start a process outside the sandbox's intended subprocess policy. This issue is fixed in version 2.10.6-lts.</description>
    </item>
    <item>
      <title>CVE-2026-79917</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79917</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79917</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. In 2.7.0 through 2.10.4-lts, POST /chat/api/{application_id}/chat/{chat_id}/share_chat verifies that a conversation exists but does not verify that it belongs to the authenticated chat_user_id or to the application bound to the caller's token. An attacker with any chat token and a known victim chat_id can create an unauthenticated public ChatShareLink exposing the victim's conversation and can create PublicFileAccess state that makes associated files retrievable without credentials, with no available revoke path. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-79916</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79916</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79916</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.1. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. Prior to 2.10.5-lts, authenticated workspace members can inject control characters into AWS Bedrock access_key_id and secret_access_key fields that _update_aws_credentials writes to /root/.aws/credentials without safe parsing. An attacker can append a new AWS profile containing credential_process, then select that profile during a later model-validation request so botocore executes an attacker-controlled command as root. This vulnerability is fixed in 2.10.5-lts.</description>
    </item>
    <item>
      <title>CVE-2026-79317</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79317</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79317</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. A session invalidation flaw exists in x-ui 0.3.2. The full user object is stored in a client-side signed cookie, and authentication only checks that a user object can be retrieved from the cookie without re-validating against the database or any session version. When an administrator changes the username or password, previously issued session cookies are not revoked, so an attacker who holds a pre-change admin cookie can continue accessing and operating the management interface after the credentials have been rotated.</description>
    </item>
    <item>
      <title>CVE-2026-79316</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79316</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79316</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. An improper access control vulnerability exists in x-ui 0.3.2. Any authenticated panel user can modify the xray configuration template through the settings interface and trigger a panel restart, causing the xray management gRPC service, which is bound to loopback by default, to be regenerated and bound to non-loopback addresses. This expands the reachable surface of the management interface beyond its intended local-only boundary.</description>
    </item>
    <item>
      <title>CVE-2026-77525</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77525</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77525</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:11 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.2. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. In 2.10.2-lts and earlier, management chat-record routes authorize the path application_id but load records using global chat_id and chat_record_id values without confirming that the chat belongs to the authorized application. A normal user in the same workspace who knows the chat_id of a persisted non-debug record for a victim's published application can place it under a separate attacker-owned application path to read victim chat records. An attacker with an owned knowledge base and document can also use add_knowledge to copy victim answers while updating the victim record's improve_paragraph_id_list. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-77523</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77523</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77523</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:11 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.4. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. In version 2.10.3-lts and earlier, the model parameter form route authorizes the path workspace but ModelSerializer.ModelParams loads and saves a Model by id alone without including workspace_id in the query. An authenticated user with model read permission in an attacker-controlled workspace can supply a known victim model_id to read or overwrite the victim's model_params_form in another workspace, potentially altering workflows that use those defaults. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-77522</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77522</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77522</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:11 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. In version 2.10.3-lts and earlier, the knowledge web-document import and synchronization crawler passes an authenticated workspace user's URL to Fork.fork, which calls requests.get with verify=False and without restricting schemes, loopback, link-local, private, or reserved addresses. The response body is converted into imported document content, allowing a low-privileged user to read cloud metadata or internal HTTP services through the MaxKB server. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-77521</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77521</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77521</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 10.0. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. Prior to version 2.10.5-lts, assistants with a tool, MCP tool, skill, or sub-application use SandboxShellBackend, which exposes an execute shell tool without excluding it and omits execute from interrupt_on, so human approval is not required. Untrusted chat or ingested content can therefore cause command execution; source deployments with MAXKB_SANDBOX disabled run commands directly as the application user, while the official root container's string-based gosu wrapper allowed shell metacharacters to execute outside the intended sandbox. This issue is fixed in version 2.10.5-lts.</description>
    </item>
    <item>
      <title>CVE-2026-77520</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77520</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77520</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. In 2.10.2-lts and earlier, a normal user in the same workspace can obtain another user's application_id from the homepage application question-ranking endpoint when the published victim application has ranking activity in the selected date range and the attacker knows or guesses its name, even though direct application detail and debug-open routes deny access. An attacker who can create and publish a workflow application can place the disclosed identifier in an attacker-owned workflow application-node, trigger that workflow, receive output generated by the victim application, and create durable application_chat and application_chat_record rows under the victim application because save and runtime paths do not verify permission to use the referenced application. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-77519</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77519</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77519</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. In 2.10.2-lts and earlier, the /chat/api/mcp authentication path looks up an ApplicationApiKey using only its secret and active status, without enforcing the is_permanent and expire_time checks used by the standard chat API. A previously valid, non-permanent application key that remains active after expiration can initialize the MCP endpoint, list the published application's tool metadata, invoke tools/call, and create durable application_chat and application_chat_record state even though /chat/api/open rejects the same key. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-77518</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77518</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77518</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.0. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. In 2.10.2-lts and earlier, a normal workspace user who knows another user's active MCP tool_id in the same workspace can retrieve the hidden tool through the tool-detail route because it does not apply the per-resource authorization used by the list route. The response includes Tool.code, which may contain MCP server configuration and headers, and an attacker who can create or edit an attacker-owned workflow can place the same foreign mcp_tool_id in a workflow mcp-node so workflow debug uses the owner's MCP configuration without verifying permission to use that tool. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-77517</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77517</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77517</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. From version 2.0.0 through 2.10.2-lts, document and paragraph operate routes authorize only knowledge_id in the request path, then query the target Document by document_id or Paragraph by paragraph_id without confirming that the object belongs to that knowledge base. A normal workspace user with a known victim document or paragraph UUID can use an attacker-owned knowledge-base path to read or modify content in another user's knowledge base. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-77516</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77516</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77516</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. MaxKB is an open-source AI assistant for enterprise. From version 2.0.0 through 2.9.2, a lowest-role workspace member denied access to a tool by WorkspaceUserResourcePermission can still bind its identifier through tool_ids, skill_tool_ids, or mcp_tool_ids and execute it through the agent or workflow dispatch path. The dispatch path does not reapply the per-tool grant enforced by dedicated tool routes, and tool execution decrypts server-side init_params, allowing the caller to receive credentials carried by the denied tool. No fixed version is available as of this review.</description>
    </item>
    <item>
      <title>CVE-2026-73553</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73553</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73553</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, When ignore_path_parameters_in_path_matching is enabled, Envoy's router strips the semicolon suffix before matching but the RBAC url_path matcher evaluates the raw path. A downstream request such as /admin;x can therefore miss a DENY rule for /admin while the router still selects the protected /admin backend. The inconsistent canonicalization allows an unauthenticated client to bypass path-based authorization. The relevant scope boundary is that the route option and a path-based RBAC rule must both be present, and the protected route must match after stripping. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73551</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73551</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73551</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy's URL normalization does not recognize dot and dotdot path segments when they carry semicolon parameters. A request such as /user/..;foo=bar/admin is therefore not canonicalized to /admin even when path normalization is enabled. If an upstream interprets the segment according to RFC 3986 while Envoy applies routing or RBAC to the uncollapsed path, a remote client can cause path confusion and bypass path-based security policy. The relevant scope boundary is that the security consequence depends on a downstream/upstream path interpretation mismatch or a path-based Envoy decision. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73511</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73511</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73511</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy normally matches the raw request path, while servlet backends such as Apache Tomcat strip semicolon matrix parameters from each path segment before resolving the resource. Envoy's ignore_path_parameters_in_path_matching option instead truncates at the first semicolon and still does not match per-segment backend behavior. A remote client can use a parameterized protected segment, or a parameter on an earlier segment, to make Envoy select an unprotected fallback while the backend resolves the protected resource. The relevant scope boundary is that the bypass requires both a path-based Envoy decision and a backend that strips semicolon parameters per segment. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-67827</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-67827</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-67827</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Incorrect Access Control in the HTTP API module in ZLMediaKit commit 9fd5152 allows remote attackers to achieve Remote Code Execution (RCE) via unauthenticated access to the setServerConfig API endpoint, which permits overwriting the ffmpeg.snap configuration parameter with arbitrary shell commands. These commands are subsequently executed through the getSnap API endpoint with the privileges of the ZLMediaKit process.</description>
    </item>
    <item>
      <title>CVE-2026-61647</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61647</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61647</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. NotebookLM MCP is an MCP server and HTTP service for interacting with Google NotebookLM and exporting generated content to local vault directories. Versions 1.6.0 through 2.0.2 contain a path traversal vulnerability in the `POST /batch-to-vault` endpoint, also exposed through the `batch_to_vault` MCP tool beginning in version 1.7.0, because attacker-controlled `vault_dir` and `slug_prefix` values can cause Markdown and JSON files to be written outside the intended vault directory to any location writable by the server process. Version 2.0.3 sanitizes `slug_prefix` and supports vault containment when `NOTEBOOKLM_VAULT_ROOT` is configured; containment is not enabled if that variable is unset. Users unable to upgrade should run the server as a dedicated unprivileged account restricted to the intended vault, keep the HTTP endpoint limited to localhost, and validate `vault_dir` values supplied by LLMs processing untrusted content.</description>
    </item>
    <item>
      <title>CVE-2026-59816</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-59816</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-59816</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.7, the GET /api/transcribe/:id and POST /api/transcribe/:id handlers in packages/server/src/routes/api/transcribe.ts on Joplin Server instances with TRANSCRIBE_ENABLED=true pass the decoded id directly into transcription backend URLs. An authenticated user can place URL-encoded slash and parent-directory segments in the job ID, causing parseSubPath() to decode a path that escapes the intended /transcribe/ prefix. The server then proxies the request to other transcription-backend endpoints and can return their responses, potentially exposing internal administrative, health, or configuration data. This issue is fixed in version 3.7.7.</description>
    </item>
    <item>
      <title>CVE-2026-58272</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-58272</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-58272</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Versions prior to 2.4.1 contain an observable timing discrepancy in the login endpoint because authentication attempts for nonexistent accounts return without performing the bcrypt comparison used for existing accounts. An unauthenticated attacker can measure response times to enumerate valid usernames or email addresses, facilitating credential-stuffing, password-spraying, and phishing attacks. Version 2.4.1 contains a patch.</description>
    </item>
    <item>
      <title>CVE-2026-58270</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-58270</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-58270</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.4.0, the sync diff endpoint compiles a user-supplied string into a `RegExp` with no complexity validation. A catastrophic-backtracking pattern (e.g. `^(a+)+b`) blocks the Node.js event loop, making the entire server unresponsive to all users until the container is restarted. Version 2.4.0 patches the issue.</description>
    </item>
    <item>
      <title>CVE-2026-55179</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55179</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55179</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, Joplin Server's GET /items/:id/content route in packages/server/src/routes/index/items.ts loads item content from an attacker-supplied internal server ID without checking whether the signed-in user owns or can access that item. Any authenticated user who obtains or guesses another user's item ID can read the corresponding note or item content when end-to-end encryption does not protect it. This issue is fixed in version 3.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-55105</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55105</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55105</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.7. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.6.15 and 3.7.2, packages/renderer/MdToHtml/rules/fountain.ts passes HTML generated by the vendored fountain.js renderer into note output without sanitizing it. A malicious Fountain code block can therefore execute script when Fountain rendering is enabled in desktop or mobile clients, or when a note is published through Joplin Server where Fountain rendering is enabled by default. The script can read content subsequently loaded in the reused note viewer or, when published notes are served from the same domain as server content, access data available to an authenticated browser in the server origin. This issue is fixed in versions 3.6.15 and 3.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-49453</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49453</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49453</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:03 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.0. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.6.15 and 3.7.2, Joplin accepts synchronized resource metadata whose id or file_extension contains parent-directory or path-separator characters. BaseItem.unserialize() stores the unvalidated fields, resourceFilename() concatenates them into a destination path, and ResourceFetcher writes the attacker-controlled resource blob outside the resource directory during background synchronization. An attacker with write access to a configured sync target or shared notebook can create or overwrite files at an attacker-chosen existing path without user interaction. This issue is fixed in versions 3.6.15 and 3.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-49450</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49450</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49450</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:03 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, Joplin Desktop for Windows omits publisherName from packages/app-desktop/package.json, so the generated app-update.yml causes NsisUpdater.verifySignature() to skip comparison of a downloaded update's Authenticode signer with Joplin's signer. An attacker who controls the update delivery path can replace the update metadata and installer, and the client accepts an installer signed by another publisher or left unsigned after the user approves installation. Successful exploitation runs attacker-controlled code with the user's privileges and can compromise notes, credentials, and local data. This issue is fixed in version 3.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-49449</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49449</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49449</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:03 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.5. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. From 1.4.0 until 3.7.2, packages/renderer/MdToHtml/rules/katex.ts enables KaTeX's trust option for note content, allowing a note author to place a \href URL into rendered output without passing Joplin's normal URL allowlist. On Windows, clicking a link whose target is an attacker-controlled UNC path causes pathExists() to initiate SMB authentication and disclose the current user's NTLMv2 challenge-response without a warning. The unfiltered URL can also invoke other registered URL handlers, but the credential disclosure through KaTeX \href is the distinguishing demonstrated impact. This issue is fixed in version 3.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-46649</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46649</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46649</guid>
      <pubDate>Mon, 21 Sep 2026 21:17:03 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.1. Publication does not establish exploitation. Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, Joplin Server's GET /api/login_with_code/:id endpoint accepts a nine-digit SSO authentication code with a ten-minute lifetime without applying limiterLoginBruteForce. An unauthenticated attacker who targets a user during an active SSO login can make unlimited guesses, and a correct code returns a full session token that permits access to and modification of the user's notes, notebooks, and account settings. This issue is fixed in version 3.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-85219</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-85219</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-85219</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 3.7. Publication does not establish exploitation. Denial-of-Service in Redis module in Thinkst Canary's OpenCanary 0.9.9 allows an unauthenticated remote attacker cause unconstrained memory usage.</description>
    </item>
    <item>
      <title>CVE-2026-81469</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-81469</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-81469</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:33 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.8. Publication does not establish exploitation. Dell Inventory Collector Client, versions prior to 15.0.0, contain an Unquoted Search Path or Element vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Code execution and Elevation of Privileges</description>
    </item>
    <item>
      <title>CVE-2026-79320</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79320</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79320</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:32 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Stencil core 4.43.5 contains a DOM-based cross-site scripting (XSS) vulnerability in the component runtime. When a downstream application enables the experimental slot fixes option and uses scoped components, assigning a string to the textContent property of such a component's host element causes the value to be parsed as HTML instead of being inserted as text. If an application writes attacker-controlled data to these host elements, the data can be interpreted as markup and script can execute in the context of the application's origin.</description>
    </item>
    <item>
      <title>CVE-2026-79319</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79319</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79319</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:32 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Stencil core 4.43.5 is vulnerable to Incorrect Access Control.</description>
    </item>
    <item>
      <title>CVE-2026-79318</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79318</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79318</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:32 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. web2py 3.2.2-stable (commit a7330a2bf21219fa77860b6665de927dd4f98e6d) is vulnerable to Directory Traversal in read_file()/write_file() (applications/admin/controllers/webservices.py).</description>
    </item>
    <item>
      <title>CVE-2026-73552</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73552</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73552</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy HTTP RBAC accepts RFC-valid opaque header bytes but evaluates safe_regex values with RE2's UTF-8 subject semantics. A downstream client can preserve a prohibited marker and add an unrelated obs-text octet, causing R[network address omitted]ullMatch to return false and a negative RBAC policy to treat the invalid subject as an ordinary no-match. A byte-oriented route matcher can still observe the marker, allowing the request to reach a route intended to be denied. The relevant scope boundary is that plain positive ALLOW regexes normally fail closed, and exact, prefix, suffix, and contains matchers are not shown to have this subject-domain failure. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73550</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73550</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73550</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy copies every decoded HTTP/2 Host header value before discarding it when :authority is already present. The discarded value bypasses saveHeader, so its bytes and count are not charged against request header limits. An unauthenticated client can use HPACK indexing to submit many references to a large Host value across a bounded number of streams, forcing extreme header-copy allocation and causing the proxy to be out-of-memory killed. The relevant scope boundary is that the demonstrated amplification uses HTTP/2 HPACK and the duplicate Host discard behavior. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73549</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73549</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73549</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy's Utility[network address omitted]opyInternetAddressAndPort and QUIC client-address paths reconstruct scoped IPv6 addresses through addressAsString and Ipv6Instance. The string includes a percent scope identifier that inet_pton cannot parse, causing an exception or abort. Kernel-provided scoped IPv6 destinations in ORIGINAL_DST transparent-proxy deployments, and affected QUIC connection paths, can therefore terminate the process. The relevant scope boundary is that the HTTP use_http_header override rejects scoped addresses earlier; the advisory's crash path requires a kernel-provided original destination or the affected QUIC path. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73548</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73548</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73548</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy forwards data for a configured non-WebSocket HTTP upgrade before the upstream accepts the upgrade. An unauthenticated HTTP/2 client can place a complete HTTP/1.1 request in extended CONNECT data; Envoy downgrades the request, writes the data unframed to a keep-alive HTTP/1.1 upstream, and returns the socket to the shared pool while the smuggled response remains queued. A different downstream client can then receive the attacker's response. The relevant scope boundary is that webSocket upgrades, plain CONNECT, disabled backend keep-alive, per-downstream pools, and max_requests_per_connection set to 1 are not affected by the demonstrated path. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73547</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73547</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73547</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy's ext_authz filter assumes that a request contains a :path pseudoheader when applying query_parameters_to_set or query_parameters_to_remove from an authorization response. A path-less CONNECT request makes request_headers_-&gt;Path() return null, and Filter[network address omitted]onComplete dereferences that pointer while parsing the query string. An unauthenticated downstream client can crash the Envoy process when the filter and authorization response use query-parameter mutation. The relevant scope boundary is that the deployment must accept path-less CONNECT and configure ext_authz query-parameter mutation. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73546</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73546</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73546</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.4. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy's /stats?format=html admin endpoint uses StatsHtmlRender, which sanitizes string statistic values but emits statistic names without HTML encoding. A data-plane component such as grpc_stats with stats_for_all_methods enabled can incorporate attacker-controlled path segments into cached dynamic statistic names. When an operator views the HTML stats page, the stored name can execute script with the admin interface's origin and issue privileged same-origin requests. The relevant scope boundary is that the admin interface must be browser-accessible and an enabled component must persist attacker-influenced text in statistic names. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73513</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73513</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73513</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:27 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy's optional oghttp2 upstream HTTP/2 codec accepts a response trailer HEADERS frame without END_STREAM. Envoy completes and deferred-deletes the ActiveRequest while oghttp2 keeps the stream open, leaving ClientStreamImpl with a dangling response_decoder_ reference. A later frame on the stream can dispatch through the freed object and crash the process. The relevant scope boundary is that the default nghttp2 codec rejects the malformed trailers, and the trigger is upstream-only with oghttp2 enabled. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-73512</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-73512</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-73512</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:27 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy's HttpDatagramHandler caches the current RequestDecoder when Capsule Protocol is enabled. Stream recreation, including an internal redirect, replaces the ActiveStream and updates EnvoyQuicServerStream but does not update the handler's cached pointer. A subsequent HTTP/3 datagram can call decodeData through the freed decoder, causing invalid virtual dispatch and a process crash. The relevant scope boundary is that hTTP/3 datagrams and Capsule Protocol must be enabled, and the request must enter a stream-recreation path such as an internal redirect. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-62247</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-62247</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-62247</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:27 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. Supabase Realtime provides Broadcast, Presence, and Postgres Changes via WebSockets. Prior to 2.111.2, Realtime authorization does not correctly honor the per-extension presence.read row-level security policy when a private-channel client is allowed presence.write but explicitly denied presence.read. Under that differential policy, the client can receive presence_diff messages containing other members' presence metadata, including application-defined location, online-status, roster, viewing, or typing information. Deployments with uniform presence visibility have no differential, and postgres_changes row data is unaffected. This issue is fixed in version 2.111.2.</description>
    </item>
    <item>
      <title>CVE-2026-58271</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-58271</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-58271</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:26 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.8. Publication does not establish exploitation. Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.4.0, `POST /api/app/sync/register` accepts credentials and a TOTP code to register a desktop sync client. On a failed TOTP, `SyncClientsManager.register()` calls `updateAccesses(user, ip, false)`, which hits a freeze branch that writes `passwordAttempts` back unchanged. The counter never reaches `USER_MAX_PASSWORD_ATTEMPTS` (10) and the lockout gate never fires. A successful guess returns a `{clientId, clientToken}` pair. The token can be exchanged via `POST /api/app/sync/auth/cookie` for a full JWT. While the code is valid, the attacker can also call `POST /api/auth/2fa/disable` to permanently remove MFA. Version 2.4.0 patches the issue.</description>
    </item>
    <item>
      <title>CVE-2026-58269</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-58269</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-58269</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:26 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.4.0, `POST /api/auth/token` authenticates with username and password only, then calls `getTokens()`, which returns full access and refresh JWTs without checking whether the account has TOTP 2FA enabled. An attacker with stolen or phished credentials can bypass 2FA in a single request. The parallel login endpoint (`POST /api/auth/login`) correctly enforces 2FA by calling `setCookies(user, res, true)`, which gates on `user.twoFaEnabled`. Version 2.4.0 patches the issue.</description>
    </item>
    <item>
      <title>CVE-2026-55897</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55897</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55897</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:26 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. luci-app-advanced-reboot is a LuCI (web interface) application for OpenWrt that provides a way to reboot your router into an alternative firmware partition or perform reboot operations directly from the web UI. Prior to 1.1.2-6, the luci-app-advanced-reboot read ACL in applications/luci-app-advanced-reboot/root/usr/share/rpcd/acl.d/luci-app-advanced-reboot.json grants rpcd file.exec permission for the general shell interpreter /bin/sh. An authenticated delegated session with that read ACL can supply caller-controlled params; rpcd authorizes the executable path and passes those arguments to the shell, allowing arbitrary commands to execute as root. Builds without the /bin/sh exec grant, including the checked openwrt-24.10 and openwrt-23.05 branches, are not affected by this specific chain. This vulnerability is fixed in 1.1.2-6.</description>
    </item>
    <item>
      <title>CVE-2026-55159</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55159</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55159</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:26 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. luci-app-adblock-fast a WebUI for fast, lightweight DNS-based ad-blocker for OpenWrt that works with dnsmasq, smartdns, or unbound. Prior to 1.2.4-2, the luci.adblock-fast.setCronEntry RPC method accepts an entry argument containing carriage-return or line-feed characters and serializes it into /etc/crontabs/root as though it were one logical line. An authenticated delegated user with the luci-app-adblock-fast write ACL can therefore create an additional physical root cron entry through applications/luci-app-adblock-fast/root/usr/share/rpcd/ucode/luci.adblock-fast, resulting in persistent command execution as UID 0 when cron runs. The issue is not demonstrated for unauthenticated callers or users without the component write ACL. This vulnerability is fixed in 1.2.4-2.</description>
    </item>
    <item>
      <title>CVE-2026-54915</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-54915</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-54915</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:26 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to 2.17.2, the unauthenticated /auth/redirect endpoint in plexpy/webauth.py removes forward slashes from the user-controlled redirect_uri parameter but leaves tab, line-feed, and carriage-return characters intact. With the default root HTTP_ROOT configuration, CherryPy HTTPRedirect passes the resulting value to urllib.parse.urljoin, which can resolve the whitespace-bearing path to an attacker-controlled external origin. A user who follows a crafted link can therefore be redirected outside Tautulli for phishing or post-login redirect-flow abuse, while custom non-root HTTP_ROOT configurations are not affected by this bypass. This issue is fixed in version 2.17.2.</description>
    </item>
    <item>
      <title>CVE-2026-52835</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-52835</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-52835</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:26 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.0. Publication does not establish exploitation. Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to 2.17.2, the import_config handler and the database_file branch of import_database in plexpy/webserve.py join the attacker-controlled config_file.filename or database_file.filename directly to CACHE_DIR without basename reduction or a containment check. An administrator or caller with the instance API key can submit a multipart filename containing parent-directory segments, causing the upload to be created or overwritten outside CACHE_DIR before file-content validation runs. The write is limited to paths permitted to the Tautulli process, but it can enable configuration tampering, service disruption, or code execution. This issue is fixed in version 2.17.2.</description>
    </item>
    <item>
      <title>CVE-2026-50572</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-50572</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-50572</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.9. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy's HTTP external-authorization client can retain a stale request callback after a request is rejected. When RawHttpClientImpl[network address omitted]onSuccess later processes the authorization response, it can invoke callbacks_ after the callback owner has been destroyed, causing a use-after-free and process crash under production traffic. The relevant scope boundary is that the vulnerable path uses the HTTP ext_authz client; the advisory does not establish the same trigger for unrelated filters. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-49995</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49995</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49995</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.8. Publication does not establish exploitation. Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to 2.17.2, the newsletter cron field stored in the newsletters table is inserted by data/interfaces/default/newsletter_config.html into a JavaScript string without safe JSON encoding. An administrator or caller with the Tautulli API key can store a crafted cron value, and an administrator who later opens the newsletter configuration modal passively triggers script execution in the Tautulli web context. The stored value persists in the database and can continue to execute after credential rotation until it is removed. This issue is fixed in version 2.17.2.</description>
    </item>
    <item>
      <title>CVE-2026-49811</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49811</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49811</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.4. Publication does not establish exploitation. Dell Command | Monitor (DCM), versions prior to 10.13.2, contain an Incorrect Permission Assignment for Critical Resource vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Elevation of Privileges.</description>
    </item>
    <item>
      <title>CVE-2026-48521</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48521</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48521</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.9. Publication does not establish exploitation. Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy's ProdClusterManagerFactory[network address omitted]llocateConnPool dereferences transport_socket_options while selecting an HTTP/3 connection pool without first checking whether the pointer is null. LoadBalancerContext implementations used by synthetic, mirror, health-check, and async-client calls can return no transport-socket options. With auto_config and HTTP/3 enabled, routine traffic reaching one of those contexts can crash an Envoy worker. The relevant scope boundary is that the affected branch requires HTTP/3 in the protocol set and a context that supplies no transport-socket options. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.</description>
    </item>
    <item>
      <title>CVE-2026-45381</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45381</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45381</guid>
      <pubDate>Mon, 21 Sep 2026 20:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.1. Publication does not establish exploitation. Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to 2.17.2, the /search endpoint inserts its user-controlled query parameter into a JavaScript string in data/interfaces/default/search.html using manual escaping that handles quotes and slashes but not backslashes. A backslash-quote sequence can terminate the string, so an unauthenticated attacker can send a crafted link that executes script in the Tautulli web context when an authenticated user follows it. This issue is fixed in version 2.17.2.</description>
    </item>
    <item>
      <title>CVE-2026-94501</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94501</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94501</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. jshERP through 3.6 contains an authorization bypass vulnerability in the userBusiness CRUD endpoints that allows authenticated users to create, modify, or delete authorization-relation rows without privilege checks. Attackers can manipulate user-role mappings and access controls to escalate privileges, strip access from other accounts, or modify role-function relationships for any user in the tenant.</description>
    </item>
    <item>
      <title>CVE-2026-94497</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94497</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94497</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. jshERP through 3.6 fails to validate object ownership in by-id info, update, and delete endpoints across multiple resource types. Authenticated users can read, modify, and delete other users' business objects by submitting direct object identifiers without authorization checks.</description>
    </item>
    <item>
      <title>CVE-2026-94496</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94496</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94496</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. jshERP through 3.6 fails to validate caller permissions in role management endpoints, allowing authenticated users to modify any role's data scope or delete roles. Attackers can exploit the /role/update and /role/delete endpoints to escalate privileges, change data visibility to all data, and access all business records in the tenant.</description>
    </item>
    <item>
      <title>CVE-2026-94495</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94495</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94495</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:21 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. jshERP through 3.6 fails to properly validate user privileges in SystemConfigService.updateSystemConfig, allowing authenticated users to modify tenant system configuration. Attackers can rewrite or delete tenant-wide settings covering company identity, stock rules, approval behavior, and printing configuration through the systemConfig endpoint.</description>
    </item>
    <item>
      <title>CVE-2026-94494</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94494</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94494</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:20 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. jshERP through 3.6 contains a tenant isolation bypass vulnerability that allows authenticated users to read other tenants' records via the GET /tenant/info endpoint. Attackers can iterate the primary key to enumerate and access sensitive tenant data including login names, validity dates, user quotas, and enabled state across all platform tenants.</description>
    </item>
    <item>
      <title>CVE-2026-94414</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94414</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94414</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:20 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. jshERP through 3.6 is missing an authorization check on the POST /userBusiness/updateBtnStr endpoint that allows authenticated users to modify role button-permission definitions. Attackers can supply arbitrary roleId and btnStr parameters to overwrite button-permission configurations for any role in the tenant without privilege validation.</description>
    </item>
    <item>
      <title>CVE-2026-94413</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94413</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94413</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:20 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. jshERP through 3.6 fails to redact password hashes in the /user/info endpoint, allowing authenticated users to retrieve unsalted MD5 password digests for any user. Attackers can request arbitrary user information by supplying user IDs to obtain password hashes usable for offline cracking or direct authentication bypass.</description>
    </item>
    <item>
      <title>CVE-2026-94412</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94412</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94412</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:20 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. jshERP through 3.6 contains an authorization bypass vulnerability in the POST /user/resetPwd endpoint that allows authenticated users to reset any other user's password. Attackers can submit a request with an arbitrary target user ID to reset that account's password to a known default value, enabling unauthorized access to other user accounts including administrators.</description>
    </item>
    <item>
      <title>CVE-2026-94411</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94411</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94411</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:20 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. jshERP 3.6 contains a privilege escalation vulnerability in the updateOneValueByKeyIdAndType endpoint that allows authenticated users to grant themselves arbitrary roles. Attackers can send a POST request with type=UserRole, their own user ID, and a role ID list to escalate from low-privilege tenant user to tenant administrator.</description>
    </item>
    <item>
      <title>CVE-2026-94403</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94403</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94403</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:19 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.5. Publication does not establish exploitation. A weakness has been identified in ColorFul iGameCenter [network address omitted]. This impacts the function sub_140001AF0 in the library ene.sys of the component IOCTL Handler. This manipulation causes untrusted pointer dereference. The attack can only be executed locally. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-91167</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91167</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91167</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.0. Publication does not establish exploitation. Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. Prior to 0.28.4, PUT /@warpgate/admin/api/users/:id/roles/:role_id reaches api_update_user_role in warpgate-admin/src/api/users.rs through AdminContext but does not require AdminPermission[network address omitted]ssRolesAssign. A limited administrator with any permission can update expires_at on an existing UserRoleAssignment and clear revoked_at, extending an expiring grant or reinstating a revoked grant. The endpoint cannot create a role assignment that never existed because it returns not found without a matching user and role pair. This issue is fixed in version 0.28.4.</description>
    </item>
    <item>
      <title>CVE-2026-91166</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91166</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91166</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.7. Publication does not establish exploitation. Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. From 0.25.0 until 0.27.6, the browser SSH path in warpgate-web-ssh/src/manager.rs handles RCEvent[network address omitted]HostKeyUnknown without the presenting hop identity and instead passes ssh_options.host and ssh_options.port for the final target to KnownHosts[network address omitted]trust. In Prompt and AutoAccept modes, a jump host key can therefore be stored for the target address. A machine later presenting the jump host key at the target address can be accepted as the target, allowing interception of user traffic and a newly issued certificate when certificate authentication is used. The native SSH path is unaffected because it tracks each hop separately. This issue is fixed in version 0.27.6.</description>
    </item>
    <item>
      <title>CVE-2026-91165</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91165</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91165</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.4. Publication does not establish exploitation. Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. Prior to 0.27.6, the response_mode=form_post SSO return path in warpgate-protocol-http/src/api/sso_provider_list.rs uses serde_json[network address omitted]to_string inside ReturnToSsoPostResponse without neutralizing a script-closing sequence. The vulnerable value can enter the script block through the attacker-controlled next redirect parameter stored by warpgate-protocol-http/src/api/sso_provider_detail.rs or through IdP-derived error messages that make_redirect_url concatenates without URL encoding. The IdP-derived path is reachable when the attacker controls a configured identity provider, or when the attacker controls the email or username claim on an attacker-controlled account and the configured identity provider permits the required unvalidated claim format. A victim must complete the form_post SSO flow for the injected markup to be rendered. The Warpgate Content-Security-Policy blocks injected JavaScript and event handlers, so the demonstrated impact is content spoofing, a false login form, or a meta refresh rather than script execution. This issue is fixed in version 0.27.6.</description>
    </item>
    <item>
      <title>CVE-2026-91164</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91164</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91164</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. From 0.23.0 until 0.27.3, HTTP API token authentication resolves ConfigProvider[network address omitted]validate_api_token into RequestAuthorization[network address omitted]UserToken without enforcing the owning user's allowed_ip_ranges against the trusted client address in warpgate-protocol-http/src/common.rs. An attacker holding a leaked, phished, or exfiltrated X-Warpgate-Token can therefore use it from a prohibited network location. Deployments without allowed_ip_ranges are unaffected, and HTTP target proxying plus SSH, MySQL, PostgreSQL, RDP, VNC, and Kubernetes paths do not accept this vulnerable HTTP token flow. This issue is fixed in version 0.27.3.</description>
    </item>
    <item>
      <title>CVE-2026-82165</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-82165</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-82165</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. Dell Command | Integration Suite for System Center, versions prior to 6.7.2, contain an Incorrect Default Permissions vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Information Disclosure.</description>
    </item>
    <item>
      <title>CVE-2026-82163</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-82163</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-82163</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:11 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. Dell Command | Intel vPro Out of Band, versions prior to 4.7.2, contain an Incorrect Default Permissions vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Information Disclosure.</description>
    </item>
    <item>
      <title>CVE-2026-63330</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63330</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63330</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.7. Publication does not establish exploitation. Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. Prior to 0.25.6, api_get_recording_stream in warpgate-admin/src/api/recordings_detail.rs protects /@warpgate/admin/api/recordings/{uuid}/stream only with session authentication and omits require_admin_permission for AdminPermission[network address omitted]RecordingsView. Any authenticated regular user who identifies an active recording can subscribe to its WebSocket and receive real-time terminal input and output from proxied SSH, MySQL, or PostgreSQL sessions, including credentials, commands, and other sensitive data belonging to users and administrators. This issue is fixed in version 0.25.6.</description>
    </item>
    <item>
      <title>CVE-2026-63329</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63329</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63329</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.9. Publication does not establish exploitation. Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. Prior to 0.25.6, copy_server_request in warpgate-protocol-http/src/proxy.rs forwards a client-supplied x-warpgate-username header before inject_own_headers appends the authenticated username. Because the request builder preserves repeated values, a proxied backend that trusts the first x-warpgate-username value can authorize an authenticated attacker as another user. The same forwarding policy also accepts the reserved x-warpgate-authentication-type header, and warpgate-common/src/http_headers.rs does not exclude either reserved identity header. This issue is fixed in version 0.25.6.</description>
    </item>
    <item>
      <title>CVE-2026-61749</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61749</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61749</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, privileged staff users who can author report or label templates can cause WeasyPrint report rendering to retrieve attacker-selected resources through the HTTP and HTTPS URL schemes or the local file URI scheme. The HTML(string=html).write_pdf() path does not provide a restricted url_fetcher, and attach_to_model=True stores the original generated PDF before later processing, allowing fetched local files or internal HTTP response bodies to be recovered from embedded attachments. This enables full-read server-side request forgery, arbitrary local file disclosure including application credentials, and possible compromise of a superuser account. This issue is fixed in version 1.4.0.</description>
    </item>
    <item>
      <title>CVE-2026-61748</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61748</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61748</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, ReportPrint at POST /api/report/print/ and LabelPrint at POST /api/report/label/print/ require authentication but do not call users.permissions.check_user_permission for the caller's per-model view role before selecting objects by primary key and rendering them with a chosen template. Because default templates exist for major business models and DataOutput stores the generated artifact for the requesting user, a role-less or unrelated-role account can enumerate object identifiers and download reports containing purchase, sales, part, bill-of-materials, stock, build, supplier, customer, pricing, and inventory data that the corresponding detail APIs would deny. This issue is fixed in version 1.4.0.</description>
    </item>
    <item>
      <title>CVE-2026-61747</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61747</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61747</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, the /api/importer/row/ and /api/importer/mapping/ endpoints do not scope DataImportRow and DataImportColumnMap querysets to the owner of the associated DataImportSession. Any authenticated user, including an account with no assigned roles, can supply another user's import session identifier and retrieve that session's row_data and data fields together with its column mappings. This exposes the full contents of data staged for import across users, although the InvenTree threat model treats authenticated instance users as trusted. This issue is fixed in version 1.4.0.</description>
    </item>
    <item>
      <title>CVE-2026-61746</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61746</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61746</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, PluginSettingList, PluginAllSettingList, and PluginSettingDetail set GlobalSettingsPermissions without the IsAuthenticated permission used by the project default and equivalent global-settings endpoints. GlobalSettingsPermissions returns true for safe methods, while AuthRequiredMiddleware exempts /api/ paths, so an unauthenticated caller can retrieve plugin names, setting keys, descriptions, types, choices, and non-protected configuration values through /api/plugin/settings/ and the per-plugin settings endpoints. Protected secret values remain masked as three asterisks, limiting the issue to metadata and non-secret configuration disclosure. This issue is fixed in version 1.4.0.</description>
    </item>
    <item>
      <title>CVE-2026-61744</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61744</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61744</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, POST /api/barcode/ accepts an attacker-synthesized internal JSON barcode containing a lowercase model label and integer primary key, while BarcodeView uses IsAuthenticatedOrReadScope and requires only authentication or a general read scope. The built-in barcode plugin selects the object with model.objects.get(pk=...), and InvenTreeBarcodeMixin.format_matched_response() returns the complete model serializer output as instance without checking the caller's per-model view role. A low-privilege user can enumerate primary keys for parts, stock, locations, supplier and manufacturer parts, orders, and builds to disclose commercially sensitive inventory, pricing, supplier, customer, and order data. This issue is fixed in version 1.4.0.</description>
    </item>
    <item>
      <title>CVE-2026-58491</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-58491</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-58491</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. Prior to 0.25.5, the /@warpgate/api/sso/providers/:name/start endpoint stores an attacker-controlled next parameter that the POST /@warpgate/api/sso/return handler inserts without HTML escaping into the response generated by warpgate-protocol-http/src/api/sso_provider_list.rs. A victim who follows a crafted link and completes SSO can cause markup and JavaScript to execute in the authenticated Warpgate origin, allowing access to session data and actions through user APIs, and through administrator APIs only when the victim is an administrator. The GET /@warpgate/api/sso/return path also uses the same unvalidated value as a redirect destination, enabling an open redirect. This issue is fixed in version 0.25.5.</description>
    </item>
    <item>
      <title>CVE-2026-49810</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49810</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49810</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.8. Publication does not establish exploitation. Dell Command Powershell Provider (DCPP), versions prior to 2.10.2 contain an Insertion of Sensitive Information into Log File vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Information Disclosure.</description>
    </item>
    <item>
      <title>CVE-2026-17052</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-17052</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-17052</guid>
      <pubDate>Mon, 21 Sep 2026 19:17:04 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.8. Publication does not establish exploitation. The Time-aware GPIO syscall verification handler z_vrfy_tgpio_pin_read_ts_ec() in drivers/timeaware_gpio/timeaware_gpio_handlers.c validated only the port device object and passed the caller-supplied timestamp and event_count output pointers to the driver without a K_SYSCALL_MEMORY_WRITE() check. The other handlers in the same file (z_vrfy_tgpio_port_get_time(), z_vrfy_tgpio_port_get_cycles_per_second()) already performed that check, so the omission left one syscall unguarded. tgpio_pin_read_ts_ec() is declared __syscall, so with CONFIG_USERSPACE=y an unprivileged user-mode thread that has been granted access to the TGPIO device object can invoke it with arbitrary pointer values. tgpio_intel_read_ts_ec() in drivers/timeaware_gpio/timeaware_gpio_intel.c bounds-checks only the pin index and then unconditionally performs timestamp = ... and event_count = ..., executing two 8-byte stores in supervisor mode at addresses chosen by the user-mode caller. The result is a write-what-where primitive that crosses the userspace/kernel boundary: the target address is fully attacker-chosen and the stored values are the hardware time-capture and event-counter register contents. Corrupting kernel data structures this way can escalate the calling thread to supervisor privilege or crash the system; the device-object permission required is a narrow capability that is not intended to confer any kernel-memory access. The fix adds the two missing K_SYSCALL_MEMORY_WRITE() validations before the driver call. Exposure is narrow in practice. Only builds with CONFIG_USERSPACE=y and CONFIG_TIMEAWARE_GP</description>
    </item>
    <item>
      <title>CVE-2026-94488</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94488</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94488</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:17 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.3. Publication does not establish exploitation. Telegram Desktop before 6.9.4 allows XSS in the HTML exporter. (The first fixed stable version is 7.0.1.) This occurs in button.text.toUtf8 in export_output_html.cpp. Exploitation cannot occur unless HTML export was used by a victim. However, the exploit payload can be exported if a message were forwarded into a group by a member (it is not necessary for the message author to be a member of a group).</description>
    </item>
    <item>
      <title>CVE-2026-93012</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93012</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93012</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:16 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Email[network address omitted]Sender[network address omitted]Transport[network address omitted]Sendmail versions before 2.602 for Perl allow arbitrary command execution on Windows sending a message whose envelope address reaches the shell in _sendmail_pipe. On MSWin32 the envelope sender and every recipient go into a single command string, which open() passes to a shell. Every other platform gets the list form, which runs sendmail directly. When the caller supplies no envelope, Email[network address omitted]Sender[network address omitted]Simple takes the recipients from the To and Cc headers and the sender from the From header. An attacker who controls one of those header addresses runs commands as the sending process.</description>
    </item>
    <item>
      <title>CVE-2026-92382</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-92382</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-92382</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.1. Publication does not establish exploitation. An out-of-bounds write flaw was found in usbredir. Starting an isochronous OUT stream with a transfer count of 1 leaves the stream's single transfer buffer permanently unsubmitted, defeating the bounds check in usbredirhost_iso_packet() and allowing a usbredir peer to write past the end of the packet descriptor array on every subsequent isochronous packet.</description>
    </item>
    <item>
      <title>CVE-2026-69190</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-69190</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-69190</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. Graylog is a free and open log management platform. From 6.3.0 until 6.3.14, 7.0.9, and 7.1.4, the view update API for saved searches and dashboards permits a user with edit permission but without entity ownership to include a shareRequest that grants owner permissions to an arbitrary account. The selected account can then delete the saved search or dashboard or remove the original owner's access. Graylog Cloud was patched before the advisory was published. This issue is fixed in versions 6.3.14, 7.0.9, and 7.1.4.</description>
    </item>
    <item>
      <title>CVE-2026-62369</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-62369</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-62369</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.16.0 until 1.21.2, 1.22.2, and 1.23.1, the DecompressTarGz function in keadm/cmd/keadm/app/cmd/util/common.go joins archive entry names to the extraction destination without sufficient validation. During keadm join or installation on Windows edge nodes, an archive influenced through a compromised, replaced, or untrusted download source can contain parent-directory components, Windows-style backslashes, absolute paths, or drive-prefixed paths that escape the intended directory. The affected keadm process can consequently write or overwrite files with its own privileges, potentially modifying configuration, executable, or service files and enabling persistent system modification or code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.</description>
    </item>
    <item>
      <title>CVE-2026-62182</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-62182</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-62182</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.21.0 until 1.21.2, 1.22.2, and 1.23.1, ConfigUpdateJob processing in edge/pkg/taskmanager/actions/configupdatejob.go concatenates authenticated user-controlled updateFields values into the keadm config-update command and executes it through a system shell. A user with permission to create or modify ConfigUpdateJob resources can include shell metacharacters in the complete --set value and cause arbitrary commands to execute on an enrolled target edge node with the privileges of the KubeEdge process handling the job. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.</description>
    </item>
    <item>
      <title>CVE-2026-61745</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61745</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61745</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, the POST /api/machine/{pk}/restart/ endpoint in src/backend/InvenTree/machine/api.py uses IsAuthenticatedOrReadScope without requiring the ADMIN role used by other machine management operations. Any authenticated user who lacks the ADMIN role, including a warehouse user with only the STOCK role, can cause MachineRestart to invoke registry.restart_machine() for any registered machine, resetting its status and interrupting active printing, scanning, or other machine operations. This issue is fixed in version 1.4.0.</description>
    </item>
    <item>
      <title>CVE-2026-61612</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61612</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61612</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.7. Publication does not establish exploitation. CKAN MCP Server is a tool for querying CKAN open data portals. Prior to version 0.4.108, the SSRF guard `validateServerUrl` (added for CVE-2026-33060, extended for CVE-2026-53509) validates only the hostname string and never resolves DNS. Any caller-supplied `server_url` whose hostname *resolves* to an internal address passes the guard, so the server issues requests to loopback and cloud metadata (`[network address omitted]`). This is a third bypass of the same guard, and it reaches IMDS — strictly more than CVE-2026-53509, which only reached loopback. Version 0.4.108 contains an updated fix.</description>
    </item>
    <item>
      <title>CVE-2026-55473</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55473</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55473</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.0. Publication does not establish exploitation. HomeBox is a home inventory and organization system. Prior to 0.26.0, the default-on BlockBogonNets and BlockCloudMetadata notifier SSRF protections in backend/internal/sys/validate/notifier_url.go do not inspect IPv4 destinations embedded in the NAT64 prefixes [network address omitted]/96 and [network address omitted]/48. An authenticated user can submit a generic:// notifier through POST /v1/notifiers or POST /v1/notifiers/test, and on a Homebox instance that egresses through NAT64/DNS64, the gateway can translate an accepted IPv6 destination to cloud metadata, localhost, or another internal IPv4 host. The notifier test path returns delivery result information, and Shoutrrr propagates the response, providing feedback that can disclose retrieved metadata such as temporary credentials. Without NAT64 egress, the crafted IPv6 destination is not routable, but the guard still incorrectly classifies it as safe. This issue is fixed in version 0.26.0.</description>
    </item>
    <item>
      <title>CVE-2026-48976</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48976</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48976</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. HomeBox is a home inventory and organization system. Prior to 0.26.0, NotifierRepository.Update in backend/internal/data/repo/repo_notifier.go updates a notifier through UpdateOneID(id) without requiring the record's user ID to match the authenticated user. An authenticated user who supplies another tenant's notifier UUID to PUT /v1/notifiers/{id} can read the returned stored url, which may contain plaintext Shoutrrr credentials for Slack, SMTP, Telegram, Pushover, or Discord, and can replace the URL to redirect the victim's notifications to an attacker-controlled webhook. This issue is fixed in version 0.26.0.</description>
    </item>
    <item>
      <title>CVE-2026-48975</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48975</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48975</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. HomeBox is a home inventory and organization system. Prior to 0.26.0, MaintenanceEntryRepository.Update and MaintenanceEntryRepository.Delete in backend/internal/data/repo/repo_maintenance_entry.go use UpdateOneID(id) and DeleteOneID(id) without verifying that the maintenance entry belongs to the authenticated user's active group. An authenticated low-privileged user who knows or enumerates another tenant's maintenance-entry UUID can overwrite that record or permanently delete it. This issue is fixed in version 0.26.0.</description>
    </item>
    <item>
      <title>CVE-2026-48974</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48974</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48974</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.4. Publication does not establish exploitation. HomeBox is a home inventory and organization system. Prior to 0.26.0, POST /v1/groups/members invokes HandleGroupMemberAdd and GroupService.AddMember using a caller-supplied userID without requiring an owner role, an invitation token, target-user consent, or target-user notification. Any authenticated user can force another account into the caller's group, disclose the target user's email address and name through the resulting member list, and create the membership prerequisite used by a separate cross-group inventory-wipe vulnerability. This issue is fixed in version 0.26.0.</description>
    </item>
    <item>
      <title>CVE-2026-48826</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48826</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48826</guid>
      <pubDate>Mon, 21 Sep 2026 18:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. HomeBox is a home inventory and organization system. Prior to 0.26.0, HandleWipeInventory in backend/app/api/handlers/v1/v1_ctrl_actions.go authorizes POST /v1/actions/wipe-inventory through the global ctx.User.IsOwner value instead of the caller's role in the active group, while the active group is selected through the X-Tenant request header. Because every self-registered user who creates a group receives the global owner value, a user who is also a member of another group can select that group with X-Tenant and permanently delete its complete inventory, which is not recoverable without external backups. This issue is fixed in version 0.26.0.</description>
    </item>
    <item>
      <title>CVE-2026-94449</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94449</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94449</guid>
      <pubDate>Mon, 21 Sep 2026 17:19:20 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. A flaw was found in the SmallRye Fault Tolerance library, which is used by Quarkus to provide strategies like retries and circuit breakers for microservices. The issue occurs when using the ApplyGuard or ApplyFaultTolerance annotations, where the library fails to release internal tracking objects after each request. This causes a steady increase in memory usage that eventually leads to the application slowing down and crashing due to lack of memory.</description>
    </item>
    <item>
      <title>CVE-2026-84990</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-84990</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-84990</guid>
      <pubDate>Mon, 21 Sep 2026 17:19:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. ntopng is a web-based network traffic monitoring application. Prior to 6.7.260718, scripts/lua/rest/v2/get/system/configurations/list_available_backups.lua and scripts/lua/rest/v2/get/system/configurations/download_backup.lua allow any authenticated non-admin user to list and download system-configuration backups without an administrator check. The download path reaches backup_config.export_backup, and prefs_dump_utils.build_prefs_dump_table includes the ntopng.user.* Redis key space in the backup. A downloaded backup can therefore disclose password hashes for local users and, when configured, API tokens, TOTP secrets, and WebAuthn credential data, enabling account compromise through usable or recoverable credentials. This issue is fixed in version 6.7.260718.</description>
    </item>
    <item>
      <title>CVE-2026-83621</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-83621</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-83621</guid>
      <pubDate>Mon, 21 Sep 2026 17:19:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. ntopng is a web-based network traffic monitoring application. Prior to 6.7.260717, POST /lua/rest/v2/edit/system/edit_blacklist.lua in scripts/lua/rest/v2/edit/system/edit_blacklist.lua lacks an administrator check and calls lists_utils.editList for any authenticated user. The list_name, list_enabled, url, and list_update parameters allow a non-admin user to redirect threat-intelligence downloads to attacker-controlled content, disable blocklists, or prevent scheduled updates. The changes are persisted through Redis and reloaded without a lower-level authorization guard, undermining the integrity and availability of ntopng's threat-intelligence monitoring. This issue is fixed in version 6.7.260717.</description>
    </item>
    <item>
      <title>CVE-2026-79920</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-79920</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-79920</guid>
      <pubDate>Mon, 21 Sep 2026 17:18:59 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.9. Publication does not establish exploitation. Ajenti is a Linux &amp; BSD modular server admin panel. Prior to version 2.2.16, any authenticated user can call /api/core/tasks/start to enqueue InstallPlugin, UnInstallPlugin, or UpgradeAll from plugins/plugins/tasks.py without plugin-management authorization. InstallPlugin and UnInstallPlugin construct a pip package specification from unvalidated name and version fields, and the task worker invokes pip while running as root. A low-privileged user can therefore select or manipulate a package installed with root privileges and can install, remove, or upgrade plugins without administrative permission, resulting in root code execution and full host compromise. This issue is fixed in version 2.2.16.</description>
    </item>
    <item>
      <title>CVE-2026-77582</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77582</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77582</guid>
      <pubDate>Mon, 21 Sep 2026 17:18:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. Tinyauth is an authentication and authorization server. Prior to 5.1.0, Tinyauth exposes a remotely observable timing difference between authentication attempts for existing and nonexistent local usernames. internal/controller/user_controller.go loginHandler and internal/middleware/context_middleware.go basicAuth return quickly after internal/service/auth_service.go reports a missing user, while an existing user causes bcrypt password verification work. Repeated measurements can therefore disclose valid usernames and support targeted credential attacks. This issue is fixed in version 5.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-77561</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77561</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77561</guid>
      <pubDate>Mon, 21 Sep 2026 17:18:52 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. Tinyauth is an authentication and authorization server. Prior to 5.1.0, an unauthenticated remote attacker can send POST /api/user/login requests with 257 distinct nonexistent usernames to fill MaxLoginAttemptRecords and activate a global login lockdown. internal/controller/user_controller.go loginHandler passes each attacker-controlled identifier to internal/service/auth_service.go RecordLoginAttempt, which invokes lockdownMode after the map reaches its cap. IsAccountLocked checks that global state before validating unrelated accounts, causing valid users to receive HTTP 429 until auth.loginTimeout expires, approximately 300 seconds by default. The attack can be repeated, but existing authenticated sessions are not invalidated. This issue is fixed in version 5.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-77560</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77560</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77560</guid>
      <pubDate>Mon, 21 Sep 2026 17:18:52 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. Tinyauth is an authentication and authorization server. Prior to 5.1.2, Tinyauth compares forwarded hostnames case-sensitively while reverse proxies route equivalent hostnames case-insensitively, allowing an authenticated low-privilege user to bypass per-app access controls with a differently cased hostname. The lookup in internal/service/access_controls_service.go through lookupStaticACLs and GetAccessControls, and the Docker-label fallback in internal/service/docker_service.go through GetLabels, can miss the configured app and return an empty access-control object. internal/controller/proxy_controller.go proxyHandler then treats the empty user, group, OAuth, LDAP, and IP restrictions as permissive and returns an authenticated result for an app that should exclude the user. Unauthenticated users remain subject to login, and global login-time allowlists are not bypassed. This issue is fixed in version 5.1.2.</description>
    </item>
    <item>
      <title>CVE-2026-76898</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-76898</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-76898</guid>
      <pubDate>Mon, 21 Sep 2026 17:18:50 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.7. Publication does not establish exploitation. draw.io is a configurable diagramming and whiteboarding application. Prior to version 30.3.8, src/main/java/com/mxgraph/online/Utils.java checks IPv6 Unique Local Addresses in Utils.sanitizeUrl() by comparing the text prefixes [network address omitted] and [network address omitted], but the JDK returns the expanded address form, so the [network address omitted]/7 range, including the AWS metadata range [network address omitted]/32, is not blocked. An unauthenticated request to /embed2.js?fetch= can therefore make src/main/java/com/mxgraph/online/EmbedServlet2.java fetch an IPv6 ULA internal resource and reflect the response to the requester. Utils.validatedAddress() uses the same private-address check for the separate ProxyServlet path, which requires ENABLE_DRAWIO_PROXY=1. The primary /embed2.js path requires no proxy feature flag or DNS rebinding, and it can disclose cloud metadata credentials or data from other IPv6-reachable internal services. This issue is fixed in version 30.3.8.</description>
    </item>
    <item>
      <title>CVE-2026-63416</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63416</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63416</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:39 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 3.7. Publication does not establish exploitation. draw.io is a configurable diagramming and whiteboarding application. Prior to version 30.2.7, src/main/java/com/mxgraph/online/ExportProxyServlet.java uses request.getPathInfo() to build a proxyPath and appends it directly to EXPORT_URL without rejecting dot segments or confirming that the normalized destination remains under the configured export path. An unauthenticated request containing traversal segments can therefore address unintended routes on the internal export server, and the servlet forwards all request headers and the request body to that destination, allowing arbitrary header injection. Depending on the export service configuration, exploitation can expose administration, debugging, health, or configuration endpoints and can permit unintended internal actions. This issue is fixed in version 30.2.7.</description>
    </item>
    <item>
      <title>CVE-2026-63373</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63373</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63373</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:39 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.2. Publication does not establish exploitation. draw.io is a configurable diagramming and whiteboarding application. Prior to version 30.2.7, the OAuth callback handler in src/main/java/com/mxgraph/online/AbsAuth.java skips comparison of stateToken and cookieToken whenever IS_GAE is false, which affects self-hosted Docker and WAR deployments. An attacker can provide an authorization code for the attacker's cloud-storage identity and induce a victim to visit a callback URL, causing the victim's draw.io session to become authenticated as the attacker identity without a valid state binding. The shared handler affects Google Drive, OneDrive, GitHub, GitLab, and Dropbox integrations. The victim can then unknowingly perform cloud-storage actions under the attacker's identity, causing session integrity loss and misattribution, but the identity binding does not itself grant access to existing victim cloud files. This issue is fixed in version 30.2.7.</description>
    </item>
    <item>
      <title>CVE-2026-63334</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63334</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63334</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:39 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.8. Publication does not establish exploitation. draw.io is a configurable diagramming and whiteboarding application. Prior to version 30.2.7, deployments with ENABLE_DRAWIO_PROXY=1 are vulnerable to server-side request forgery because src/main/java/com/mxgraph/online/Utils.java performs the private-address check in Utils.sanitizeUrl() using one DNS resolution, while src/main/java/com/mxgraph/online/ProxyServlet.java later calls URL.openConnection() and performs a second resolution. An attacker-controlled hostname can resolve to a public address during validation and then to a private, link-local, or cloud metadata address when the connection is opened. Successful exploitation can return cloud instance metadata or responses from internal HTTP services through the proxy. This issue is fixed in version 30.2.7.</description>
    </item>
    <item>
      <title>CVE-2026-63116</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63116</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63116</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:38 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. deepstream is a server that allows clients and backend services to sync data, send messages and make rpcs at scale. From 10.1.0 until 10.1.1, src/services/permission/valve/rules-map.ts omits RECORD_ACTION.PATCH_MULTI from RULES_MAP. When an authenticated user sends a PATCH_MULTI record operation while permission.type is config, getRulesForMessage returns a null rule specification and ConfigPermission.canPerformAction treats the missing specification as an unconditional allow instead of applying RULE_TYPES.WRITE. Any authenticated user can therefore modify arbitrary protected records, corrupt application state, or cause service disruption; deployments using the default permission type none already allow all operations and are not additionally affected. This issue is fixed in version 10.1.1.</description>
    </item>
    <item>
      <title>CVE-2026-62987</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-62987</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-62987</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:38 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.8. Publication does not establish exploitation. Fabio is an HTTP(S) and TCP router for deploying applications managed by consul. From 1.6.6 until 1.7.2, the CVE-2025-48865 fix in proxy/http_headers.go uses protectHeaders for a hardcoded set of forwarded headers but omits the operator-configured ClientIPHeader, TLSHeader, and RequestID names. In proxy/http_proxy.go, HTTPProxy.ServeHTTP calls addHeaders to set these trust headers before Go ReverseProxy processes the inbound Connection header, allowing an unauthenticated client to name and remove the configured headers before the request reaches the backend. Deployments that enable the corresponding proxy.header options can therefore lose client-IP, TLS-termination, or request-correlation signals used by backend authorization and auditing; the options are empty by default, and the hardcoded protected forwarded headers are unaffected. This issue is fixed in version 1.7.2.</description>
    </item>
    <item>
      <title>CVE-2026-62866</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-62866</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-62866</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:38 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.2. Publication does not establish exploitation. Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.11.2, selector/lexer/tokenize.go parseCurRune advances the input index across trailing whitespace and then reads the source at the exhausted index without an end-of-input check. A selector ending in whitespace, including input passed through lexer.NewTokenizer(...).Tokenize() or dasel.Query, can therefore cause an index-out-of-range panic and terminate the process. This issue is fixed in version 3.11.2.</description>
    </item>
    <item>
      <title>CVE-2026-62371</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-62371</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-62371</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:37 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.12.0 until 1.21.2, 1.22.2, and 1.23.1, the v1alpha2 NodeUpgradeJob handler in edge/pkg/taskmanager/actions/nodeupgradejob.go concatenates authenticated user-controlled spec.version and spec.image values into the keadm upgrade edge shell command. A user with permission to create or update NodeUpgradeJob resources can supply shell metacharacters in either field, causing arbitrary commands to execute on targeted edge nodes with the privileges of the upgrade process and compromising node confidentiality, integrity, and availability. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.</description>
    </item>
    <item>
      <title>CVE-2026-62370</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-62370</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-62370</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.0.0 until 1.21.2, 1.22.2, and 1.23.1, Reader.Read in pkg/viaduct/pkg/packer trusts the 32-bit PackageHeader.PayloadLen received through the CloudHub viaduct message-processing path and allocates that amount of memory before validating an upper bound. An authenticated malicious or compromised edge peer can repeatedly send crafted headers with excessive declared lengths, causing memory exhaustion, CloudHub process termination or restart loops, and temporary disruption of cloud-edge communication. This issue does not provide unauthenticated access or direct code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.</description>
    </item>
    <item>
      <title>CVE-2026-61674</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61674</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61674</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.2. Publication does not establish exploitation. Fluent Bit is a fast and lightweight logs, metrics, and traces processor for Linux, BSD, macOS, and Windows. From 0.11.0 until 5.0.8, plugins/out_forward/forward.c secure_forward_pong copies the server-controlled PONG[2] reason into the 32-byte stack buffer msg with memcpy without checking its MessagePack type or length. An attacker who controls or can impersonate an out_forward Secure Forward destination configured with Shared_Key or Empty_Shared_Key can send an oversized reason during the first handshake and overwrite stack control data. Protected builds reliably terminate, while builds without a stack canary or with a disclosure can allow remote code execution as the Fluent Bit process user. When the opt-in --supervisor mode is used, fork-only respawns preserve the canary and address layout, allowing repeated crash-or-survive probes to support code execution on a hardened build; ordinary exec-based or service-manager restarts do not preserve that state. This issue is fixed in version 5.0.8.</description>
    </item>
    <item>
      <title>CVE-2026-59168</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-59168</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-59168</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.2. Publication does not establish exploitation. Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.11.1, parsing/json/json_reader.go decodeValue, decodeObject, and decodeArray, and parsing/xml/reader.go parseElement, recurse once per input nesting level without a depth guard. Deeply nested attacker-controlled JSON or XML supplied through parsing.Format(...).NewReader(...).Read(data), the command-line interface, or the parse selector function can exhaust the Go goroutine stack and raise an unrecoverable fatal error that terminates the entire process. The XML input-size limit does not prevent depth exhaustion, and defer or recover cannot intercept the failure. This issue is fixed in version 3.11.1.</description>
    </item>
    <item>
      <title>CVE-2026-58504</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-58504</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-58504</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.1. Publication does not establish exploitation. draw.io is a configurable diagramming and whiteboarding application. Prior to version 30.2.5, opening or importing a crafted .drawio file can execute attacker-controlled JavaScript in the draw.io origin when selected cells are processed by TextFormatPanel.addFont() in src/main/webapp/js/grapheditor/Format.js. An HTML sibling cell keeps the formatted-label path enabled while an editable=0 plain-text sibling is excluded from the merged selection style but remains in the iteration set. graph.cellRenderer.getLabelValue() returns that plain-text label without HTML encoding, and mxUtils.canConvertHtmlToSvg() parses it as HTML, bypassing the earlier CVE-2026-46642 remediation. Successful exploitation can expose diagram data, browser storage, non-HttpOnly cookies, and same-origin actions available to the victim. This issue is fixed in version 30.2.5.</description>
    </item>
    <item>
      <title>CVE-2026-17051</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-17051</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-17051</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:34 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.0. Publication does not establish exploitation. The Intel SEDI IPM (inter-processor mailbox) driver in drivers/ipm/ipm_sedi.c handles an inbound message interrupt in ipm_event_dispose(). It read the peer-written doorbell register, extracted the payload length with IPC_HEADER_GET_LENGTH(), and passed that length straight to sedi_ipc_read_msg() to copy the message into struct ipm_sedi_context.incoming_data_buf, without checking it against the buffer size. The doorbell length field is 10 bits wide (IPC_HEADER_LENGTH_MASK is 0x03FF), so it can encode up to 1023 bytes, while incoming_data_buf is IPC_DATA_LEN_MAX (128) bytes. The bounds check in the underlying HAL sedi_ipc_read_msg() is a DBG_CHECK that compiles away unless CONFIG_DEBUG is set, so no check remained in a production image. The doorbell register is written by the peer processor on the other side of the IPC link — for the intel_ish_5_* targets, the host CPU's ISH driver, reached through the device's memory-mapped register window. Host-side software with driver-level or raw BAR access can therefore set a length of up to 1023 and cause the interrupt handler to copy far past the destination buffer. The affected path requires an application to have registered an IPM receive callback via ipm_register_callback(), which is the driver's normal mode of use. The result is an out-of-bounds write of up to 895 bytes into static (.bss) memory, performed in interrupt context. The overflow first clobbers the rest of struct ipm_sedi_context — including the k_sem and k_mutex used by the transmit path, whose wait queues contain self-referential list pointers — and then adjacent stat</description>
    </item>
    <item>
      <title>CVE-2026-17050</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-17050</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-17050</guid>
      <pubDate>Mon, 21 Sep 2026 17:17:34 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.7. Publication does not establish exploitation. The experimental USB host stack allocates a per-device configuration-descriptor buffer, udev-&gt;cfg_desc, from the dedicated usb_device_heap in usbh_device_set_configuration() (subsys/usb/host/usbh_device.c). On three failure paths — a failed full-length GET_DESCRIPTOR(CONFIGURATION) read, a mismatch between the short and full descriptor reads, and a rejected descriptor in parse_configuration_descriptor() — the buffer was released with k_heap_free() but the pointer was left dangling. The cleanup in usbh_device_free() is guarded only by if (udev-&gt;cfg_desc != NULL), so it frees the same block a second time. The path is driven entirely by the attached peripheral: usbh_device_connect() calls usbh_device_init(), which ends in usbh_device_set_configuration(), and on failure usbh_device_connect() calls usbh_device_free(). On v4.4.x this happens during the same enumeration, with no unplug required; on v4.1.0–v4.3.x the second free instead arrives via dev_removed_handler()/dev_connected_handler() in subsys/usb/host/usbh_core.c, so it requires a removal or duplicate-connect event after the failed enumeration — a sequence the attached device fully controls. A malicious or malformed USB device only has to answer the first 9-byte configuration-descriptor request with a well-formed header and then fail any of the three checks, for example by returning a full descriptor whose interface count disagrees with bNumInterfaces, or by answering the second read with different bytes. The result is a double free on usb_device_heap. On builds where lib/heap hardening is active (the current default CON</description>
    </item>
    <item>
      <title>CVE-2026-88978</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88978</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88978</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:26 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.106.1, the WorkerStatus gRPC polling path in pkg/repository/durable_events.go passes caller-supplied durable task, node, and branch identifiers to ListSatisfiedEntries without a tenant filter, allowing an authenticated tenant worker that knows another tenant's durable-task UUID to retrieve matching durable event-log records. The UUIDv4 requirement makes exploitation unlikely, and single-tenant deployments are unaffected in practice. This issue is fixed in version 0.106.1.</description>
    </item>
    <item>
      <title>CVE-2026-85751</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-85751</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-85751</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. Mailu is a mail server distributed as a set of Docker images. From Mailu 2.0 until 2024.06.55 and prior to Mailu helm-charts 2.7.3, deployments with PROXY_AUTH_WHITELIST configured but REAL_IP_HEADER unset trusted a client-controlled X-Forwarded-By header for header-based proxy authentication. The proxy_hide_header directive in the nginx template at core/nginx/conf/proxy.conf hid the header from upstream responses but did not overwrite the incoming request value in this configuration. An unauthenticated remote attacker could therefore spoof the trusted proxy identity and bypass authentication. This issue is fixed in Mailu 2024.06.55 and Mailu helm-charts 2.7.3.</description>
    </item>
    <item>
      <title>CVE-2026-84298</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-84298</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-84298</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:24 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 3.1. Publication does not establish exploitation. Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.95.3, the V1 DurableTask stream handler stores worker-supplied task_external_id values in the durableInvocations routing map before tenant ownership is verified, and callback delivery resolves that map by task UUID without tenant identity. An authenticated tenant worker that knows another tenant's durable task UUID and keeps a stream open on the same dispatcher process can receive that task's durable callback result payload. UUIDv4 values are not enumerable, and single-tenant deployments are unaffected in practice. This issue is fixed in version 0.95.3.</description>
    </item>
    <item>
      <title>CVE-2026-82412</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-82412</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-82412</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:24 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. ntopng is a web-based network traffic monitoring application. Prior to 6.7.260717, the vulnerability-scan endpoints scripts/lua/rest/v2/add/host/to_scan.lua and scripts/lua/rest/v2/exec/host/schedule_vulnerability_scan.lua accept the scan_ports parameter without an administrator gate and pass it through validateSingleWord, which permits shell metacharacters. scripts/lua/modules/vulnerability_scan/vs_utils.lua then concatenates scan_ports into an nmap command in nmap_scan_host and executes the command through ntop.execCmd or ntop.execCmdAsync and popen. Any authenticated non-admin user can execute operating-system commands as the ntopng process account when nmap is available. Because the endpoints accept GET requests while ntopng's CSRF validation applies to POST request bodies, an attacker can also trigger the command through a logged-in user's browser without possessing ntopng credentials. This issue is fixed in version 6.7.260717.</description>
    </item>
    <item>
      <title>CVE-2026-77166</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77166</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77166</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:24 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.4. Publication does not establish exploitation. The emoji field in the page emoji update endpoint does not properly validate user input. By injecting long text and line breaks, the sidebar layout becomes broken and can hide other items.</description>
    </item>
    <item>
      <title>CVE-2026-77165</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77165</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77165</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:23 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. File owners were unable to unlock TYPE_TOKEN locks placed by other users, leaving files permanently locked with no recovery path outside of the database.</description>
    </item>
    <item>
      <title>CVE-2026-63342</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-63342</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-63342</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.91.1, api-contracts/openapi/paths/v1/workflow-runs/workflow_run.yaml defines the GET /api/v1/stable/durable-tasks/{durable-task} endpoint implemented by listDurableEventLog without requiring the target tenant as a parent resource, allowing an authenticated user who obtains another tenant's durable task UUID to read that task's event log. Disclosed data can include task display names, workflow identifiers, user messages, wait conditions, branching logic, and timing information. This issue is fixed in version 0.91.1.</description>
    </item>
    <item>
      <title>CVE-2026-61687</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61687</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61687</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.91.1, ValidateOAuthState clears the oauth_state_ session value to an empty string after a successful OAuth callback and later accepts an empty state parameter as equal, allowing an unauthenticated attacker to bind a victim's Hatchet session to an attacker-controlled OAuth identity. Exploitation requires the victim to have completed an OAuth flow in the current session and the deployment to enable auth.google.enabled, auth.github.enabled, or the Slack integration. This issue is fixed in version 0.91.1.</description>
    </item>
    <item>
      <title>CVE-2026-61681</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61681</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61681</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.1. Publication does not establish exploitation. Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.91.1, the SNS UnsubscribeConfirmation handler in internal/integrations/ingestors/sns/sns.go calls http.Get() on payload.UnsubscribeURL after VerifyPayload() even though BuildSignature() excludes UnsubscribeURL, allowing an authenticated Hatchet tenant to replace that field in an otherwise valid AWS-signed message with an internal URL. The server-side request can reach EC2 Instance Metadata Service, internal services, and internal HTTP APIs, potentially exposing IAM credentials or network-accessible data and functionality. This issue is fixed in version 0.91.1.</description>
    </item>
    <item>
      <title>CVE-2026-55563</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55563</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55563</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.9. Publication does not establish exploitation. Feast is the open source feature store for AI and machine learning. Prior to 0.65.0, .github/workflows/pr_integration_tests.yml uses pull_request_target with the synchronize event and preserves ok-to-test, approved, or lgtm labels across newly pushed commits, allowing a fork contributor to obtain approval for a benign revision and then run changed code from refs/pull/${{ github.event.pull_request.number }}/merge through privileged make targets. The job exposes GCP, AWS, and Snowflake credentials to that code, enabling runner code execution, credential disclosure, and possible access to downstream cloud resources. An external label-removal integration could mitigate the condition, but no repository workflow provided that protection. This issue is fixed in version 0.65.0.</description>
    </item>
    <item>
      <title>CVE-2026-53940</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-53940</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-53940</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:09 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. Conda is a system-level binary package and environment manager that runs on major operating systems and platforms. Prior to 26.5.2, parse_entry_point_def in conda/common/path/python.py accepted an unvalidated entry-point command from a noarch:python package's info/link.json metadata. CreatePythonEntryPointAction in conda/core/path_actions.py interpolated that command into target_short_path, and PrefixPathAction.target_full_path joined it to the installation prefix without verifying that the result remained under the intended bin or Scripts directory. create_python_entry_point in conda/gateways/disk/create.py then wrote an executable wrapper to the resulting path. A malicious package could use path separators, traversal segments, or an absolute command path to write outside the prefix or overwrite another in-prefix entry point during default install and environment transactions. Out-of-prefix writes require the target parent directory to exist, while an overwritten entry point can execute attacker-controlled Python when later invoked with the installing user's privileges. This issue is fixed in version 26.5.2.</description>
    </item>
    <item>
      <title>CVE-2026-36472</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-36472</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-36472</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.2. Publication does not establish exploitation. CuteNews v.2.1.2 is vulnerable to Cross Site Scripting (XSS). Improper neutralization of the __referer value 2.0.1 allows a remote attacker to execute arbitrary JavaScript in the context of an authenticated user's session via a javascript: URI rendered as an unsanitized clickable link on the msg_info page.</description>
    </item>
    <item>
      <title>CVE-2026-36471</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-36471</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-36471</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:08 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. Deserialization of Untrusted Data of the __post_data parameter in cn_parse_url() in CuteNews v.2.1.2 allows a remote attacker to inject arbitrary values into internal request variables (including __referer) via a crafted base64-encoded serialized PHP payload submitted as a POST parameter.</description>
    </item>
    <item>
      <title>CVE-2026-36470</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-36470</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-36470</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. CuteNews v.2.1.2 is vulnerable to Cross Site Scripting (XSS) in index.php. The value of the "Referer" header is copied into the response HTML unmodified/unescaped during POST messages to index.php.</description>
    </item>
    <item>
      <title>CVE-2026-36469</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-36469</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-36469</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">UNKNOWN</category>
      <description>Published by NVD during the rolling 48-hour window. Publication does not establish exploitation. CuteNews v.2.1.2 is vulnerable to Server-Side Request Forgery (SSRF) in core/modules/media.php -- upload_from_inet (Media Manager's "Upload by URL" functionality).</description>
    </item>
    <item>
      <title>CVE-2026-36468</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-36468</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-36468</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.1. Publication does not establish exploitation. Cross-site Scripting (XSS) in index.php in CuteNews v.2.1.2 allows remote unauthenticated attackers to supply an arbitrarily named URL parameter key, with part of its name containing any URL-encoded common XSS payload (such as "&gt;).</description>
    </item>
    <item>
      <title>CVE-2026-36467</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-36467</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-36467</guid>
      <pubDate>Mon, 21 Sep 2026 16:17:07 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.2. Publication does not establish exploitation. Unrestricted Upload of File with Dangerous Type in core/modules/media.php in CuteNews v.2.1.2 allows remote authenticated users with access to the Media Manager panel to execute arbitrary code in the context of the web application, leading to remote server access by triggering a reverse shell.</description>
    </item>
    <item>
      <title>CVE-2026-94301</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94301</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94301</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:38 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. The fix for CVE-2026-47065/ZDRES-232 ("resolveProxyClass Not Overridden - acceptMatchers Filter Bypass via java.lang.reflect.Proxy"), released on 2026-06-02 and announced as "Fully addressed" in MINA 2.2.8, 2.1.13 and 2.0.29, was committed to the 2.2.X branch only. The 2.0.X and 2.1.X maintenance branches never received the resolveProxyClass() override, so the 2.0.29 and 2.1.13 artifacts listed as fixed -- and every later release on those lines, up to and including the current 2.0.30 and 2.1.14 -- remain vulnerable to the exact allow-list bypass that CVE-2026-47065 was meant to close.</description>
    </item>
    <item>
      <title>CVE-2026-94184</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94184</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94184</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:38 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. A stack-based buffer overflow flaw was found in fetchmail when built with NTLM support. A malicious or compromised mail server advertising NTLM authentication can send a crafted Type 2 challenge that causes fetchmail to write past a fixed stack buffer while building the NTLM authenticate response. This may lead to remote code execution depending on stack-frame layout, or to authentication failure or process termination under memory hardening. Affects v5.0.8 through v6.6.6.</description>
    </item>
    <item>
      <title>CVE-2026-93339</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-93339</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-93339</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:35 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.1. Publication does not establish exploitation. Metaphor Creations Ditty (ditty-news-ticker) before 3.1.70 contains a stored cross-site scripting vulnerability that allows authenticated users with Author-level privileges or higher to inject arbitrary HTML elements by supplying malicious wrapper attribute values in layout tags. The ditty_layout_render_tag_wrapper() function inserts caller-supplied wrapper attribute values directly as HTML element names without allowlist validation, bypassing wp_kses_post() sanitization because KSES runs at save time before layout tag attributes are resolved at render time, causing the payload to execute in the browser of any visitor viewing posts or pages embedding the affected Ditty item.</description>
    </item>
    <item>
      <title>CVE-2026-86473</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-86473</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-86473</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:32 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.1. Publication does not establish exploitation. Apache Airflow: the Core API logout endpoint revokes only a session token presented as the _token cookie. When a client logs out presenting its credential as an Authorization bearer header instead, the endpoint returns its normal logout response but revokes nothing, so the token remains valid until it expires. An attacker who already holds a copy of that token keeps the victim's access after the victim has logged out and believes the session ended; the default token lifetime is 24 hours and is configurable. Affects API clients that authenticate with a bearer token rather than the browser session cookie. The attacker must already possess a copy of a valid token; obtaining one is outside the scope of this issue, and no privileges beyond the victim's own are gained. Users of apache-airflow are recommended to upgrade to apache-airflow version 3.3.2 or later, which fixes the issue.</description>
    </item>
    <item>
      <title>CVE-2026-82355</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-82355</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-82355</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:32 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.2. Publication does not establish exploitation. When a request to the Airflow core API carries both a session cookie and an explicit `Authorization: Bearer` token, Airflow resolves the caller from the cookie and ignores the bearer token, inverting the intended precedence of bearer over cookie. The request then executes -- and is recorded in the audit log -- as the cookie's principal rather than the identity the client explicitly presented. Only Apache Airflow 3.3.0 and 3.3.1 are affected. Earlier releases do not contain the code path that caches the cookie-derived user, and are not vulnerable. Exploiting this requires an attacker to first place a valid session cookie of their own into the victim's browser or client: for example by cookie tossing from a sibling subdomain, through cross-site scripting in a separate application sharing a parent domain, or via a shared workstation. Deployments that host the Airflow UI on a domain shared with other applications are therefore the most exposed; a deployment on a dedicated domain with no co-hosted applications is not reachable this way. The consequence is principal confusion and misattributed audit records rather than a direct privilege escalation. Users of 3.3.0 or 3.3.1 should upgrade to Apache Airflow 3.3.2 or later, which resolves the caller from the explicitly supplied credential whenever one is present.</description>
    </item>
    <item>
      <title>CVE-2026-80110</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-80110</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-80110</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:32 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. A flaw was found in pki-core. The v2 REST ACL filter selects a tie-breaking permission for colliding literal and wildcard ACL keys using lexicographic string comparison rather than specificity, causing a wildcard-mapped permission to override a more specific literal-mapped permission when both match. In the CA's profile-management REST API this allows a request to POST /v2/profiles/raw -- intended to require Administrator-level profiles.create permission -- to instead be authorized under the lower-privileged profiles.approve permission held by the default Certificate Manager Agents group. The highest threat from this vulnerability is to confidentiality and integrity of the certificate authority's issuance policy.</description>
    </item>
    <item>
      <title>CVE-2026-75939</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-75939</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-75939</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:31 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.4. Publication does not establish exploitation. A flaw was found in openshift/oc-mirror. The tool incorrectly verifies PGP (Pretty Good Privacy) release image signatures by checking for signature errors before the entire signed body is processed, leading to a bypass of the signature verification. A remote attacker, by intercepting or manipulating network traffic to the signature endpoint, could exploit this to craft a PGP message with a valid Red Hat release key ID but a forged signature. This enables the `oc-mirror` tool to accept and mirror a malicious release payload into a disconnected registry, potentially compromising the integrity of software deployments.</description>
    </item>
    <item>
      <title>CVE-2026-75158</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-75158</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-75158</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:31 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. Apache Airflow's `/assets/events` API returned asset events for every Dag in the deployment, with no filter restricting them to the Dags the caller is authorized to read. Any authenticated user holding asset-read access could therefore enumerate asset events — including the source Dag ID, task ID, run ID and event timestamps — for Dags they have no permission to see. Because the filter was also absent from the count query, `total_entries` and pagination disclosed the existence of hidden Dags even without inspecting individual rows. Deployments are affected whenever per-Dag access control is used to separate teams or tenants; no special configuration is required. Upgrade to apache-airflow 3.3.2 or later.</description>
    </item>
    <item>
      <title>CVE-2026-71543</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-71543</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-71543</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:31 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. OpenBao is an open source identity-based secrets management system. Prior to 2.6.0, templated ACL, PKI, and SSH policies could substitute attacker-controlled identity data without rejecting syntax-significant characters. In ACL templated policies, asterisks, plus signs, and slashes could alter path matching. In PKI allowed_uri_sans_template and allowed_domains policies, an asterisk could broaden certificate issuance to unauthorized domains. In SSH allowed_users and allowed_domains policies, a comma could add unauthorized principals. Exploitation requires a deployment to use templated policy data that users can freely modify; templates based on the randomly generated identity.entity.id value are not affected. This could allow privilege escalation, unauthorized access, and unauthorized certificate issuance. This issue is fixed in version 2.6.0.</description>
    </item>
    <item>
      <title>CVE-2026-68919</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-68919</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-68919</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.0. Publication does not establish exploitation. GoCD is a continuous deliver server. From 13.3.0 until 26.1.0, GoCD does not correctly encode and escape malicious material modification comments that mimic the special trackback format used by package materials when rendering the Stage Detail, Job/Build Detail, Value Stream Map, and Pipeline History views. A user with write access to a material tracked by GoCD can store arbitrary HTML or JavaScript in a forged package material comment, which executes in the browser session of a user who later views an affected page. Exploitation requires a victim to view a page that renders the malicious modification, and GoCD does not render every material comment in every view. Successful exploitation can expose a privileged user session or allow changes using the victim's credentials and privileges. This issue is fixed in version 26.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-61630</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61630</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61630</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.2. Publication does not establish exploitation. nginx ignition is a user interface for the nginx web server. In versions 2.33.0 through 2.35.0, any user that has enabled the OTP 2FA can have their TOTP reused during the standard 30 second validity window. Version 2.35.1 patches the issue.</description>
    </item>
    <item>
      <title>CVE-2026-61629</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61629</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61629</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. nginx ignition is a user interface for the nginx web server. In versions 2.29.0 through 2.40.0, the gin i18n middleware in nginx-ignition's API server runs in front of every HTTP request and calls `golang.org/x/text/language.ParseAcceptLanguage` on the raw `Accept-Language` header without imposing any size or shape filter. The underlying parser has quadratic-time behaviour on long lists of malformed language tags. The CVE-2022-32149 guard that golang.org/x/text added in v0.3.8 caps the number of `-` characters in the input at 1000, but it does not cap `_` characters even though the parser's internal scanner aliases `_` to `-` before parsing. A single unauthenticated GET request with an `Accept-Language` header built out of `_` separators burns about 2.4 seconds of server CPU on the host running nginx-ignition; ten concurrent attackers saturate a ten-core box for the duration of the attack while consuming ~10 MiB/s of upstream bandwidth. Version 2.40.1 fixes this issue.</description>
    </item>
    <item>
      <title>CVE-2026-61628</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-61628</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-61628</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.1. Publication does not establish exploitation. nginx ignition is a user interface for the nginx web server. Prior to version 2.41.1, `POST /api/users/onboarding/finish` is registered as anonymous (unauthenticated) and creates a user with full ReadWrite admin permissions. Because the handler uses a check-then-act (TOCTOU) pattern between the "onboarding already completed?" check and the user-creation write, with no atomic guard, a remote unauthenticated attacker who can reach an instance in its pre-onboarding state can create an administrator account for themselves — and concurrent requests can create multiple admin accounts in a single race. Version 2.41.1 patches the issue.</description>
    </item>
    <item>
      <title>CVE-2026-55870</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55870</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55870</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.3. Publication does not establish exploitation. GoCD is a continuous deliver server. Prior to 26.1.0, GoCD can return unmasked credentials that administrators stored in the userinfo portion of source control material URLs through several read-only APIs available to regular authenticated users. Although GoCD recommends dedicated username and password fields or secret-management plugins, legacy configuration permits credentials in material URLs, and not every mixed-use API consistently applies URL masking for every material type. An authenticated user with access to an affected pipeline can obtain credentials embedded in its material URL, while dedicated password fields remain encrypted and are not exposed by this issue. This issue is fixed in version 26.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-55625</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55625</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55625</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.9. Publication does not establish exploitation. GoCD is a continuous deliver server. From 16.1.0 until 26.1.0, the internal material connection test APIs at /go/api/admin/internal/material_test and /go/api/internal/config_repos/*/material_test accept an arbitrary existing pipeline and pipeline-group context without sufficient validation. A pipeline group administrator can invoke Test Connection for source control materials outside the administrator's authorized pipeline group or configuration repository and potentially use credentials from those materials. For GoCD 20.6.0 and later, the test context can also resolve external secrets managed by secret-management plugins, including global reusable secrets with separate permissions. This issue is fixed in version 26.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-55567</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55567</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55567</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.8. Publication does not establish exploitation. BleachBit cleans files to free disk space and to maintain privacy. Prior to 6.0.1, privileged Windows cleaning does not lock and validate a target's parent directory before deletion. A local unprivileged user can replace that directory with a Windows junction and use a native symlink to redirect the elevated deletion to an attacker-selected file. The arbitrary privileged file deletion can be combined with Windows Installer behavior to obtain local SYSTEM privileges. This issue is fixed in version 6.0.1.</description>
    </item>
    <item>
      <title>CVE-2026-55074</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55074</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55074</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.2. Publication does not establish exploitation. Ansible FreeBSD Jail Connection Plugin is an Ansible connection plugin for FreeBSD Jails via jexec. Through version 1.3.0, the jailexec connection plugin's put_file resolved a transfer's destination to a path on the jail host ( + ) and ran mkdir -p and mv there as root on the host. Those commands follow symbolic links, and the path was operated on outside the jail, so a symlink existing inside the jail was followed by the host-side, root-privileged mv. A party controlling content inside a managed jail (the jail's root, or any process able to create a symlink in a directory an Ansible task later writes to) can therefore cause an arbitrary root-owned write on the host, outside the jail — a full jail escape. Arbitrary root-owned host writes are readily escalated to host compromise (e.g. cron, rc.d, authorized_keys). Preconditions for this vulnerability are that the operator runs a copy/template/fetch-style task (anything using put_file) against the jail, and the attacker can place a symlink inside the jail at or above the task's destination before the transfer runs. This issue has been fixed in version 2.0.0.</description>
    </item>
    <item>
      <title>CVE-2026-55071</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55071</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55071</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.4. Publication does not establish exploitation. MCP-for-Stata is a MCP server for integrating Stata into agent loops with a safety-first design. Prior to version 1.19.0, the ado_package_install MCP tool in stata-mcp concatenates user-controlled input directly into a Stata command string without any validation or sanitization. An attacker who can invoke the MCP tool or the equivalent Python API can embed newline characters in the package argument to inject arbitrary Stata commands. Because Stata supports a shell escape command, this leads to full OS-level arbitrary command execution (RCE) under the account running the Stata-MCP server. The tool is registered in the default all profile, so no non-default configuration is required. This issue has been patched in version 1.19.0.</description>
    </item>
    <item>
      <title>CVE-2026-55060</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-55060</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-55060</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 3.7. Publication does not establish exploitation. GoCD is a continuous deliver server. From 13.1.0 until 26.1.0, the /go/api/support/process_list endpoint does not enforce its intended administrator-only authorization. An authenticated internal user can query the endpoint while source control child processes are running and view command-line arguments, usernames, remote material URLs, and internal material paths for materials the user cannot otherwise access. Exploitation depends on unpredictable process timing, and credentials, environment variables, and user-defined secrets remain masked or omitted. This issue is fixed in version 26.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-54584</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-54584</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-54584</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. mport is the MidnightBSD Package Manager. mport before 2.7.8 used TMPDIR while extracting package metafiles, including when running as root or in setuid/setgid contexts. An attacker able to control the environment for a privileged mport invocation could redirect temporary metadata extraction to an attacker-controlled location. PR 123 ignores unsafe TMPDIR values in privileged contexts and rejects empty TMPDIR. This issue has been patched in version 2.7.8.</description>
    </item>
    <item>
      <title>CVE-2026-52743</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-52743</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-52743</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. GoCD is a continuous deliver server. Prior to 26.1.0, the internal GoCD UI /jobStatus.json API does not validate that a requested server-assigned job ID belongs to the pipeline and stage named in the request. An authenticated user can guess job IDs and retrieve status for jobs in pipelines the user cannot otherwise view, including job names, state, progress timestamps, assigned agent IP addresses and UUIDs, and associated stages and pipelines. The response does not expose console output, artifacts, commands, variables, or configuration. This issue is fixed in version 26.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-52742</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-52742</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-52742</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.1. Publication does not establish exploitation. GoCD is a continuous deliver server. From 12.3.1 until 26.1.0, legacy routes under /go/admin/restful/* expose historical full server configuration to pipeline group administrators instead of restricting responses to configuration for groups they administer. The disclosed configuration can include agent auto-registration keys, webhook invocation keys, encrypted material credentials, and GoCD administrator lists. A malicious pipeline group administrator can use disclosed agent registration data to connect a rogue compatible agent, which can create a higher-complexity path to receiving work or overwriting artifacts associated with other groups. Normal authenticated users are not affected, the endpoint does not modify server configuration, and deployments that restrict pipeline editing to full administrators or configuration repositories are not affected. This issue is fixed in version 26.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-52741</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-52741</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-52741</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. GoCD is a continuous deliver server. From 18.3.0 until 26.1.0, GoCD can generate unescaped tracking-tool links from commit comments when a project uses a lenient Tracking Tool regular expression with an ID capturing group, such as JIRA-(.+). An attacker with commit access to a tracked material can place URI or HTML special characters in a matching commit comment, causing stored cross-site scripting when a victim views an affected Compare Pipeline page. Deployments without Tracking Tool integration, without an ID capturing group, or with conservative matchers that cannot match special characters are not affected. Successful exploitation can expose a privileged user session or allow changes using the victim's credentials and privileges. This issue is fixed in version 26.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-52740</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-52740</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-52740</guid>
      <pubDate>Mon, 21 Sep 2026 15:17:28 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. GoCD is a continuous deliver server. From 18.7.0 until 26.1.0, the Get Template Config API compares HTTP method names case-sensitively when selecting authorization filters. A lower-privileged authenticated user can send a request with nonstandard HTTP method capitalization to retrieve a pipeline template by name without the required view permission and read its configuration. API operations that modify data are not affected, secure variables remain encrypted, and deployments whose reverse proxy rejects non-uppercase HTTP methods are not affected. This issue is fixed in version 26.1.0.</description>
    </item>
    <item>
      <title>CVE-2026-94404</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94404</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94404</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:31 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. MISP has a security issue that could let an attacker change threat-intelligence data through a logged-in user’s browser without that user knowingly approving the change. The affected function did not properly enforce MISP’s usual protection against forged requests. Because of this, an attacker could create a malicious webpage that silently sends a request to MISP when visited by an authenticated user. If successful, the attacker could change details of an attribute, such as its value, type, category, comment, distribution settings, or related timestamps. The attack requires the victim to already be logged in to MISP and to visit an attacker-controlled page. The main impact is unauthorized modification of threat-intelligence data, which could lead to incorrect indicators, wrong classifications, or altered sharing settings and reduce confidence in the accuracy of the information stored in MISP. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94401</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94401</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94401</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.3. Publication does not establish exploitation. MISP has a file-handling vulnerability that could let certain authenticated users make the server read files or access internal network services. When importing an XML file, MISP did not properly verify that the uploaded content was actually XML. Because of this, a user with permission to modify data could upload a file containing a local file path or a web address instead. If a local file path was supplied, MISP could read that file from the server. If a URL was supplied, MISP could make a request to that address, including systems that may only be reachable from inside the organization’s network. The vulnerability could therefore expose sensitive local files and allow unauthorized requests to internal services. Exploitation required a valid MISP account with modify permissions, but no additional user interaction was needed. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94394</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94394</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94394</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. When a regular user adds a reference between objects or attributes, MISP checks whether the user can access the overall event, but it does not always check whether the individual pieces of data are also allowed for that user. Because of this, someone who can view an event could potentially access attributes or objects inside that event that were meant to be restricted to a specific sharing group or distribution level. The vulnerability affects authenticated users who are not site administrators and who already have access to an event containing more restricted data. The main impact is that users may be able to view sensitive attribute values, object details, or related object data that they should not normally be allowed to see.</description>
    </item>
    <item>
      <title>CVE-2026-94393</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94393</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94393</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.4. Publication does not establish exploitation. When a user creates or edits a report inside an event, MISP can identify an existing report using its UUID without properly checking whether that report actually belongs to the same event. As a result, a user who has editing rights on one event could potentially move a report from another event into their own event, as long as they know or can guess the report’s UUID. Once moved, they could view and change information that they were not originally allowed to access. The vulnerability requires the attacker to have editor access to at least one event and to know or discover a valid report UUID. The main impact is that private event reports could be exposed or modified across event boundaries, bypassing MISP’s normal access restrictions. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94387</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94387</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94387</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.1. Publication does not establish exploitation. Aureus ERP before 1.6.0 contains a stored cross-site scripting vulnerability in the Chatter field-change log where old_value and new_value entries are rendered without proper escaping. Any user permitted to edit tracked text fields can inject malicious markup that executes when other users, including administrators, view the record's Chatter panel.</description>
    </item>
    <item>
      <title>CVE-2026-94382</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94382</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94382</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.3. Publication does not establish exploitation. Beszel before 0.19.0 contains an insecure direct object reference vulnerability in the POST and DELETE /api/beszel/user-alerts handlers that allows any authenticated user to create or delete alerts on systems they cannot access. Attackers can supply arbitrary system IDs in the request body to register alert rules and receive notifications disclosing target system names and metrics.</description>
    </item>
    <item>
      <title>CVE-2026-88807</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88807</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88807</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.9. Publication does not establish exploitation. A heap overflow in libXrender before 0.9.13 in RenderQueryPictFormats could be used by malicious X servers to inject code into attached X clients.</description>
    </item>
    <item>
      <title>CVE-2026-88806</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88806</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88806</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. A malicious X server could exploit a buffer overflow in libX11 before 1.8.14 during handling of XkbGetMap overflowing the key_sym_map.</description>
    </item>
    <item>
      <title>CVE-2026-85220</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-85220</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-85220</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 3.7. Publication does not establish exploitation. A vulnerability in the Thinkst Canary honeypot Redis service allows an unauthenticated remote attacker to execute a Denial-of-Service attack against the honeypot. The vulnerability is accessible when the Redis service is enabled only. The Canary is NOT affected if the Redis service is disabled. Thinkst has addressed this issue on all supported platforms. New update files to address this issue are available on all platforms except Docker. For Docker customers, a new Docker image has been published which includes the patch. Customers with automatic updates enabled already have updates in distribution. If automatic updates are disabled, customers are advised to update their Canaries. Workarounds are available for customers unable to update at this time.</description>
    </item>
    <item>
      <title>CVE-2025-71421</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71421</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71421</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. UVdesk core-framework before 1.1.7 contains an improper privilege management vulnerability in the editAgent endpoint that allows agents with agent-management privilege to escalate their own role to administrator. Attackers can submit their own account identifier with a role parameter set to ROLE_ADMIN to gain full administrative control over agents, tickets, and mail configuration.</description>
    </item>
    <item>
      <title>CVE-2025-71420</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71420</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71420</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. UVdesk core-framework before 1.1.7 contains an authorization bypass vulnerability in the saved reply endpoint that allows authenticated agents to access replies restricted to other support groups. Attackers with ROLE_AGENT can enumerate saved reply identifiers and read content reserved for groups and teams they do not belong to.</description>
    </item>
    <item>
      <title>CVE-2025-71419</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71419</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71419</guid>
      <pubDate>Mon, 21 Sep 2026 14:17:14 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.1. Publication does not establish exploitation. UVdesk core-framework before 1.1.7 contains a stored cross-site scripting vulnerability in the SwiftMailer configuration identifier parameter of the createMailerConfiguration action. Attackers with ROLE_AGENT can inject malicious script into the identifier field, which is persisted and executed when other members access the configuration update page.</description>
    </item>
    <item>
      <title>CVE-2026-94383</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94383</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94383</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. The MISP blocklist workflow module accepted a user-supplied blocklist filename parameter without validating the file extension. The only sanitization applied was basename() to strip path components and a check for empty or dot values. A site administrator could specify a filename with an arbitrary extension that would be placed in the MISP export directory. If the underlying web server is configured to interpret and execute scripts from that directory, the resulting file could be invoked, leading to arbitrary code execution in the context of the web server process. The vulnerability requires the attacker to hold site-administrator privileges within MISP, as the blocklist workflow module is restricted to that role. No additional user interaction is required beyond triggering the workflow action with a crafted filename parameter. The impact is full compromise of the MISP server's confidentiality, integrity, and availability, as arbitrary script execution grants the attacker the same privileges as the web server user. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94381</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94381</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94381</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. MISP has a security issue that can let a user gain more access than their API key is supposed to allow. A read-only API key should only let someone view information. However, after logging in with such a key, a specific MISP function could accidentally restore the user’s normal account permissions. This means someone with a read-only API key could potentially gain write, delete, or even administrator access if their underlying account has those permissions. Exploiting the issue requires a valid read-only API key and a single request to the affected function. The main impact is that MISP’s API key restrictions can be bypassed, allowing actions that the API key was specifically meant to prevent. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94379</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94379</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94379</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.9. Publication does not establish exploitation. The login() function in MISP's UsersController.php contained insufficient HTTP method validation for several security-critical code paths. The original code used an allowlist approach, checking only for specific HTTP methods (POST and PUT) before enforcing bruteforce protection, email one-time-password (OTP) verification, and login-failure logging. Because the checks were not exhaustive, an unauthenticated attacker could issue login requests using other HTTP methods and bypass all three security controls simultaneously. Specifically: - the bruteforce blocklisting check and attempt counter were skipped, allowing unlimited credential-guessing attempts without being rate-limited or blocked - the email OTP two-factor authentication step was skipped, defeating the second factor of authentication - login-failure events were neither logged nor counted, removing the audit trail and the mechanism that would normally trigger a blocklist entry. The security impact is the effective disabling of brute-force protection and multi-factor authentication for any attacker who can craft an HTTP request with a non-POST/PUT method to the login endpoint, potentially leading to credential compromise and unauthorized access to the MISP instance. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94374</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94374</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94374</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.3. Publication does not establish exploitation. MISP contains an insecure direct object reference vulnerability in the processModuleResultsData method of the Event model. When processing module results, the code iterates over EventReport entries supplied in the resolved data and saves each one. Unlike the adjacent attribute and object processing loops, the report loop did not unset the client-supplied 'id' field before calling save(). Because the MISP EventReport model's create() method does not strip the id field, an authenticated user with permission to submit module results could include an 'id' value referencing an existing report belonging to a different event. Upon save(), the ORM would update that existing row rather than insert a new one, allowing the attacker to - read the content of another event's report by reparenting it into their own event - overwrite the report's fields with attacker-controlled data - change the report's event_id to redirect ownership. This constitutes an authorization bypass through a user-controlled key, enabling cross-event data disclosure and integrity compromise. The vulnerability requires an authenticated session with the ability to invoke module result processing on an event. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94373</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94373</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94373</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. MISP contains a DOM-based cross-site scripting (XSS) vulnerability in the contextual menu JavaScript component. The ContextualMenu class populates HTML elements by assigning user-controllable values to the innerHTML property. Because innerHTML parses and renders HTML markup, any untrusted string supplied as the option text (value.text or value) is interpreted as live DOM content rather than plain text. An attacker who can influence the data rendered in the contextual menu can inject arbitrary HTML or JavaScript that executes in the victim's browser within the MISP application origin. This may allow session hijacking, data exfiltration, or unauthorized actions performed on behalf of the authenticated user. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94372</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94372</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94372</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. MISP contains a stored cross-site scripting (XSS) vulnerability in the default theme's Galaxies index page. When a MISP instance detects unknown custom or default galaxy clusters during synchronization, it renders sample tag names in an informational notice directed at site administrators. In the default theme, these sample tag names were inserted into the HTML output without HTML-entity encoding. A user with tag-editor privileges could craft a malicious misp-galaxy tag containing arbitrary script. When a site administrator subsequently viewed the Galaxies index page, the crafted tag content was interpreted as executable markup in the administrator's browser session, enabling the attacker to read session data, perform actions on behalf of the administrator, or otherwise compromise the administrator's browser context. The Overmind theme already applied HTML escaping to the same values and was not affected. The vulnerability requires the attacker to possess tag-editor-level access to create the crafted tag and requires the victim (a site administrator) to view the Galaxies index page in the default theme. The impact is limited to the administrator's browser session and does not directly compromise the MISP server process. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-94216</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94216</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94216</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was determined in ST Engineering iDirect Evolution and Velocity WebServer Evolution up to 20260717. This vulnerability affects the function authorize of the file /usr/sbin/webserver of the component HTTP Header Handler. Executing a manipulation of the argument Success can lead to open redirect. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94214</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94214</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94214</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was found in ST Engineering iDirect Evolution and Velocity WebServer Evolution up to 20260717. This affects an unknown part of the file /login.html of the component Management Service. Performing a manipulation of the argument Host results in open redirect. It is possible to initiate the attack remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94211</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94211</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94211</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:11 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 1.9. Publication does not establish exploitation. A vulnerability has been found in Hyve5 Leantime up to 3.9.8. Affected by this issue is some unknown functionality of the file /app/Domain/Dashboard/Templates/show.blade.php of the component Project Dashboard. Such manipulation leads to cross site scripting. The attack may be performed from remote. The exploit has been disclosed to the public and may be used. "EDIT perm" needed to plant; fires cross-user for anyone viewing the project dashboard since the poisoned label name is echoed raw. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-84285</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-84285</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-84285</guid>
      <pubDate>Mon, 21 Sep 2026 13:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. An OS Command Injection vulnerability affecting Tuleap Enterprise Edition from 17.3 through 17.5 could allow an attacker to execute arbitrary commands on the server.</description>
    </item>
    <item>
      <title>CVE-2026-94368</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94368</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94368</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. A flaw was found in the signature verification logic of noobaa-core, the core component of the NooBaa Multicloud Object Gateway. The issue occurs when the service processes S3 presigned URLs using Signature Version 4 (SigV4). Due to improper validation, the service fails to reject requests containing unsigned x-amz- headers, instead simply dropping them from the signature calculation. This allows an attacker who possesses a valid presigned PUT URL to add an unsigned x-amz-copy-source header, effectively converting a simple upload into a CopyObject operation. This can lead to unauthorized access and copying of any data the original signer is permitted to reach across the entire storage system.</description>
    </item>
    <item>
      <title>CVE-2026-94210</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94210</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94210</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:27 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A flaw has been found in Hyve5 Leantime up to 3.9.8. Affected by this vulnerability is the function getAllGrouped of the file app/Domain/Tickets/Services/Tickets.php of the component Kanban Board. This manipulation causes cross site scripting. The attack is possible to be carried out remotely. The exploit has been published and may be used. Patch name: a30a6837b4071ac05a4f58d0e1baa2c62aa8695e. To fix this issue, it is recommended to deploy a patch.</description>
    </item>
    <item>
      <title>CVE-2026-91867</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91867</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91867</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.3. Publication does not establish exploitation. When Neethi fetches a remote policy reference, it only limits the time per read, not the whole transfer, so a server that trickles bytes slowly can keep the fetch alive indefinitely and tie up the calling thread (denial of service). Users are recommended to upgrade to version 3.2.4, which fixes this issue.</description>
    </item>
    <item>
      <title>CVE-2026-91866</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91866</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91866</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:25 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. A specially crafted pair of WS-Policy documents can force Neethi's policy-intersection to do exponential amounts of work, pinning the CPU for a long time (denial of service). Users are recommended to upgrade to version 3.2.4, which fixes this issue.</description>
    </item>
    <item>
      <title>CVE-2026-91865</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91865</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91865</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:24 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. A small WS-Policy document using repeated policy references can force Neethi to re-expand the same references exponentially during normalization, consuming huge amounts of CPU and memory (denial of service). Users are recommended to upgrade to version 3.2.4, which fixes this issue.</description>
    </item>
    <item>
      <title>CVE-2026-91864</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91864</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91864</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:24 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. A specially crafted WS-Policy document can pack unlimited content inside a policy assertion, which Neethi copies into memory without counting it against its size limits, exhausting the heap (denial of service). Users are recommended to upgrade to version 3.2.4, which fixes this issue.</description>
    </item>
    <item>
      <title>CVE-2026-91863</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91863</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91863</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:24 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. A specially crafted WS-Policy document with deeply nested policy elements can bypass Neethi's nesting-depth limit and exhaust the thread stack, crashing the parser (denial of service). Users are recommended to upgrade to version 3.2.4, which fixes this issue.</description>
    </item>
    <item>
      <title>CVE-2026-89139</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-89139</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-89139</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:24 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. Temporal Server compiles a Worker Controller Instance module into its Worker Service, and that module registers a compute provider named subprocess whose function is to launch a worker by running a command on the machine hosting the Worker Service. The program name and the argument vector that provider executes are taken from the compute provider configuration supplied in the caller's request rather than from operator configuration. An authenticated caller holding only a write role in a single namespace can therefore configure a worker deployment version so that the Worker Service executes a command of the caller's choosing on its own host, under the account the server process runs as. Execution is immediate rather than deferred: the configuration handler invokes every provider using the invoke strategy directly after validating the submitted specification, so no scaling decision, task arrival, or unusual request sequence is required. Because the Worker Service process holds the persistence credentials for every namespace in the cluster and the cluster's TLS material, the consequence reaches beyond the caller's namespace to the cluster as a whole. The provider is present in the official temporal-server binaries and container images for the affected releases. The only control that can keep it unreachable is the compute provider allowlist, the per-namespace dynamic configuration setting workercontroller.compute_providers.enabled, and that control does not deny by default: its default value is an unset list, and the allowlist check is skipped entirely when the value is unset, </description>
    </item>
    <item>
      <title>CVE-2026-87858</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-87858</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-87858</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:22 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.2. Publication does not establish exploitation. Temporal Server decided whether a Workflow completion callback was internal by reading a caller-supplied HTTP header. An authenticated caller holding only write permission in a single namespace could attach a completion callback whose URL host matched the configured callback address allowlist, whose URL path was any Temporal HTTP API route, and whose header map contained a non-empty header named source. When the History service delivered that callback, the non-empty source header caused it to re-target the request at the local frontend client and rewrite only the scheme and host, preserving the caller's path, query, and request body. Where an internal frontend is deployed with its HTTP API enabled, that client resolves to the internal frontend, which authorizes every request as a system administrator without requiring authentication information. The result is that the server performs an attacker-chosen state-changing HTTP POST against its own administrative API on the caller's behalf, in namespaces where the caller has no permission. The caller never needs network access to the internal frontend, because the History service makes the request. Confirmed effects include terminating Workflows in other namespaces, registering namespaces, modifying another namespace's configuration, and deleting another namespace and its Workflows. The affected routing logic is present in both the HSM and CHASM callback delivery implementations. This description and the CVSS score in this record describe releases 1.30.0 and later, where any non-empty source header is sufficient. Releases 1.25.0 </description>
    </item>
    <item>
      <title>CVE-2026-65654</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-65654</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-65654</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:16 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. github.com/temporalio/ringpop-go enforces configured LabelOptions limits when an application changes the local node's labels, but affected versions do not apply those limits to label maps received in SWIM membership changes. A network peer that can reach a live Ringpop TChannel listener can repeatedly submit changes for distinct member addresses containing label keys, values, or counts that exceed the receiver's configured limits. Accepted labels are retained in the member list and disseminated to peers, allowing memory and gossip-bandwidth consumption to exceed configured bounds and potentially making the hosting process unavailable. The fix validates peer-supplied label maps before they are retained or disseminated. Availability only; no confidentiality or integrity impact was identified.</description>
    </item>
    <item>
      <title>CVE-2026-65653</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-65653</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-65653</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. github.com/temporalio/tchannel-go did not reject TChannel call fragments containing checksum metadata but no length-prefixed argument chunks. The fragment reader left its chunk slice empty and then unconditionally selected the first element. A network peer can supply such a malformed call fragment, including as a direct initial call request after completing the standard initialization handshake. On that inbound path, the resulting unrecovered Go slice-bounds panic occurs on a library-created dispatch goroutine and terminates the hosting process. This allows remote denial of service against applications that expose the listener to untrusted peers. The impact is limited to availability; no confidentiality or integrity impact was identified.</description>
    </item>
    <item>
      <title>CVE-2026-65652</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-65652</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-65652</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. github.com/temporalio/tchannel-go did not validate the one-byte checksum-type field in inbound TChannel call frames. A network peer that can reach a listener can complete the standard initialization handshake and send a call request with an unsupported checksum type. The parser uses that value as an index into a four-entry checksum pool, causing an unrecovered Go panic on the connection read goroutine and terminating the hosting process. This allows remote denial of service against applications that expose the listener to untrusted peers. The impact is limited to availability; no confidentiality or integrity impact was identified.</description>
    </item>
    <item>
      <title>CVE-2026-65651</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-65651</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-65651</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. temporalio/sqlparser accepts SQL containing deeply nested unary expressions and can return a correspondingly deep abstract syntax tree without enforcing an applicable nesting limit. The library's String and Walk operations recursively traverse that tree. An application that parses attacker-controlled SQL and later formats or walks the returned tree can encounter a runtime-fatal Go stack overflow that terminates the process; Go panic recovery cannot contain this condition. Temporal Server passes caller-controlled query input through the affected parser in archival, visibility, and worker-query paths. In affected validation paths, the Server recursively formats an invalid expression while constructing an error. In a supported authenticated deployment, a caller with namespace read permission can terminate the receiving Frontend or Matching process. The dynamically confirmed ListWorkers route additionally requires at least one retained worker heartbeat. Repeated requests can sustain a denial of service. The issue affects availability only; no confidentiality or integrity impact was identified.</description>
    </item>
    <item>
      <title>CVE-2026-16652</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-16652</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-16652</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. Temporal Server did not bound the work performed while searching for a Schedule's next action time. An authenticated caller with namespace write permission could create or update a Schedule that combines a fine-grained cadence with an exclusion calendar that rejects every candidate time, causing the server to evaluate excluded candidates without a per-search work budget. This can consume excessive CPU in Frontend and Schedule worker components. A persisted specification can also cause its backing Schedule Workflow to repeatedly fail and retry, allowing CPU consumption to continue without additional requests until the Schedule is deleted or its backing Workflow is terminated. Repeated or parallel exploitation can deny service. The issue affects availability only; it does not expose or modify Workflow data.</description>
    </item>
    <item>
      <title>CVE-2026-16651</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-16651</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-16651</guid>
      <pubDate>Mon, 21 Sep 2026 12:17:10 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.7. Publication does not establish exploitation. temporalio/sqlparser can panic when Parse, ParseStrictDDL, or ParseNext processes a MySQL version comment whose contents are empty or consist only of one to five decimal digits. ExtractMysqlComment does not check the -1 result returned by strings.IndexFunc before using it as a slice boundary. The resulting Go runtime panic propagates unless the caller recovers it on the parsing goroutine, so applications that parse attacker-controlled SQL can terminate. Temporal Server exposes the affected parser through ListWorkers. When that API is enabled, an authenticated caller with namespace read permission can submit a malformed query that terminates the receiving Matching process. Repeated requests can sustain a denial of service. The issue affects availability only; no confidentiality or integrity impact was identified.</description>
    </item>
    <item>
      <title>CVE-2026-92612</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-92612</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-92612</guid>
      <pubDate>Mon, 21 Sep 2026 11:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 1.0. Publication does not establish exploitation. In Eclipse iceoryx2 versions greater than v0.8.0, the StaticString exposes its contents as mutable bytes through safe APIs, while String[network address omitted]s_str() converts those bytes into a Rust string slice without validating UTF-8. An application can therefore create an invalid &amp;str and trigger undefined behavior using entirely safe Rust.</description>
    </item>
    <item>
      <title>CVE-2026-77021</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-77021</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-77021</guid>
      <pubDate>Mon, 21 Sep 2026 11:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. Improper handling of highly compressed data (data amplification) in Checkmk</description>
    </item>
    <item>
      <title>CVE-2026-94277</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94277</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94277</guid>
      <pubDate>Mon, 21 Sep 2026 10:17:17 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.3. Publication does not establish exploitation. MISP's galaxy matrix statistics view (app/View/Users/statistics_galaxymatrix.ctp) renders the galaxy name directly into HTML output via sprintf() without any HTML encoding. An authenticated user holding the perm_galaxy_editor permission can create or modify a galaxy whose name contains arbitrary HTML or JavaScript markup. Because the value is interpolated verbatim into the page, any user who subsequently opens the galaxy matrix statistics page will have the embedded script executed in their browser context. This enables session hijacking, credential theft, data exfiltration, or the performance of arbitrary actions on behalf of the victim within the MISP application. Version affected:</description>
    </item>
    <item>
      <title>CVE-2026-92574</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-92574</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-92574</guid>
      <pubDate>Mon, 21 Sep 2026 10:17:17 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.8. Publication does not establish exploitation. A vulnerability in CRI-O checkpoint restore allows a user who can create a pod from a malicious checkpointed container to bypass the destination Kubernetes security context. The restored process may retain credentials, Linux capabilities, no_new_privs, and seccomp state from the checkpoint instead of enforcing the destination configuration. This can allow execution with elevated privileges across the container security boundary. Affected upstream supported versions are CRI-O 1.34 and later. Downstream Red Hat products are affected from OCP 4.17 onward. Fixes have been applied to supported branches but are not yet released. Exploitation requires permission to create a pod from a malicious checkpoint image and checkpoint restore functionality to be available.</description>
    </item>
    <item>
      <title>CVE-2026-91921</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-91921</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-91921</guid>
      <pubDate>Mon, 21 Sep 2026 10:17:15 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.1. Publication does not establish exploitation. Cross-Site Scripting (XSS) vulnerability due to inadequate input sanitisation in the client-side rendering engine of the 1millionbot AI Chat Platform. An unauthenticated remote user could cause external hyperlinks to be rendered in the web interface by sending messages containing Markdown syntax and certain unsanitised content blocks. The impact is limited to the user’s own interactive session; no compromise of internal infrastructure, access to third-party data or impact on administrative panels has been identified.</description>
    </item>
    <item>
      <title>CVE-2026-94152</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94152</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94152</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A security vulnerability has been detected in Omega Solution FBP Fulfillment by People 2025. This impacts an unknown function of the file /user/ of the component User Profile API. The manipulation of the argument ID leads to authorization bypass. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94151</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94151</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94151</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A weakness has been identified in Omega Solution HRM OS up to 20260717. This affects an unknown function of the file /role-permission/permission of the component Role Permission API. Executing a manipulation of the argument roleId can lead to missing authentication. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94150</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94150</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94150</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 1.9. Publication does not establish exploitation. A security flaw has been discovered in Omega Solution HRM OS up to 20260717. The impacted element is an unknown function of the file /media/view/ of the component SVG File Upload. Performing a manipulation results in cross site scripting. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-92400</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-92400</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-92400</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. The Payment Gateway for PayPal on WooCommerce WordPress plugin before 9.2.1 does not verify that an incoming payment notification was confirmed in the store's configured payment environment or paid to the store's own merchant account before marking an order complete, allowing unauthenticated users to mark their own orders as paid using a genuine transaction from a payment sandbox they control.</description>
    </item>
    <item>
      <title>CVE-2026-86802</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-86802</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-86802</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 3.7. Publication does not establish exploitation. The To Do List Member WordPress plugin through 1.6 does not have authorisation or nonce checks in an import routine, and does not validate the location it fetches the imported data from, allowing unauthenticated users to create arbitrary published posts and taxonomy terms on the site.</description>
    </item>
    <item>
      <title>CVE-2026-85113</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-85113</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-85113</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:06 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.5. Publication does not establish exploitation. The GiveWP WordPress plugin before 4.16.9 does not remove shortcode delimiters from donor-supplied values before rendering them on public pages, and the shortcode stripping it applies can be defeated by nesting, allowing unauthenticated users to execute arbitrary shortcodes registered on the site.</description>
    </item>
    <item>
      <title>CVE-2026-85010</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-85010</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-85010</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. The RestroPress WordPress plugin before 3.4.6 does not validate a client-supplied item add-on price on the server side when items are added to or updated in the cart, allowing unauthenticated users to set an arbitrary price and place orders for an attacker-chosen total, down to and including zero.</description>
    </item>
    <item>
      <title>CVE-2026-15801</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-15801</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-15801</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:05 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.0. Publication does not establish exploitation. A vulnerability was found in CRI-O related to the container checkpoint and restore feature. When CRI-O is configured to restore containers from checkpoint archives, insufficient validation of restore metadata may allow a user with sufficient privileges to perform unintended operations on the host filesystem. Successful exploitation requires that container checkpoint and restore functionality is enabled, which is not the default configuration. An attacker must also be able to trigger restoration of a container from untrusted checkpoint content.</description>
    </item>
    <item>
      <title>CVE-2025-12999</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2025-12999</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-12999</guid>
      <pubDate>Mon, 21 Sep 2026 09:17:04 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.1. Publication does not establish exploitation. UrlUtil.getBaseUrl builds the absolute URLs in a response — download links, icons, asset and API URLs — from the X-Forwarded-Host, X-Forwarded-Proto and X-Forwarded-Prefix request headers, with no check on whether the sender was a trusted proxy, falling back to the client-supplied Host header. Those responses are cached under keys that do not include the host (extension.json since 0.6.0, namespace.details.json since 0.9.0, sitemap since 0.14.5, latest.extension.version.vscode since 0.34.2). A single request carrying a forged header therefore places attacker-chosen URLs into an entry served to every other client for the lifetime of that entry — one hour by default, and cluster-wide where ovsx.redis.enabled is set. The VSIX download URL, its signature URL and the public key URL are all derived from the same base URL, so extension signing does not limit the impact: an attacker who poisons an entry supplies the package, the signature over it, and the key used to verify it. Exploitability depends on deployment topology. A server reachable directly by clients, or fronted by a proxy that relays the client's X-Forwarded-Host rather than overwriting it, is exploitable by an unauthenticated remote attacker. A proxy that overwrites the header is not. An unauthenticated attacker can poison Open VSX's per-extension metadata cache with attacker-controlled download, signature, and public-key URLs by supplying a crafted X-Forwarded-Host header, causing downstream VS Code-compatible editors to fetch and install a malicious VSIX. Workarounds (unpatched versions) 1. Configure the reverse prox</description>
    </item>
    <item>
      <title>CVE-2026-94149</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94149</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94149</guid>
      <pubDate>Mon, 21 Sep 2026 08:16:39 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was identified in Omega Solution HRM OS up to 20260717. The affected element is an unknown function of the file /role-permission/permission of the component Role Permission Retrieval Endpoint. Such manipulation of the argument roleId leads to improper control of resource identifiers. The attack can be launched remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94148</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94148</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94148</guid>
      <pubDate>Mon, 21 Sep 2026 08:16:38 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A vulnerability was determined in ScadaBR up to 1.1. Impacted is the function EmportDwr.createExportJSON of the file /ScadaBR/export_project.htm of the component Export Project Endpoint. This manipulation causes information disclosure. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 1.2.0 is recommended to address this issue. Patch name: c852b4988a15bce6011ef169299ad604538f70a9. The affected component should be upgraded. Import path was already gated with Permissions.ensureAdmin(); only export was left unprotected.</description>
    </item>
    <item>
      <title>CVE-2026-47321</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47321</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47321</guid>
      <pubDate>Mon, 21 Sep 2026 08:16:37 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.5. Publication does not establish exploitation. The CompressionFilter class uses ZLib to deflate and inflate data sent and received. When we inflate incoming data, the filter does not control the resulting size, and create a buffer no matter what. Some compressed data may have a compression ration greater than 1 thousand, leading to an exhaustion of the application memory, as we don't control the deflated size. The fix adds such a control by allowing the application developer to provide a fixed size limit, which when reached throws an exception. It also allows the user to provide a compression ratio that should not be exceeded, protected the application from small inflated files that inflate in gigantic files, but with a grace limit for the resulting size (1Mb) to avoid false positive (like a very small file inflating with a high ratio, but resulting with a acceptable size, like a few thousands bytes) For application using this feature, it is highly recommended to create the CompressionFilter and to pass the maximum limit as a forth constructor parameter, maxDecompressedSize: public CompressionFilter(final boolean compressInbound, final boolean compressOutbound, final int compressionLevel, final int maxDecompressedSize)Optionally one can also provide a maxDecompressRatio fifth parameter, and a decompressRatioMinSize sixth parameter to allow small inflated files with a high compression ratio to still be accepted. Here are the additional constructor: public CompressionFilter(final boolean compressInbound, final boolean compressOutbound, final int compressionLevel, final int maxDecompressedSize, final long maxDecompressRati</description>
    </item>
    <item>
      <title>CVE-2026-94218</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94218</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94218</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 3.1. Publication does not establish exploitation. A flaw was found in the authentication session management of Keycloak, an identity and access management solution. The issue occurs when an administrator enforces a stronger authentication flow, such as mandatory two-factor authentication (2FA) setup, through a client policy. A user can bypass this requirement by manually visiting a specific session restart web link during the login process. This action clears the internal markers that track the required security steps, allowing the user to log in with only a password and gain access without completing the mandated 2FA setup.</description>
    </item>
    <item>
      <title>CVE-2026-94217</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94217</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94217</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 3.5. Publication does not establish exploitation. A flaw was found in the User-Managed Access (UMA) implementation of Keycloak. The issue occurs in the authorization token endpoint when processing permission tickets. If two different users own resources with the same name, the system incorrectly merges the permissions from both resources when one user requests an authorization token. This allows an attacker to gain access scopes on a victim's resource that were never intended to be shared.</description>
    </item>
    <item>
      <title>CVE-2026-94215</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94215</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94215</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A flaw was found in the Admin REST API of Keycloak, an open-source identity and access management solution. The issue occurs because the API uses a per-request in-memory cache to resolve clients by their unique identifier without verifying if the client belongs to the realm specified in the request path. This allows an administrator with limited privileges to read or modify sensitive client configurations in the master realm by accessing them through a realm they control. Successful exploitation could lead to the exposure of client credentials or the redirection of administrative login attempts to malicious sites.</description>
    </item>
    <item>
      <title>CVE-2026-94213</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94213</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94213</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 4.9. Publication does not establish exploitation. A flaw was found in the Authorization Services component of Keycloak, an open-source identity and access management solution. The issue occurs in the policy evaluation endpoint, which is used by administrators to test how access policies apply to specific users. Due to missing authorization checks, a delegated administrator with limited viewing privileges can access the full profile and role information of any user in the realm, even if they are not permitted to view user details. This could lead to the exposure of sensitive information such as email addresses and assigned security roles.</description>
    </item>
    <item>
      <title>CVE-2026-94146</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94146</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94146</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.5. Publication does not establish exploitation. A vulnerability was found in BioStar BIOS Update Utility [network address omitted]. This issue affects the function sub_110BC of the file BSMEM64_W10.sys of the component IOCTL Handler. The manipulation of the argument PhysicalAddress/Size results in write-what-where condition. Attacking locally is a requirement. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94145</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94145</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94145</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A vulnerability has been found in xuxueli xxl-job up to 3.4.2/3.5.0. This vulnerability affects unknown code of the file xxl-job-admin/src/main/java/com/xxl/job/admin/business/controller/JobInfoController.java of the component Task Management Interface. The manipulation of the argument name/author leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94144</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94144</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94144</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A flaw has been found in drogonframework drogon up to 1.9.13. This affects the function makeCriteria in the library orm_lib/src/Criteria.cc of the component ORM. Executing a manipulation of the argument filter can lead to sql injection. The attack may be performed from remote. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-90860</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-90860</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-90860</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.1. Publication does not establish exploitation. The Canva Mobile App for HarmonyOS before v1.15.1 did not restrict the headers returned to an external origin running in a privileged WebView. A threat actor with control of the WebView could access a user’s session.</description>
    </item>
    <item>
      <title>CVE-2026-82187</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-82187</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-82187</guid>
      <pubDate>Mon, 21 Sep 2026 07:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.8. Publication does not establish exploitation. The Web to Print Online Designer WordPress plugin before 2.15.0 does not validate the type or extension of uploaded files, and hands the token protecting those uploads to any visitor who asks for it, allowing unauthenticated attackers to upload arbitrary files, including PHP ones, and run code on the server.</description>
    </item>
    <item>
      <title>CVE-2026-94143</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94143</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94143</guid>
      <pubDate>Mon, 21 Sep 2026 06:17:02 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A vulnerability was detected in drogonframework drogon up to 1.9.13. Affected by this issue is the function Mapper[network address omitted]orderBy in the library Mapper.h of the component ORM Mapper. Performing a manipulation of the argument sort results in sql injection. The attack is possible to be carried out remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94142</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94142</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94142</guid>
      <pubDate>Mon, 21 Sep 2026 05:16:42 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.5. Publication does not establish exploitation. A security vulnerability has been detected in BioStar Temperature Monitor Utility 1.2.1806.2200. Affected by this vulnerability is the function sub_1105C of the file BS_HWMIO64_W10.sys of the component IOCTL Handler. Such manipulation of the argument PhysicalAddress leads to write-what-where condition. The attack needs to be performed locally. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94139</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94139</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94139</guid>
      <pubDate>Mon, 21 Sep 2026 05:16:41 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A weakness has been identified in Chengdu Feiyuxing Technology Feiyu Star Router B-MB5E202-210322-r11656. Affected is an unknown function of the file /send_order.cgi?parameter=loginout of the component Cookie Handler. This manipulation of the argument session_id causes command injection. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94138</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94138</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94138</guid>
      <pubDate>Mon, 21 Sep 2026 04:17:37 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A security flaw has been discovered in Chengdu Feiyuxing Technology Feiyu Star Router B-MB5E202-210322-r11656. This impacts an unknown function of the file /send_order.cgi?parameter=del_expmac. The manipulation of the argument mac results in command injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94137</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94137</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94137</guid>
      <pubDate>Mon, 21 Sep 2026 04:17:36 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 1.9. Publication does not establish exploitation. A vulnerability was identified in Hangzhou Shunwang Technology shzh 10.7.2.693. This affects the function sub_180004AC0 of the file shdrv_x64.sys of the component IRP_MJ_DEVICE_CONTROL Handler. The manipulation of the argument PID leads to denial of service. The attack must be carried out locally.</description>
    </item>
    <item>
      <title>CVE-2026-94185</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94185</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94185</guid>
      <pubDate>Mon, 21 Sep 2026 03:16:34 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 6.7. Publication does not establish exploitation. nvm resolves a requested version or alias by treating it as a filename under $NVM_DIR/alias. Before 0.40.8, nvm_alias() concatenated the requested name onto that directory and read the result with no containment check, so a name containing a `..` component escaped the alias directory; under the default layout an alias such as `../../.npmrc` resolves to a file in the user's home directory. nvm_print_alias_file() then emits every non-comment, non-empty line of whatever was opened. A version string taken from an untrusted .nvmrc reaches this path, so a developer who runs `nvm use`, `nvm install`, or `nvm which` inside an attacker-supplied repository discloses the first non-comment line of an arbitrary file readable by that user, in the resulting "is not yet installed" error message. A user-supplied `nvm alias ` discloses every non-comment line of the target file. There is no integrity or availability impact, and no command execution on this path.</description>
    </item>
    <item>
      <title>CVE-2026-94129</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94129</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94129</guid>
      <pubDate>Mon, 21 Sep 2026 02:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.5. Publication does not establish exploitation. A vulnerability was detected in BioStar VALKYRIE AURORA 2.10.2411.0800. This vulnerability affects the function sub_1105C of the file BS_RVSIO64.sys of the component IOCTL Handler. The manipulation of the argument PhysicalAddress results in write-what-where condition. The attack needs to be approached locally. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94128</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94128</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94128</guid>
      <pubDate>Mon, 21 Sep 2026 02:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.5. Publication does not establish exploitation. A security vulnerability has been detected in BioStar VIVID LED DJ 4.0.2411.1500. This affects the function sub_1105C of the file BS_LED64.sys of the component IOCTL Handler. The manipulation of the argument AssociatedIrp leads to write-what-where condition. Local access is required to approach this attack. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94110</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94110</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94110</guid>
      <pubDate>Mon, 21 Sep 2026 02:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A security vulnerability has been detected in QCMS up to 6.0.6. This issue affects the function self_Tmp in the library Lib/Config/Controllers.php of the component Content Detail Page. Such manipulation of the argument ID leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. Router uses raw REQUEST_URI without URL decoding, so payloads must contain literal spaces - %20 never decodes before route parsing. The support team of the vendor was contacted early about this disclosure. Unfortunately, they responded just with profanity.</description>
    </item>
    <item>
      <title>CVE-2026-94103</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94103</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94103</guid>
      <pubDate>Mon, 21 Sep 2026 02:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A vulnerability has been found in RooCMS up to 1.2.2/1.3.4/1.4RC2. This impacts the function eval of the file roocms/site_pagePHP.php of the component Frontend Rendering. Such manipulation of the argument content leads to code injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94102</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94102</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94102</guid>
      <pubDate>Mon, 21 Sep 2026 02:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A flaw has been found in WuzhiCMS up to 4.1.0. This affects an unknown function of the file /index.php?m=member&amp;v=Login of the component Login. This manipulation of the argument forward causes open redirect. The attack can be initiated remotely. The exploit has been published and may be used. The only sanitization is remove_xss(), an XSS keyword/entity scrubber. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94101</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94101</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94101</guid>
      <pubDate>Mon, 21 Sep 2026 02:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. A security vulnerability has been detected in Netcore NBR200V2 1.3.241127.071246. The affected element is the function vlan_load_form_uci of the file /usr/bin/routerd. The manipulation of the argument wan_num leads to buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94100</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94100</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94100</guid>
      <pubDate>Mon, 21 Sep 2026 01:16:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. A weakness has been identified in Netcore NBR200V2 1.3.241127.071246. Impacted is the function wan_config_set_vlan of the file /usr/bin/routerd of the component WAN VLAN Reconfiguration. Executing a manipulation of the argument vlan_wanX.ports can lead to buffer overflow. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94099</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94099</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94099</guid>
      <pubDate>Mon, 21 Sep 2026 01:16:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. A security flaw has been discovered in Netcore NBR200V2 1.3.241127.071246. This issue affects some unknown processing of the file restore.cgi of the component Backup Restore. Performing a manipulation of the argument QUERY_STRING results in command injection. The attack is possible to be carried out remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94098</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94098</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94098</guid>
      <pubDate>Mon, 21 Sep 2026 01:16:29 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.5. Publication does not establish exploitation. A vulnerability was identified in Netcore NBR200V2 1.3.241127.071246. This vulnerability affects unknown code of the file /www/cgi-bin/upgrade of the component Firmware Upgrade CGI Endpoint. Such manipulation of the argument QUERY_STRING leads to command injection. The attack can be executed remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94097</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94097</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94097</guid>
      <pubDate>Mon, 21 Sep 2026 00:16:59 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. A vulnerability was determined in Netcore NBR200V2 1.3.241127.071246. This affects an unknown part of the file /www/cgi-bin/network_tools of the component CGI Diagnostic Endpoint. This manipulation of the argument param/key/val causes command injection. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94096</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94096</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94096</guid>
      <pubDate>Mon, 21 Sep 2026 00:16:59 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. A vulnerability was found in Netcore NBR200V2 1.3.241127.071246. Affected by this issue is some unknown functionality of the file /usr/bin/network_tools of the component LAN IP Configuration Handler. The manipulation of the argument ipv4 results in command injection. The attack may be launched remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94095</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94095</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94095</guid>
      <pubDate>Mon, 21 Sep 2026 00:16:59 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. A vulnerability has been found in Netcore NBR200V2 1.3.241127.071246. Affected by this vulnerability is an unknown functionality of the file /usr/bin/network_tools of the component Traceroute Diagnostic Feature. The manipulation of the argument url leads to command injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</description>
    </item>
    <item>
      <title>CVE-2026-94094</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94094</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94094</guid>
      <pubDate>Sun, 20 Sep 2026 23:17:03 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A flaw has been found in OpenClaw up to 2026.9.5. Affected is the function createCanvasHostHandler of the file extensions/canvas/src/host/server.ts of the component Canvas Host Route. Executing a manipulation can lead to denial of service. The attack can be launched remotely. The exploit has been published and may be used. Fix suggestion's "streaming/size-limit" was never shipped - latest 2026.9.5 still buffers the whole file via readFile() (src/canvas/serve.runtime.ts:17,114), unlike the sibling WS path which caps at 64KB. The vendor was contacted early about this disclosure.</description>
    </item>
    <item>
      <title>CVE-2026-94093</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94093</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94093</guid>
      <pubDate>Sun, 20 Sep 2026 23:17:03 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A security vulnerability has been detected in DLR-RM stable-baselines3 up to 2.9.0. This affects the function PPO.load/load_replay_buffer/VecNormalize.load of the file save_util.py. Such manipulation leads to deserialization. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. In v2.9.0 the PyTorch tensor load path is hardened (weights_only=True), but that hardening was later reverted on master via PR #1913 "Hotfix: revert loading with weights_only=True" [blocked] to fix PyTorch 1.13 compat - so even the one "safe" path is inconsistent across versions. #2281 was closed as a duplicate of #1831 since both are unsafe pickle deserialization - but #1831's fix (PR #41) only gated the Hugging Face Hub loader in the separate huggingface_sb3 package. This finding covers the core stable_baselines3 load APIs (PPO.load, load_replay_buffer, VecNormalize.load), which have no safe mode or gate and remained exploitable in v2.9.0 until the outstanding hardening (PR #2264) ships.</description>
    </item>
    <item>
      <title>CVE-2026-94092</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94092</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94092</guid>
      <pubDate>Sun, 20 Sep 2026 23:17:03 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A vulnerability was detected in dmlc dgl up to 2.1.0. This impacts the function load_info/_read_torch_data of the file utils.py. Performing a manipulation of the argument path results in deserialization. The attack can be initiated remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-94091</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94091</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94091</guid>
      <pubDate>Sun, 20 Sep 2026 23:17:02 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A weakness has been identified in piskvorky gensim up to 4.4.0. The impacted element is the function Load of the file gensim/utils.py of the component Model Loader. This manipulation of the argument fname causes deserialization. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks. Maintainer closed #3663 same-day with no comment, PR, or fix; repo's last push (2025-11-01) predates the report, so the unsafe pickle.load in SaveLoad.load remains unguarded at develop HEAD.</description>
    </item>
    <item>
      <title>CVE-2026-94090</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94090</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94090</guid>
      <pubDate>Sun, 20 Sep 2026 22:16:30 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. A security flaw has been discovered in JusticeRage Manalyze 1.0.0. The affected element is the function P[network address omitted]_parse_debug of the file manape/pe.cpp of the component PE Parser. The manipulation of the argument misc.Length results in integer underflow. The attack may be performed from remote. The patch is identified as 3e299685759f4f767088871de58c5d07f98ee382. A patch should be applied to remediate this issue.</description>
    </item>
    <item>
      <title>CVE-2026-94089</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94089</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94089</guid>
      <pubDate>Sun, 20 Sep 2026 21:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. A vulnerability was determined in D-Link DIR-868L 2.01b05. This issue affects the function strcpy of the file /webfa_authentication.cgi of the component Authentication Handler. Executing a manipulation of the argument id/password can lead to stack-based buffer overflow. The attack can be executed remotely. The exploit has been publicly disclosed and may be utilized.</description>
    </item>
    <item>
      <title>CVE-2026-94051</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94051</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94051</guid>
      <pubDate>Sun, 20 Sep 2026 21:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was found in 0717376 cowork_bench up to d943e75bc0fc8e3b27141979300cd8cbcd1e890d. Affected by this vulnerability is the function ControlFlowNode of the file local_servers/pdf-tools-mcp/pdf_tools_mcp/server.py of the component pdf-tools-mcp. Performing a manipulation of the argument pdf_file_path results in server-side request forgery. It is possible to initiate the attack remotely. The exploit has been made public and could be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-94050</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94050</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94050</guid>
      <pubDate>Sun, 20 Sep 2026 21:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.3. Publication does not establish exploitation. A vulnerability has been found in D-Link DIR-X1860Z up to 1.0.2.220120.165402. Affected is the function routerd.wificfg_get/routerd.get_rand_key of the component ubus JSON-RPC interface. Such manipulation leads to information disclosure. The attack must be carried out from within the local network. Upgrading to version 1.0.7.260821.161908 is able to address this issue. It is suggested to upgrade the affected component. This vulnerability only affects products that are no longer supported by the maintainer.</description>
    </item>
    <item>
      <title>CVE-2026-94049</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94049</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94049</guid>
      <pubDate>Sun, 20 Sep 2026 20:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A flaw has been found in 06ketan slideshot up to 4.4.0. This impacts the function render_slides of the file packages/cli/src/renderer.ts. This manipulation of the argument htmlPath causes path traversal. The attack is possible to be carried out remotely. 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.</description>
    </item>
    <item>
      <title>CVE-2026-94048</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94048</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94048</guid>
      <pubDate>Sun, 20 Sep 2026 20:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A vulnerability was detected in CodeAstro QR Code Attendance Management System 1.0. This affects the function Save of the file app/Controllers/UserController.php. The manipulation of the argument role_id results in improper privilege management. The attack can be executed remotely. The exploit is now public and may be used.</description>
    </item>
    <item>
      <title>CVE-2026-94047</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94047</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94047</guid>
      <pubDate>Sun, 20 Sep 2026 20:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A security vulnerability has been detected in samanhappy MCPHub up to 1.0.32. The impacted element is the function importTemplate of the file src/services/templateService.ts of the component Template Import Endpoint. The manipulation leads to improper privilege management. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used. Upgrading to version 1.0.33 is sufficient to resolve this issue. The identifier of the patch is 18a4467bc4ec6390b1f841d8a468a37e9922f837. It is advisable to upgrade the affected component.</description>
    </item>
    <item>
      <title>CVE-2026-94046</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94046</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94046</guid>
      <pubDate>Sun, 20 Sep 2026 19:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A weakness has been identified in 0215AndrewFeng ACE-MCP up to 4.10.8. The affected element is the function get_file_snippet of the file getFileSnippet.ts of the component MCP Tool. Executing a manipulation of the argument projectRootPath/filePath can lead to path traversal. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks. isPathInsideProjectRoot only blocks filePath escaping the attacker-chosen projectRootPath; the root itself is untrusted client input - set projectRootPath=/etc, filePath=hosts and the guard passes. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-94045</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94045</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94045</guid>
      <pubDate>Sun, 20 Sep 2026 19:17:13 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.0. Publication does not establish exploitation. A security flaw has been discovered in newbee-ltd newbee-mall up to 1.0.0. Impacted is an unknown function of the file controller/common/UploadController.java of the component Goods Save Endpoint. Performing a manipulation of the argument goodsName results in cross site scripting. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks. ImageIO.read() is a format-agnostic read - it returns non-null for a polyglot PNG| payload, which is exactly why the "image-only" guard is bypassable; the attacker-controlled suffix + /upload/** static mapping is what turns the upload into persisted XSS rather than a one-shot. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-94044</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94044</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94044</guid>
      <pubDate>Sun, 20 Sep 2026 19:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A vulnerability was identified in 03-lovepreetSingh MCP up to f95d035c5317fad81af9828286631053ccb23546. This issue affects the function create_file of the file app/api/mcp/route.ts. Such manipulation of the argument filePath/content leads to path traversal. The attack can be launched remotely. The exploit is publicly available and might be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-94043</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94043</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94043</guid>
      <pubDate>Sun, 20 Sep 2026 19:17:12 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A vulnerability was determined in Free5GC up to 4.2.3. This vulnerability affects unknown code of the file /corefuzzer_deps/free5gc/NFs/amf/internal/gmm/handler.go of the component Gmm Handler. This manipulation causes race condition. The attack can be initiated remotely. Patch name: e323b01464355781b8b8d5dd695e05cbc00a62f2. To fix this issue, it is recommended to deploy a patch.</description>
    </item>
    <item>
      <title>CVE-2026-94042</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94042</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94042</guid>
      <pubDate>Sun, 20 Sep 2026 18:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was found in AdithyaYelloju Restaurant Management System up to 7f0e7e84255e8fcfd488e83f8f91451bbbff6b9c. This affects the function mysqli_query of the file admin/add_table.php. The manipulation of the argument table/members/price results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and could be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-94041</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94041</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94041</guid>
      <pubDate>Sun, 20 Sep 2026 18:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability has been found in AdithyaYelloju Restaurant-Management-System up to 7f0e7e84255e8fcfd488e83f8f91451bbbff6b9c. Affected by this issue is some unknown functionality of the file admin/add_menu.php. The manipulation of the argument item/price/image/type leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-88857</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88857</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88857</guid>
      <pubDate>Sun, 20 Sep 2026 18:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.4. Publication does not establish exploitation. Joomla Extension - OrdaSoft.com - Authenticated, Privileged Remote Code Execution in OrdaSoft Joomla Gallery extension for Joomla &lt; 6.2.7 - The extensions saveWatermark() copied an uploaded file into a web-accessible directory using the client-supplied filename exactly as sent, with no extension check, no content check, and no filename sanitisation of any kind. An authenticated core.manage user could upload a .php file disguised with an image Content-Type header and execute it directly by requesting the resulting path.</description>
    </item>
    <item>
      <title>CVE-2026-88856</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88856</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88856</guid>
      <pubDate>Sun, 20 Sep 2026 18:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.4. Publication does not establish exploitation. Joomla Extension - OrdaSoft.com - Authenticated, Privileged Remote Code Execution in OrdaSoft Joomla Gallery extension for Joomla &lt; 6.2.7 - The extensions updateOSGallery(), reached via task=update_osgallery, read a JSON request body and called the value of a method field as a live PHP function, passing the value of a package field as its single argument, with no allow-list or is_callable() check of any kind. Any function name compatible with a single argument was directly reachable, including system, exec, shell_exec, and passthru.</description>
    </item>
    <item>
      <title>CVE-2026-88855</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88855</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88855</guid>
      <pubDate>Sun, 20 Sep 2026 18:16:54 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 8.6. Publication does not establish exploitation. Joomla Extension - OrdaSoft.com - Authenticated, Privileged SQL Injection in OrdaSoft Joomla Gallery extension for Joomla &lt; 6.2.7 - The extensions saveGallery() passes form data through a hand-rolled parser into Joomla’s Input object, then reads it back with the ARRAY/ STRING filter types, neither of which sanitises SQL content. Values from category_names[], catOrderIds, and image-ordering fields were concatenated directly into SQL with no quoting or integer cast, giving an authenticated core.manage user (a permission scoped to managing one gallery component, not administrator-wide trust) full read/write access to the database, including UNION-based extraction of #__users password hashes.</description>
    </item>
    <item>
      <title>CVE-2026-88854</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-88854</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-88854</guid>
      <pubDate>Sun, 20 Sep 2026 18:16:53 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">CRITICAL</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 9.3. Publication does not establish exploitation. Joomla Extension - OrdaSoft.com - Unauthenticated SQL Injection in OrdaSoft Joomla Gallery extension for Joomla &lt; 6.2.7 - The extensions showSearchResult() and showSearchResultAjax() read the textsearch/searchText request parameter with $input-&gt;getVar(), which is not a real Joomla filter method and falls through to a filter that strips HTML tags but does not touch quotes or SQL syntax. The value is concatenated directly into a LIKE clause with no escaping. The endpoint requires no login of any kind: mod_osgallery_search is a public, commonly-published search box. Any anonymous site visitor can inject a UNION SELECT and read arbitrary database content.</description>
    </item>
    <item>
      <title>CVE-2026-94040</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94040</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94040</guid>
      <pubDate>Sun, 20 Sep 2026 17:16:52 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A flaw has been found in vas3k TaxHacker up to 0.8.5. Affected by this vulnerability is the function testLLMProviderAction of the file app/(app)/apps/settings/actions.ts. Executing a manipulation of the argument provider/apiKey/model/baseUrl can lead to server-side request forgery. The attack may be performed from remote. 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.</description>
    </item>
    <item>
      <title>CVE-2026-94039</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94039</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94039</guid>
      <pubDate>Sun, 20 Sep 2026 17:16:52 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A vulnerability was detected in vas3k TaxHacker up to 0.8.5. Affected is the function generateInvoicePDF of the file /apps/invoices/actions.ts of the component Invoice PDF Renderer. Performing a manipulation of the argument businessLogo results in server-side request forgery. The attack is possible to be carried out remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-94038</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94038</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94038</guid>
      <pubDate>Sun, 20 Sep 2026 17:16:52 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">MEDIUM</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 5.5. Publication does not establish exploitation. A security vulnerability has been detected in NonceGeek dim-sum-app. This impacts the function textSearchV2Handler of the file deno/main.tsx of the component Deno Backend. Such manipulation of the argument supabase_url leads to server-side request forgery. The attack can be executed remotely. The exploit has been disclosed publicly and may be used. The name of the patch is 8389032e5d52c28c4855c6126ca7d0eae8af346a. It is best practice to apply a patch to resolve this issue.</description>
    </item>
    <item>
      <title>CVE-2026-94037</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94037</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94037</guid>
      <pubDate>Sun, 20 Sep 2026 17:16:52 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A weakness has been identified in 00Kisumi00 mcp-file-analyzer up to 84740852f0cf0cf5db4781b1ca6d7c6a6d210405. This affects the function ControlFlowNode of the file main.py of the component analyze_csv_data MCP tool. This manipulation of the argument filename causes path traversal. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. This product follows a rolling release approach for continuous delivery, so version details for affected or updated releases are not provided. The project was informed of the problem early through an issue report but has not responded yet.</description>
    </item>
    <item>
      <title>CVE-2026-94036</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94036</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94036</guid>
      <pubDate>Sun, 20 Sep 2026 16:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">HIGH</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 7.4. Publication does not establish exploitation. A security flaw has been discovered in D-Link DIR-X1860 and DIR-X1860Z up to 1.0.2.220120.165402. The impacted element is an unknown function of the file /ubus of the component routerd. The manipulation of the argument passwd_set results in improper access controls. The attack must originate from the local network. The exploit has been released to the public and may be used for attacks.</description>
    </item>
    <item>
      <title>CVE-2026-94035</title>
      <link>https://nvd.nist.gov/vuln/detail/CVE-2026-94035</link>
      <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-94035</guid>
      <pubDate>Sun, 20 Sep 2026 16:16:55 +0000</pubDate>
      <category domain="https://nvd.nist.gov/vuln-metrics/cvss">LOW</category>
      <description>Published by NVD during the rolling 48-hour window. CVSS 2.1. Publication does not establish exploitation. A vulnerability was determined in SourceCodester Drug Recommendation System 1.0. Impacted is an unknown function of the file /drug_recommender/index.php. Executing a manipulation of the argument full name can lead to cross site scripting. The attack can be launched remotely. The exploit has been publicly disclosed and may be utilized.</description>
    </item>
  </channel>
</rss>