CVE tracker
362 subscribers
4.93K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2026-13062 - MongoDB mongos Improper Validation of Internal Flags in Queryable Encryption Write Commands on Sharded Clusters

CVE ID :CVE-2026-13062
Published : July 22, 2026, 7:19 p.m. | 53 minutes ago
Description :An authenticated user with write privileges on a Queryable Encryption-enabled collection may be able to modify internal encryption metadata fields that are intended to be server-controlled, by sending crafted write commands through the mongos router on a sharded cluster. This can result in corruption of encrypted query correctness.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-13061 - Improper Access Control Allowing Cross-User Session Metadata Disclosure in $listSessions Aggregation Stage

CVE ID :CVE-2026-13061
Published : July 22, 2026, 7:19 p.m. | 52 minutes ago
Description :An authenticated user may be able to view session metadata belonging to other users on the system through the $listSessions aggregation stage. This information is normally restricted to users with cluster-level administrative privileges, and includes active session identifiers, associated usernames, and activity timestamps.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-14899 - Off-by-one out of bounds read in MIME header parser for forwarding

CVE ID :CVE-2026-14899
Published : July 22, 2026, 7:19 p.m. | 52 minutes ago
Description :The code to parse MIME headers for display when forwarding a message (if the setting to view all headers was enabled) had an off-by-one error, allowing a single byte to be read from the memory after the buffer for the headers, and potentially crashing Thunderbird. This vulnerability was fixed in Thunderbird 153 and Thunderbird 140.13.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-13060 - $graphLookup Aggregation Stage Authorization Check Inconsistency Allowing Unauthorized Collection Access

CVE ID :CVE-2026-13060
Published : July 22, 2026, 7:19 p.m. | 52 minutes ago
Description :An authenticated user with limited read privileges may be able to access documents from collections they are not authorized to read, due to an inconsistency in how the $graphLookup aggregation stage is evaluated during authorization and during execution. Affected scenarios involve collections referenced within existing view pipeline definitions.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-9737 - Find command with $meta sort can lead to crash

CVE ID :CVE-2026-9737
Published : July 22, 2026, 7:20 p.m. | 51 minutes ago
Description :During query planning when reading the sort pattern in raw BSONObj form, in some places we don’t explicitly handle the meta expression case. This may lead to incorrect transformations leading to invariant failure.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-13059 - Improper Validation of Client-Supplied Command Parameters Allowing Role-Based Access Control Bypass

CVE ID :CVE-2026-13059
Published : July 22, 2026, 7:21 p.m. | 51 minutes ago
Description :An authenticated user with low privileges may be able to perform unauthorized reads and writes on data protected by role-based query-level access controls, due to insufficient validation of certain client-supplied command parameters. The issue affects find, update, delete, and aggregate commands in non-apiStrict configurations.
Severity: 8.6 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-13058 - Transaction Command Insufficient Input Validation Leading to Process Termination

CVE ID :CVE-2026-13058
Published : July 22, 2026, 7:21 p.m. | 50 minutes ago
Description :An authenticated user with basic write privileges can cause the mongod process to terminate abnormally by sending a crafted transaction command with an incomplete set of required fields. The issue stems from inconsistent validation across related transaction command parameters, resulting in a fatal internal invariant failure and denial of service.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-13057 - Authorization Bypass via Client-Supplied $search.mergingPipeline Leaks Unauthorized Collection Data Through $$SEARCH_META

CVE ID :CVE-2026-13057
Published : July 22, 2026, 7:22 p.m. | 50 minutes ago
Description :An issue in the server’s Atlas Search integration allows an authenticated user to bypass per-user access controls. In sharded topologies, the $search and $searchMeta aggregation stages use internal routing that is normally populated only by the trusted router during sharded search planning. Due to insufficient input validation, an authenticated client can supply these fields directly.
Severity: 6.0 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-13056 - A user with read access can cause a DoS by executing a specifically crafted query to consume a large amount of RAM

CVE ID :CVE-2026-13056
Published : July 22, 2026, 7:22 p.m. | 49 minutes ago
Description :Using expressions that generate large arrays it is possible to craft a query that creates very large intermediate objects in memory, causing the server to crash with OOM error.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-13055 - Server crash via aggregation pipeline expression with compound wildcard index specification

CVE ID :CVE-2026-13055
Published : July 22, 2026, 7:22 p.m. | 49 minutes ago
Description :The `$_internalIndexKey` aggregation expression can be used by any authenticated user to crash a MongoDB server (mongod). The expression fails to handle compound wildcard index specifications, triggering an internal consistency check that aborts the server process. The user must be able to run an aggregation pipeline.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-14881 - Compass connection import allows to override OIDC browser open command (usually set through settings), allowing for arbitrary shell commands execution when connecting to cluster using OIDC auth flow

CVE ID :CVE-2026-14881
Published : July 22, 2026, 7:23 p.m. | 49 minutes ago
Description :When importing connections in Compass it is possible to override some connection options that are otherwise can't be changed via connection form. In particular it is possible to provide a custom browser open command for OIDC auth flow that is usually can be set only globally via Compass settings.
Severity: 8.4 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64829 - Question2Answer 1.8.8 Session Fixation via Forgot-Password Flow

