๐จ CVE-2026-81523
A missing input-validation issue in MongoDB libmongocrypt's automatic-encryption context setup allows a caller-supplied database identifier to be accepted without sanitization. The resulting impact is limited to incorrect schema selection, which may lead to limited disclosure or modification of information handled by the application.
๐@cveNotify
A missing input-validation issue in MongoDB libmongocrypt's automatic-encryption context setup allows a caller-supplied database identifier to be accepted without sanitization. The resulting impact is limited to incorrect schema selection, which may lead to limited disclosure or modification of information handled by the application.
๐@cveNotify
GitHub
Release 1.20.3 release ยท mongodb/libmongocrypt
Fixed
Validate database and collection name arguments against "." and NUL bytes (CVE-2026-81523).
Validate database and collection name arguments against "." and NUL bytes (CVE-2026-81523).
๐จ CVE-2026-81524
A weakness in the MongoDB C Driver allows special elements in caller-supplied database and collection name components to pass without sanitization when the driver composes the target namespace for an operation. An application that incorporates untrusted input into these name components can have operations directed at a resource other than the one intended.
๐@cveNotify
A weakness in the MongoDB C Driver allows special elements in caller-supplied database and collection name components to pass without sanitization when the driver composes the target namespace for an operation. An application that incorporates untrusted input into these name components can have operations directed at a resource other than the one intended.
๐@cveNotify
GitHub
Release mongo-c-driver 2.5.1 ยท mongodb/mongo-c-driver
Announcing 2.5.1 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
No changes since 2.5.1. Version incremented to match the libmongoc version.
libmongoc
Fixes
Vali...
libbson
No changes since 2.5.1. Version incremented to match the libmongoc version.
libmongoc
Fixes
Vali...
๐จ CVE-2026-81525
The MongoDB client library for PHP does not sufficiently sanitize special elements in application-supplied namespace identifiers before using them to construct the target namespace for database operations. An application that incorporates untrusted text into these identifiers may have operations silently directed at a different storage location than the one the application intended.
๐@cveNotify
The MongoDB client library for PHP does not sufficiently sanitize special elements in application-supplied namespace identifiers before using them to construct the target namespace for database operations. An application that incorporates untrusted text into these identifiers may have operations silently directed at a different storage location than the one the application intended.
๐@cveNotify
GitHub
Release 1.21.6 ยท mongodb/mongo-php-driver
The PHP team is happy to announce that version 1.21.6 of the MongoDB PHP extension is now available.
mongodb/mongodb-extension on Packagist.
mongodb on PECL.
Release Highlights
PHPC-2745: Reject...
mongodb/mongodb-extension on Packagist.
mongodb on PECL.
Release Highlights
PHPC-2745: Reject...
๐จ CVE-2026-81526
The MongoDB Rust Driver does not neutralize special characters in a caller-supplied target identifier before embedding it in the request it sends to the server. An actor able to influence that identifier in an application using the driver may cause write operations to be applied to an unintended target within the same deployment using the application's own credentials. This may result in unauthorized modification of data belonging to another logical boundary enforced by the application.
๐@cveNotify
The MongoDB Rust Driver does not neutralize special characters in a caller-supplied target identifier before embedding it in the request it sends to the server. An actor able to influence that identifier in an application using the driver may cause write operations to be applied to an unintended target within the same deployment using the application's own credentials. This may result in unauthorized modification of data belonging to another logical boundary enforced by the application.
๐@cveNotify
GitHub
Release v3.8.2 ยท mongodb/mongo-rust-driver
The MongoDB Rust driver team is pleased to announce the v3.8.2 release of the mongodb crate, now available for download from crates.io.
ImportantThis is a security patch release for CVE-2026-81526....
ImportantThis is a security patch release for CVE-2026-81526....
๐จ CVE-2026-81527
A NoSQL/expression injection weakness exists in the LINQ-to-aggregation query translation layer of the MongoDB C# Driver, in both aggregation expression and query filter translation. When application-supplied values are embedded in certain query constructs, special elements contained within those values are not properly escaped before the resulting query is transmitted to the database, so portions of the value may be interpreted by the database as query logic rather than as data. A user able to supply values that an application incorporates into an affected query may thereby cause unintended data to be returned or query results to be altered.
๐@cveNotify
A NoSQL/expression injection weakness exists in the LINQ-to-aggregation query translation layer of the MongoDB C# Driver, in both aggregation expression and query filter translation. When application-supplied values are embedded in certain query constructs, special elements contained within those values are not properly escaped before the resulting query is transmitted to the database, so portions of the value may be interpreted by the database as query logic rather than as data. A user able to supply values that an application incorporates into an affected query may thereby cause unintended data to be returned or query results to be altered.
๐@cveNotify
๐จ CVE-2026-81528
A MongoDB C# driver document-replacement code path omits the element-name/shape validation that the equivalent write paths apply, so a value supplied as a replacement is forwarded to the server without neutralization of query-language special elements. An application that passes untrusted, loosely-typed input as a replacement value therefore allows that input to be interpreted by the database as update logic rather than as data, executing under the application's own database credentials. Applications using strongly-typed document mappings are not affected.
๐@cveNotify
A MongoDB C# driver document-replacement code path omits the element-name/shape validation that the equivalent write paths apply, so a value supplied as a replacement is forwarded to the server without neutralization of query-language special elements. An application that passes untrusted, loosely-typed input as a replacement value therefore allows that input to be interpreted by the database as update logic rather than as data, executing under the application's own database credentials. Applications using strongly-typed document mappings are not affected.
๐@cveNotify
๐จ CVE-2026-81530
A weakness in the client-side encryption configuration surface of the MongoDB C# Driver causes sensitive key-management credential material supplied by the application to be reproduced verbatim in the driver's human-readable diagnostic representation of its client settings, instead of being masked as other secret fields are. A party able to read the application's logs, diagnostic output, or a process memory dump may thereby recover the plaintext credentials and use them to decrypt protected field data.
๐@cveNotify
A weakness in the client-side encryption configuration surface of the MongoDB C# Driver causes sensitive key-management credential material supplied by the application to be reproduced verbatim in the driver's human-readable diagnostic representation of its client settings, instead of being masked as other secret fields are. A party able to read the application's logs, diagnostic output, or a process memory dump may thereby recover the plaintext credentials and use them to decrypt protected field data.
๐@cveNotify
๐จ CVE-2025-30156
Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the CephX authentication protocol encrypts tickets with AES-128-CBC in an unauthenticated mode that uses a hard-coded initialization vector and no message authentication, allowing an attacker to forge credentials and gain cluster-wide access. Because the ciphertext is malleable and the monitor will encrypt attacker-chosen entity names, an attacker holding one low-privilege key and able to observe CephX traffic can use the monitor as an encryption oracle and splice ciphertext blocks into valid tickets for privileged entities such as Manager, MDS, and OSD. The same lack of authentication also lets an attacker with CephX permissions escalate privileges by flipping a single bit in a service ticket to set its allow_all field to true. This issue is fixed in versions 20.2.4 and 19.2.6.
๐@cveNotify
Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the CephX authentication protocol encrypts tickets with AES-128-CBC in an unauthenticated mode that uses a hard-coded initialization vector and no message authentication, allowing an attacker to forge credentials and gain cluster-wide access. Because the ciphertext is malleable and the monitor will encrypt attacker-chosen entity names, an attacker holding one low-privilege key and able to observe CephX traffic can use the monitor as an encryption oracle and splice ciphertext blocks into valid tickets for privileged entities such as Manager, MDS, and OSD. The same lack of authentication also lets an attacker with CephX permissions escalate privileges by flipping a single bit in a service ticket to set its allow_all field to true. This issue is fixed in versions 20.2.4 and 19.2.6.
๐@cveNotify
GitHub
auth/crypto: add support for aes256-hmac384-192 ยท ceph/ceph@2ba0862
Using the encryption standard set in RFC 8009. This is the
encryption that is used in Kerberos 5, so naming this variation
as AES256KRB5.
Signed-off-by: Yehuda Sadeh <ysadehwe@ibm.com&g...
encryption that is used in Kerberos 5, so naming this variation
as AES256KRB5.
Signed-off-by: Yehuda Sadeh <ysadehwe@ibm.com&g...
๐จ CVE-2026-17610
In SiSDK v2026.6.0 and earlier, high network traffic loads can cause a dropped ACK leading to a denial of service. This is only present for EFR32MG24 and EFR32MG26 devices running concurrent multiprotocol Zigbee and Thread.
๐@cveNotify
In SiSDK v2026.6.0 and earlier, high network traffic loads can cause a dropped ACK leading to a denial of service. This is only present for EFR32MG24 and EFR32MG26 devices running concurrent multiprotocol Zigbee and Thread.
๐@cveNotify
GitHub
GitHub - SiliconLabsSoftware/sisdk-release: Simplicity GA release repo
Simplicity GA release repo. Contribute to SiliconLabsSoftware/sisdk-release development by creating an account on GitHub.
๐จ CVE-2026-18717
ASE2000 2.35 through 2.37 is vulnerable to an improper certificate validation vulnerability, which may allow an attacker to impersonate the trusted peer, complete the TLS handshake, and read or modify protected communications.
๐@cveNotify
ASE2000 2.35 through 2.37 is vulnerable to an improper certificate validation vulnerability, which may allow an attacker to impersonate the trusted peer, complete the TLS handshake, and read or modify protected communications.
๐@cveNotify
ASE a Kalkitech Company
ASE a Kalkitech Company: SCADA and IED Protocol Test Sets, Substation Alarm Annunciators, Legacy Protocol Converters, DER Aggregatorsโฆ
ASE a Kalkitech Company - The global leader in SCADA/RTU protocol testing tools & industrial automation solutions. Find IEC61850, DNP3, IEC 60870-5, Modbus test sets and DER Gateways
๐จ CVE-2026-18965
PayRange API is missing proper authorization on management endpoints, which allows verbose details of every device on the PayRange network to be publicly accessible, with or without an account.
๐@cveNotify
PayRange API is missing proper authorization on management endpoints, which allows verbose details of every device on the PayRange network to be publicly accessible, with or without an account.
๐@cveNotify
๐จ CVE-2026-38343
An integer overflow in the libavfilter/vf_scale.c component of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted video file.
๐@cveNotify
An integer overflow in the libavfilter/vf_scale.c component of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted video file.
๐@cveNotify
FFmpeg Forgejo
[Bug Report] Signed Integer Overflow @ libavfilter/vf_scale.c:653:21, vf_scale.c:661:98
# Summary of the bug
A signed integer overflow occurs in FFmpegโs libavfilter/vf_scale.c when attempting to scale a video to an excessively large width (536870944) using the scale filter. The overflow happens during internal calculations of the output imageโฆ
A signed integer overflow occurs in FFmpegโs libavfilter/vf_scale.c when attempting to scale a video to an excessively large width (536870944) using the scale filter. The overflow happens during internal calculations of the output imageโฆ
๐จ CVE-2026-38344
A NULL pointer dereference in the get_min_buffer_size function (/libswscale/slice.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted video file.
๐@cveNotify
A NULL pointer dereference in the get_min_buffer_size function (/libswscale/slice.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted video file.
๐@cveNotify
FFmpeg Forgejo
[Bug Report] Null Pointer Derefence @ libswscale/slice.c:233:25
# Summary of the bug
When scaling video with specific parameters (input 5x681, output 1x1, using sinc filter with gamma correction), the code path enters a gamma correction cascade context creation. In this path:
1. At utils.c:1434-1437, a cascaded contextโฆ
When scaling video with specific parameters (input 5x681, output 1x1, using sinc filter with gamma correction), the code path enters a gamma correction cascade context creation. In this path:
1. At utils.c:1434-1437, a cascaded contextโฆ
๐จ CVE-2026-38345
A Division-by-Zero vulnerability in the ff_sws_init_single_context function (/libswscale/utils.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via a crafted input.
๐@cveNotify
A Division-by-Zero vulnerability in the ff_sws_init_single_context function (/libswscale/utils.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via a crafted input.
๐@cveNotify
FFmpeg Forgejo
[Bug Report] Division by Zero @ libswscale/utils.c:1412:60
# Summary of the bug
a division by zero vulnerability in libswscale's scaling context initialization at libswscale/utils.c:1412:60. When scaling yuv411p format to a very narrow width (8 pixels), the chroma destination width becomes 2 pixels, and the codeโฆ
a division by zero vulnerability in libswscale's scaling context initialization at libswscale/utils.c:1412:60. When scaling yuv411p format to a very narrow width (8 pixels), the chroma destination width becomes 2 pixels, and the codeโฆ
๐จ CVE-2026-38346
An integer overflow in the yuv2planeX_8_c() function (libswscale/output.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted video file.
๐@cveNotify
An integer overflow in the yuv2planeX_8_c() function (libswscale/output.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted video file.
๐@cveNotify
FFmpeg Forgejo
[Bug Report] Signed Integer Overflow @ libswscale/output.c:477:17
# Summary of the bug
Signed integer overflow vulnerability in yuv2planeX_8_c() at libswscale/output.c:477. The accumulation val += src[j][i] * filter[j] overflows when 1868595200 + 534773760 exceeds INT_MAX (2147483647). Triggered by extreme downscalingโฆ
Signed integer overflow vulnerability in yuv2planeX_8_c() at libswscale/output.c:477. The accumulation val += src[j][i] * filter[j] overflows when 1868595200 + 534773760 exceeds INT_MAX (2147483647). Triggered by extreme downscalingโฆ
๐จ CVE-2026-38347
A heap overflow in the ff_sws_alphablendaway function (libswscale/alphablend.c) of FFmpeg git-master commit 722a217 allows attackers to cause a Denial of Service (DoS) via a crafted input.
๐@cveNotify
A heap overflow in the ff_sws_alphablendaway function (libswscale/alphablend.c) of FFmpeg git-master commit 722a217 allows attackers to cause a Denial of Service (DoS) via a crafted input.
๐@cveNotify
๐จ CVE-2026-38348
An integer overflow in the libswscale/utils.c component of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted image file.
๐@cveNotify
An integer overflow in the libswscale/utils.c component of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted image file.
๐@cveNotify
FFmpeg Forgejo
[Bug Report] signed integer overflow @ libswscale/utils.c:214:9
# Summary of the bug
A signed integer overflow occurs in libswscale/utils.c:214 when FFmpeg processes a very tall video (16x65535) with the scale filter and converts it to yuva444p10be. The overflow arises during internal arithmetic calculations involvingโฆ
A signed integer overflow occurs in libswscale/utils.c:214 when FFmpeg processes a very tall video (16x65535) with the scale filter and converts it to yuva444p10be. The overflow arises during internal arithmetic calculations involvingโฆ
๐จ CVE-2026-38349
An integer overflow in the hScale16To19_c() function (libswscale/output.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted image file.
๐@cveNotify
An integer overflow in the hScale16To19_c() function (libswscale/output.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted image file.
๐@cveNotify
FFmpeg Forgejo
[Bug Report] signed integer overflow @ libswscale/output.c:1292:39
# Summary of the bug
A signed integer overflow occurs in FFmpeg's libswscale/output.c:1292 during alpha channel processing. When scaling video with alpha channels using filters like Lanczos, negative filter coefficients can produce large negative intermediateโฆ
A signed integer overflow occurs in FFmpeg's libswscale/output.c:1292 during alpha channel processing. When scaling video with alpha channels using filters like Lanczos, negative filter coefficients can produce large negative intermediateโฆ
๐จ CVE-2026-38350
An integer overflow in the target_sws_fuzzer() function (libswscale/output.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted input.
๐@cveNotify
An integer overflow in the target_sws_fuzzer() function (libswscale/output.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted input.
๐@cveNotify
๐จ CVE-2026-39944
Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the RADOS Gateway (RGW) protects STS session tokens with an AES-128-CBC handler that provides no message authentication, allowing an attacker who holds any valid STS token to tamper with it undetected and escalate to full RGW administrative access. Because the ciphertext is unauthenticated, the attacker can perform a CBC bit-flip on the acct_type, perm_type, and is_admin fields of their own token, and a forged is_admin value triggers a global administrative override that bypasses all capability checks. The attack is reachable remotely over the RGW S3 endpoint and is a self-contained modification of a token the attacker already possesses, requiring no encryption oracle and no network observation. It requires only a single valid STS token, which need not carry any elevated privileges, with STS enabled. This issue is fixed in versions 20.2.4 and 19.2.6.
๐@cveNotify
Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the RADOS Gateway (RGW) protects STS session tokens with an AES-128-CBC handler that provides no message authentication, allowing an attacker who holds any valid STS token to tamper with it undetected and escalate to full RGW administrative access. Because the ciphertext is unauthenticated, the attacker can perform a CBC bit-flip on the acct_type, perm_type, and is_admin fields of their own token, and a forged is_admin value triggers a global administrative override that bypasses all capability checks. The attack is reachable remotely over the RGW S3 endpoint and is a self-contained modification of a token the attacker already possesses, requiring no encryption oracle and no network observation. It requires only a single valid STS token, which need not carry any elevated privileges, with STS enabled. This issue is fixed in versions 20.2.4 and 19.2.6.
๐@cveNotify
GitHub
Release v19.2.6 ยท ceph/ceph
๐จ CVE-2026-44629
Improper access control to the Synergis Softwire installation folder. This vulnerability affects Streamvault all-in-one appliances (SV-100E and SV-300E series) and Synergis Softwire installed on Windows servers.
๐@cveNotify
Improper access control to the Synergis Softwire installation folder. This vulnerability affects Streamvault all-in-one appliances (SV-100E and SV-300E series) and Synergis Softwire installed on Windows servers.
๐@cveNotify