CVE tracker
311 subscribers
4.44K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2024-58099 - "VMXNET3 DMA Address Calculation Vulnerability"

CVE ID : CVE-2024-58099
Published : April 29, 2025, 12:15 p.m. | 29 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame Andrew and Nikolay reported connectivity issues with Cilium's service load-balancing in case of vmxnet3. If a BPF program for native XDP adds an encapsulation header such as IPIP and transmits the packet out the same interface, then in case of vmxnet3 a corrupted packet is being sent and subsequently dropped on the path. vmxnet3_xdp_xmit_frame() which is called e.g. via vmxnet3_run_xdp() through vmxnet3_xdp_xmit_back() calculates an incorrect DMA address: page = virt_to_page(xdpf->data); tbi->dma_addr = page_pool_get_dma_addr(page) + VMXNET3_XDP_HEADROOM; dma_sync_single_for_device(&adapter->pdev->dev, tbi->dma_addr, buf_size, DMA_TO_DEVICE); The above assumes a fixed offset (VMXNET3_XDP_HEADROOM), but the XDP BPF program could have moved xdp->data. While the passed buf_size is correct (xdpf->len), the dma_addr needs to have a dynamic offset which can be calculated as xdpf->data - (void *)xdpf, that is, xdp->data - xdp->data_hard_start.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-1194 - Huggingface Transformers Library GPT-NeoX-Japanese ReDoS Vulnerability

CVE ID : CVE-2025-1194
Published : April 29, 2025, 12:15 p.m. | 29 minutes ago
Description : A Regular Expression Denial of Service (ReDoS) vulnerability was identified in the huggingface/transformers library, specifically in the file `tokenization_gpt_neox_japanese.py` of the GPT-NeoX-Japanese model. The vulnerability occurs in the SubWordJapaneseTokenizer class, where regular expressions process specially crafted inputs. The issue stems from a regex exhibiting exponential complexity under certain conditions, leading to excessive backtracking. This can result in high CPU usage and potential application downtime, effectively creating a Denial of Service (DoS) scenario. The affected version is v4.48.1 (latest).
Severity: 4.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-30194 - DNSdist DoH Double-Free Denial of Service

CVE ID : CVE-2025-30194
Published : April 29, 2025, 12:15 p.m. | 29 minutes ago
Description : When DNSdist is configured to provide DoH via the nghttp2 provider, an attacker can cause a denial of service by crafting a DoH exchange that triggers an illegal memory access (double-free) and crash of DNSdist, causing a denial of service. The remedy is: upgrade to the patched 1.9.9 version. A workaround is to temporarily switch to the h2o provider until DNSdist has been upgraded to a fixed version. We would like to thank Charles Howes for bringing this issue to our attention.
Severity: 7.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-3891 - Apache mod_auth_openidc Denial of Service (DoS)

CVE ID : CVE-2025-3891
Published : April 29, 2025, 12:15 p.m. | 29 minutes ago
Description : A flaw was found in the mod_auth_openidc module for Apache httpd. This flaw allows a remote, unauthenticated attacker to trigger a denial of service by sending an empty POST request when the OIDCPreservePost directive is enabled. The server crashes consistently, affecting availability.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-3929 - MDaemon Email Server Cross-Site Scripting (XSS)

CVE ID : CVE-2025-3929
Published : April 29, 2025, 12:15 p.m. | 29 minutes ago
Description : An XSS issue was discovered in MDaemon Email Server version 25.0.1 and below. An attacker can send a specially crafted HTML e-mail message with JavaScript in an img tag. This could allow a remote attacker to load arbitrary JavaScript code in the context of a webmail user's browser window, and access user data.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4058 - Projectworlds Online Examination System SQL Injection Vulnerability

CVE ID : CVE-2025-4058
Published : April 29, 2025, 12:15 p.m. | 29 minutes ago
Description : A vulnerability classified as critical has been found in Projectworlds Online Examination System 1.0. This affects an unknown part of the file /Bloodgroop_process.php. The manipulation of the argument Pat_BloodGroup1 leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4059 - Code-projects Prison Management System Stack-Based Buffer Overflow

CVE ID : CVE-2025-4059
Published : April 29, 2025, 12:15 p.m. | 29 minutes ago
Description : A vulnerability classified as critical was found in code-projects Prison Management System 1.0. This vulnerability affects the function addrecord of the component Prison_Mgmt_Sys. The manipulation of the argument filename leads to stack-based buffer overflow. An attack has to be approached locally. The exploit has been disclosed to the public and may be used.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4089 - Mozilla Firefox/Thunderbird Command Injection Vulnerability

CVE ID : CVE-2025-4089
Published : April 29, 2025, 2:15 p.m. | 2 hours, 29 minutes ago
Description : Due to insufficient escaping of special characters in the "copy as cURL" feature, an attacker could trick a user into using this command, potentially leading to local code execution on the user's system. This vulnerability affects Firefox < 138 and Thunderbird < 138.
Severity: 5.1 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4090 - "Mozilla Firefox Android and Thunderbird Information Disclosure"

