CVE tracker
302 subscribers
4.3K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2026-44742 - Postorius HTML Injection

CVE ID :CVE-2026-44742
Published : May 7, 2026, 7:16 p.m. | 59 minutes ago
Description :Postorius through 1.3.13 does not escape HTML in the message subject when rendering it in the Held messages pop-up, as exploited in the wild in May 2026.
Severity: 7.2 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-8083 - SourceCodester Pharmacy Sales and Inventory System ajax.php save_user sql injection

CVE ID :CVE-2026-8083
Published : May 7, 2026, 7:16 p.m. | 59 minutes ago
Description :A vulnerability was found in SourceCodester Pharmacy Sales and Inventory System 1.0. This affects an unknown part of the file /ajax.php?action=save_user. The manipulation of the argument ID results in sql injection. The attack can be executed remotely. The exploit has been made public and could be used.
Severity: 7.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-8084 - OSGeo gdal HDF-EOS Grid File SWapi.c memmove out-of-bounds

CVE ID :CVE-2026-8084
Published : May 7, 2026, 7:16 p.m. | 59 minutes ago
Description :A vulnerability was determined in OSGeo gdal up to 3.13.0dev-4. This vulnerability affects the function memmove of the file frmts/hdf4/hdf-eos/SWapi.c of the component HDF-EOS Grid File Handler. This manipulation causes out-of-bounds read. The attack is restricted to local execution. The exploit has been publicly disclosed and may be utilized. Upgrading to version 3.13.0RC1 is able to resolve this issue. Patch name: a791f70f8eaec540974ec989ca6fb00266b7646c. Upgrading the affected component is advised.
Severity: 3.3 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-8086 - OSGeo gdal SWapi.c SWnentries heap-based overflow

CVE ID :CVE-2026-8086
Published : May 7, 2026, 7:16 p.m. | 59 minutes ago
Description :A vulnerability was identified in OSGeo gdal up to 3.13.0dev-4. This issue affects the function SWnentries of the file frmts/hdf4/hdf-eos/SWapi.c. Such manipulation of the argument DimensionName leads to heap-based buffer overflow. The attack must be carried out locally. The exploit is publicly available and might be used. Upgrading to version 3.12.4RC1 is capable of addressing this issue. The name of the patch is 9491e794f1757f08063ea2f7a274ad2994afa636. 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-8088 - OSGeo gdal GDapi.c GDfieldinfo out-of-bounds

CVE ID :CVE-2026-8088
Published : May 7, 2026, 7:30 p.m. | 44 minutes ago
Description :A weakness has been identified in OSGeo gdal up to 3.13.0dev-4. The affected element is the function GDfieldinfo of the file frmts/hdf4/hdf-eos/GDapi.c. Executing a manipulation can lead to out-of-bounds read. The attack needs to be launched locally. The exploit has been made available to the public and could be used for attacks. Upgrading to version 3.13.0RC1 is sufficient to fix this issue. This patch is called a791f70f8eaec540974ec989ca6fb00266b7646c. The affected component should be upgraded.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-33814 - Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net

CVE ID :CVE-2026-33814
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-39836 - Panic in Dial and LookupPort when handling NUL byte on Windows in net

CVE ID :CVE-2026-39836
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL (0).
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-39825 - ReverseProxy forwards queries with more than urlmaxqueryparams parameters in net/http/httputil

CVE ID :CVE-2026-39825
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When used with a Rewrite function, or a Director function which parses query parameters, ReverseProxy sanitizes the forwarded request to remove query parameters which are not parsed by url.ParseQuery. ReverseProxy does not take ParseQuery's limit on the total number of query parameters (controlled by GODEBUG=urlmaxqueryparams=N) into account. This can permit ReverseProxy to forward a request containing a query parameter that is not visible to the Rewrite function. For example, the query "a1=x&a2=x&...&a10000=x&hidden=y" can forward the parameter "hidden=y" while hiding it from the proxy's Rewrite function.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-42499 - Quadratic string concatenation in consumePhrase in net/mail

CVE ID :CVE-2026-42499
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-39819 - Invoking "go bug" follows symlinks in predictable temporary filenames in cmd/go

CVE ID :CVE-2026-39819
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :The "go bug" command writes to two files with predictable names in the system temporary directory (for example, "/tmp"). An attacker with access to the temporary directory can create a symlink in one of these names, causing "go bug" to overwrite the target of the symlink.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-39817 - Invoking "go tool pack" does not sanitize output paths in cmd/go

