Lucene search
+L

12667 matches found

NVD
NVD
added 2025/04/25 6:15 a.m.20 views

CVE-2025-2580

The Contact Form by Bit Form plugin for WordPress is vulnerable to Stored Cross-Site Scripting via SVG File uploads in all versions up to, and including, 2.18.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access...

4.9CVSS0.00279EPSS
SaveExploits0References3
CVE
CVE
added 2025/04/25 5:25 a.m.73 views

CVE-2025-2580

CVE-2025-2580 affects the WordPress plugin Contact Form by Bit Form (up to v2.18.3). It allows Stored XSS via SVG uploads, requiring Author+ authentication; arbitrary scripts can execute when users load the SVG. A patch exists (Patched), so upgrade to the fixed version to remediate; details in Wo...

4.9CVSS4.7AI score0.00279EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/04/25 5:25 a.m.32 views

CVE-2025-2580 Contact Form by Bit Form <= 2.18.3 - Authenticated (Author+) Stored Cross-Site Scripting via SVG File Upload

The Contact Form by Bit Form plugin for WordPress is vulnerable to Stored Cross-Site Scripting via SVG File uploads in all versions up to, and including, 2.18.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access...

4.9CVSS0.00279EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/04/25 12:00 a.m.11 views

WordPress plugin Contact Form by Bit Form 跨站脚本漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation. WordPress is a blogging platform developed in the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. A security vulnerability exists in WordPress...

4.9CVSS5.5AI score0.00279EPSS
SaveExploits0References5
Packet Storm News
Packet Storm News
added 2025/04/24 12:00 a.m.9 views

Silenzio: Secure Non-Interactive Outsourced MLP Training

Outsourcing the ML training to cloud providers presents a compelling opportunity for resource constrained clients, while it simultaneously bears inherent privacy risks, especially for highly sensitive training data. We introduce Silenzio, the first fully non-interactive outsourcing scheme for the...

6.8AI score
SaveExploits0
OSV
OSV
added 2025/04/23 8:54 a.m.11 views

BIT-FLUENT-BIT-2024-50609

An issue was discovered in Fluent Bit 3.1.9. When the OpenTelemetry input plugin is running and listening on an IP address and port, one can send a packet with Content-Length: 0 and it crashes the server. Improper handling of the case when Content-Length is 0 allows a user with access to the...

7.5CVSS7.5AI score0.01092EPSS
SaveExploits2References4
OSV
OSV
added 2025/04/23 8:54 a.m.8 views

BIT-FLUENT-BIT-2024-50608

An issue was discovered in Fluent Bit 3.1.9. When the Prometheus Remote Write input plugin is running and listening on an IP address and port, one can send a packet with Content-Length: 0 and it crashes the server. Improper handling of the case when Content-Length is 0 allows a user with access t...

7.5CVSS7.5AI score0.01092EPSS
SaveExploits2References4
Packet Storm News
Packet Storm News
added 2025/04/23 12:00 a.m.11 views

CAIBA: Multicast Source Authentication for CAN through Reactive Bit Flipping

Controller Area Networks CANs are the backbone for reliable intra-vehicular communication. Recent cyberattacks have, however, exposed the weaknesses of CAN, which was designed without any security considerations in the 1980s. Current efforts to retrofit security via intrusion detection or message...

7.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/04/23 12:00 a.m.15 views

Performance Analysis of MDI-QKD in Thermal-Loss and Phase Noise Channels

Measurement-device-independent quantum key distribution MDI-QKD, enhances quantum cryptography by mitigating detector-side vulnerabilities. This study analyzes MDI-QKD performance in thermal-loss and phase noise channels, modeled as depolarizing and dephasing channels to capture thermal and phase...

7.1AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/04/23 12:00 a.m.16 views

The vulnerability of the TIFFInput::bit_convert() function in the src/tiff.imageio/tiffinput.cpp module of the OpenImageIO library may affect the integrity of protected information or cause service failures.

The vulnerability of the TIFFInput::bitconvert function in the src/tiff.imageio/tiffinput.cpp module of the OpenImageIO library is related to writing beyond the buffer boundaries. Exploiting this vulnerability could allow an attacker to compromise the integrity of the protected information or cau...

9.1CVSS5.7AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/04/21 9:43 p.m.15 views

CLSA-2025-1745271805 gmp: Fix of CVE-2021-43618

CVE-2021-43618: fix integer overflow and buffer overflow in mpz/inpraw.c to prevent segmentation fault on 32-bit platforms...

7.5CVSS7.3AI score0.03712EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2025/04/19 11:16 p.m.10 views

SUSE CVE-2025-22080

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Prevent integer overflow in hdrfirstde The "deoff" and "used" variables come from the disk so they both need to check. The problem is that on 32bit systems if they're both greater than UINTMAX - 16 then the check does...

5.5CVSS7.9AI score0.00216EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2025/04/18 11:19 p.m.12 views

SUSE CVE-2025-22081

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

7.8CVSS7.7AI score0.00212EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/16 3:16 p.m.2 views

DEBIAN-CVE-2025-22080

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Prevent integer overflow in hdrfirstde The "deoff" and "used" variables come from the disk so they both need to check. The problem is that on 32bit systems if they're both greater than UINTMAX - 16 then the check does...

5.5CVSS5.8AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.7 views

UBUNTU-CVE-2025-22081

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

7.8CVSS6.2AI score0.00212EPSS
SaveExploits0References40
CBLMariner
CBLMariner
added 2025/04/16 3:08 p.m.12 views

CVE-2025-31498 affecting package fluent-bit for versions less than 3.1.9-4

CVE-2025-31498 affecting package fluent-bit for versions less than 3.1.9-4. A patched version of the package is available...

8.3CVSS6.9AI score0.0058EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 7:29 a.m.53 views

CVE-2025-0101 WAGO: Year 2038 problem

A low privileged user can set the date of the devices to the 19th of January 2038 an therefore exceed the 32-Bit time limit. This causes some functions to work unexpected or stop working at all. Both during runtime and after a restart...

6.5CVSS0.00383EPSS
SaveExploits0References1
CVE
CVE
added 2025/04/16 7:29 a.m.78 views

CVE-2025-0101

CVE-2025-0101 involves a 32-bit time overflow on WAGO devices where a low-privilege user can set the system date to January 19, 2038. Affected components are not exhaustively listed in the provided documents, but multiple sources (Red Hat, NVD, CVE listing, and vendor-related enrichments) describ...

6.5CVSS6.4AI score0.00383EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/04/16 3:19 a.m.9 views

kernel: virtio-blk: fix implicit overflow on virtio_max_dma_size

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: fix implicit overflow on virtiomaxdmasize The following codes have an implicit conversion from sizet to u32: u32maxsize = sizetvirtiomaxdmasizevdev; This may lead overflow, Ex sizet4G - u320. Once virtiomaxdmasize has...

5.5CVSS6.9AI score0.00242EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/04/16 12:00 a.m.8 views

WAGO 输入验证错误漏洞

WAGO is a 750-88x series programmable logic controller from WAGO, Germany. The device is specifically designed to operate electronic systems for digital computing applications in industrial environments. An input validation error vulnerability exists in WAGO that originates from a low-privileged...

6.5CVSS6.6AI score0.00383EPSS
SaveExploits0References1
Rows per page
Query Builder