CVE ID : CVE-2025-4090
Published : April 29, 2025, 2:15 p.m. | 2 hours, 29 minutes ago
Description : A vulnerability existed in Firefox for Android where potentially sensitive library locations were logged via Logcat. This vulnerability affects Firefox < 138 and Thunderbird < 138.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4091 - Mozilla Firefox and Thunderbird Memory Corruption Vulnerability

CVE ID : CVE-2025-4091
Published : April 29, 2025, 2:15 p.m. | 2 hours, 29 minutes ago
Description : Memory safety bugs present in Firefox 137, Thunderbird 137, Firefox ESR 128.9, and Thunderbird 128.9. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 138, Firefox ESR < 128.10, Thunderbird < 138, and Thunderbird ESR < 128.10.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4092 - Firefox Memory Corruption Arbitrary Code Execution Vulnerability

CVE ID : CVE-2025-4092
Published : April 29, 2025, 2:15 p.m. | 2 hours, 29 minutes ago
Description : Memory safety bugs present in Firefox 137 and Thunderbird 137. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 138 and Thunderbird < 138.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4093 - "Firefox ESR and Thunderbird Memory Corruption Vulnerability"

CVE ID : CVE-2025-4093
Published : April 29, 2025, 2:15 p.m. | 2 hours, 29 minutes ago
Description : Memory safety bug present in Firefox ESR 128.9, and Thunderbird 128.9. This bug showed evidence of memory corruption and we presume that with enough effort this could have been exploited to run arbitrary code. This vulnerability affects Firefox ESR < 128.10 and Thunderbird ESR < 128.10.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4065 - ScriptAndTools Online-Travling-System Remote Improper Access Control Vulnerability

CVE ID : CVE-2025-4065
Published : April 29, 2025, 3:15 p.m. | 1 hour, 29 minutes ago
Description : A vulnerability was found in ScriptAndTools Online-Travling-System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /admin/addadvertisement.php. The manipulation leads to improper access controls. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4066 - ScriptAndTools Online-Travling-System Remote File Inclusion Vulnerability

CVE ID : CVE-2025-4066
Published : April 29, 2025, 3:15 p.m. | 1 hour, 29 minutes ago
Description : A vulnerability was found in ScriptAndTools Online-Travling-System 1.0. It has been rated as critical. This issue affects some unknown processing of the file /admin/addpackage.php. The manipulation leads to improper access controls. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-4067 - ScriptAndTools Online-Travling-System Remote File Inclusion Vulnerability

CVE ID : CVE-2025-4067
Published : April 29, 2025, 3:15 p.m. | 1 hour, 29 minutes ago
Description : A vulnerability classified as critical has been found in ScriptAndTools Online-Travling-System 1.0. Affected is an unknown function of the file /admin/viewpackage.php. The manipulation leads to improper access controls. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-1551 - IBM Operational Decision Manager Cross-Site Scripting Vulnerability

CVE ID : CVE-2025-1551
Published : April 29, 2025, 4:15 p.m. | 29 minutes ago
Description : IBM Operational Decision Manager 8.11.0.1, 8.11.1.0, 8.12.0.1, and 9.0.0.1 is vulnerable to cross-site scripting. This vulnerability allows an unauthenticated attacker to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.
Severity: 6.1 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-23177 - Apache ShellShock Path Traversal

CVE ID : CVE-2025-23177
Published : April 29, 2025, 4:15 p.m. | 29 minutes ago
Description : CWE-427: Uncontrolled Search Path Element
Severity: 7.6 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-23178 - Apache HTTP Server SSL/TLS Channel Hijacking Vulnerability

CVE ID : CVE-2025-23178
Published : April 29, 2025, 4:15 p.m. | 29 minutes ago
Description : CWE-923: Improper Restriction of Communication Channel to Intended Endpoints
Severity: 7.6 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-23179 - Apache Struts Deserialization Credentials Exposure

CVE ID : CVE-2025-23179
Published : April 29, 2025, 4:15 p.m. | 29 minutes ago
Description : CWE-798: Use of Hard-coded Credentials
Severity: 5.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-25403 - Slims Senayan Library Management Systems SQL Injection Vulnerability

CVE ID : CVE-2025-25403
Published : April 29, 2025, 4:15 p.m. | 29 minutes ago
Description : Slims (Senayan Library Management Systems) 9 Bulian V9.6.1 is vulnerable to SQL Injection in admin/modules/master_file/coll_type.php.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-25962 - Uniswap Coresmartcontracts Privilege Escalation

CVE ID : CVE-2025-25962
Published : April 29, 2025, 4:15 p.m. | 29 minutes ago
Description : An issue in Coresmartcontracts Uniswap v.3.0 and fixed in v.4.0 allows a remote attacker to escalate privileges via the _modifyPosition function
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...