CVE ID :CVE-2026-39817
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :The "go tool pack" subcommand (usually used only by the compiler as an internal tool with known-good inputs) does not sanitize output filenames. Extracting a malicious archive file with the "pack" subcommand can write files to arbitrary locations on the filesystem.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-39826 - Escaper bypass leads to XSS in html/template

CVE ID :CVE-2026-39826
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :If a trusted template author were to write a
CVE-2026-33811 - Crash when handling long CNAME response in net

CVE ID :CVE-2026-33811
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-39823 - Bypass of meta content URL escaping causes XSS in html/template

CVE ID :CVE-2026-39823
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :CVE-2026-27142 fixed a vulnerability in which URLs were not correctly escaped inside of a tag's attribute. If the URL content were to insert ASCII whitespaces around the '=' rune inside of the attribute, the escaper would fail to similarly escape it, leading to XSS.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-42501 - Malicious module proxy can bypass checksum database in cmd/go

CVE ID :CVE-2026-42501
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :A malicious module proxy can exploit a flaw in the go command's validation of module checksums to bypass checksum database validation. This vulnerability affects any user using an untrusted module proxy (GOMODPROXY) or checksum database (GOSUMDB). A malicious module proxy can serve altered versions of the Go toolchain. When selecting a different version of the Go toolchain than the currently installed toolchain (due to the GOTOOLCHAIN environment variable, or a go.work or go.mod with a toolchain line), the go command will download and execute a toolchain provided by the module proxy. A malicious module proxy can bypass checksum database validation for this downloaded toolchain. Since this vulnerability affects the security of toolchain downloads, setting GOTOOLCHAIN to a fixed version is not sufficient. You must upgrade your base Go toolchain. The go tool always validates the hash of a toolchain before executing it, so fixed versions will refuse to execute any cached, altered versions of the toolchain. The go tool trusts go.sum files to contain accurate hashes of the current module's dependencies. A malicious proxy exploiting this vulnerability to serve an altered module will have caused an incorrect hash to be recorded in the go.sum. Users who have configured a non-trusted GOPROXY can determine if they have been affected by running "rm go.sum ; go mod tidy ; go mod verify", which will revalidate all dependencies of the current module. The specific flaw in more detail: The go command consults the checksum database to validate downloaded modules, when a module is not listed in the go.sum file. It verifies that the module hash reported by the checksum database matches the hash of the downloaded module. If, however, the checksum database returns a successful response that contains no entry for the module, the go command incorrectly permitted validation to succeed. A module proxy may mirror or proxy the checksum database, in which case the go command will not connect to the checksum database directly. Checksums reported by the checksum database are cryptographically signed, so a malicious proxy cannot alter the reported checksum for a module. However, a proxy which returns an empty checksum response, or a checksum response for an unrelated module, could cause the go command to proceed as if a downloaded module has been validated.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-39820 - Quadratic string concatentation in consumeComment in net/mail

CVE ID :CVE-2026-39820
Published : May 7, 2026, 7:41 p.m. | 33 minutes ago
Description :Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-8142 - CVE-2026-8142

CVE ID :CVE-2026-8142
Published : May 7, 2026, 7:54 p.m. | 20 minutes ago
Description :VINCE versions 3.0.38 and earlier do not properly verify the From address authenticity due to encoding confusion and use the from address for automated actions such as Ticket creation or Ticket updates.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-33823 - Microsoft Team Events Portal Information Disclosure Vulnerability

CVE ID :CVE-2026-33823
Published : May 7, 2026, 10:16 p.m. | 1 hour, 58 minutes ago
Description :Improper authorization in Microsoft Teams allows an authorized attacker to disclose information over a network.
Severity: 9.6 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-33844 - Azure Managed Instance for Apache Cassandra Remote Code Execution Vulnerability

CVE ID :CVE-2026-33844
Published : May 7, 2026, 10:16 p.m. | 1 hour, 58 minutes ago
Description :Improper input validation in Azure Managed Instance for Apache Cassandra allows an authorized attacker to execute code over a network.
Severity: 9.0 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-34327 - Microsoft Partner Center Spoofing Vulnerability

CVE ID :CVE-2026-34327
Published : May 7, 2026, 10:16 p.m. | 1 hour, 58 minutes ago
Description :Externally controlled reference to a resource in another sphere in Microsoft Partner Center allows an unauthorized attacker to perform spoofing over a network.
Severity: 8.2 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-35428 - Azure Cloud Shell Spoofing Vulnerability

CVE ID :CVE-2026-35428
Published : May 7, 2026, 10:16 p.m. | 1 hour, 58 minutes ago
Description :Improper neutralization of special elements used in a command ('command injection') in Azure Cloud Shell allows an unauthorized attacker to perform spoofing over a network.
Severity: 9.6 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...