CVE ID :CVE-2026-64829
Published : July 22, 2026, 7:57 p.m. | 14 minutes ago
Description :Question2Answer through 1.8.8 contains a session invalidation vulnerability that allows attackers with a previously obtained remember-me cookie to retain authenticated access by exploiting the forgot-password reset flow's failure to clear the sessioncode field in qa-include/app/users-edit.php. While the normal password-change flow in qa-include/pages/account.php explicitly clears the sessioncode to invalidate persistent qa_session cookies, the forgot-password handler qa_finish_reset_user() omits this step, allowing any valid persistent cookie issued before the reset to continue authenticating the account after the password reset completes.
Severity: 9.1 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64793 - Joomla Extension - regularlabs.com - Content access and publication bypass in Articles Anywhere and Modules Anywhere extensions

CVE ID :CVE-2026-64793
Published : July 22, 2026, 9:18 p.m. | 2 hours, 57 minutes ago
Description :Content tags could use ignore flags or property overrides to render restricted or unpublished articles or modules. A content author could thereby expose content to visitors who lacked the required access.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64794 - Joomla Extension - regularlabs.com - restricted user-data exposure in Users Anywhere and Articles Anywhere extensions

CVE ID :CVE-2026-64794
Published : July 22, 2026, 9:18 p.m. | 2 hours, 57 minutes ago
Description :User tags, filters and conditions allowed access to insufficiently restricted user fields. Crafted content could expose authentication-related data, raw user parameters or restricted contact details.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64795 - Joomla Extension - regularlabs.com - XSS vectors in tag-provided inputs in various Regular Labs extensions

CVE ID :CVE-2026-64795
Published : July 22, 2026, 9:18 p.m. | 2 hours, 56 minutes ago
Description :Tag-provided custom HTML, module content/title overrides and decoded modal or tooltip values could execute unsafe markup. A content author could inject JavaScript that ran in visitors’ browsers.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64796 - Joomla Extension - regularlabs.com - various code injection vectors in Sourcerer extension

CVE ID :CVE-2026-64796
Published : July 22, 2026, 9:18 p.m. | 2 hours, 56 minutes ago
Description :Free did not require both the article creator and last modifier to be Super Users before executing article PHP. Pro did not consistently enforce configured CSS, JavaScript and PHP permissions across tags, attributes, files and both article owners. PHP include attributes could also escape the configured include folder, and executable script/style variants could bypass detection.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64797 - Joomla Extension - regularlabs.com - IP spoofing vulnerability in IP login extension

CVE ID :CVE-2026-64797
Published : July 22, 2026, 9:18 p.m. | 2 hours, 56 minutes ago
Description :IP Login trusted forwarded client-IP headers without requiring a configured trusted proxy. Attackers could spoof the IP used for automatic login and potentially impersonate mapped accounts.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64798 - Joomla Extension - regularlabs.com - Insecure login URL keys in IP login extension

CVE ID :CVE-2026-64798
Published : July 22, 2026, 9:18 p.m. | 2 hours, 56 minutes ago
Description :Persistent URL login keys were also generated using a non-cryptographic random generator with insufficient entropy.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-16628 - oclif JIT Plugin Entry child_process.exec os command injection

CVE ID :CVE-2026-16628
Published : July 22, 2026, 10:16 p.m. | 1 hour, 58 minutes ago
Description :A vulnerability was detected in oclif up to 4.23.16. Affected by this vulnerability is the function child_process.exec of the component JIT Plugin Entry Handler. Performing a manipulation of the argument jitPlugins results in os command injection. The attack is only possible with local access. The exploit is now public and may be used. The patch is named 939b045725e065baebc4587b8bccfd56731eed3d. To fix this issue, it is recommended to deploy a patch.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-16629 - danger danger-js CLI localGetFileAtSHA.ts danger.git.diffForFile os command injection

CVE ID :CVE-2026-16629
Published : July 22, 2026, 10:16 p.m. | 1 hour, 58 minutes ago
Description :A vulnerability was identified in danger danger-js up to 13.0.7. Impacted is the function danger.git.diffForFile of the file source/platforms/git/localGetFileAtSHA.ts of the component CLI. Such manipulation of the argument File leads to os command injection. The attack needs to be performed locally. Upgrading to version 13.0.8 is recommended to address this issue. The name of the patch is 087a7290264cc6fb7154ea8c2552a7b2cb8b33a3. It is advisable to upgrade the affected component.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-16630 - syncfusion ej2-javascript-ui-controls package.json child_process.exec os command injection

CVE ID :CVE-2026-16630
Published : July 22, 2026, 11:16 p.m. | 58 minutes ago
Description :A security vulnerability has been detected in syncfusion ej2-javascript-ui-controls up to 33.2.3. This affects the function child_process.exec of the file package.json. The manipulation leads to os command injection. An attack has to be approached locally. The exploit has been disclosed publicly and may be used.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...