Lucene search
+L

8296 matches found

Cvelist
Cvelist
added 2025/12/24 7:27 p.m.36 views

CVE-2018-25151 Ecessa WANWorx WVR-30 < 10.7.4 Cross-Site Request Forgery via User Configuration

Ecessa WANWorx WVR-30 versions before 10.7.4 contain a cross-site request forgery vulnerability that allows attackers to perform administrative actions without request validation. Attackers can craft a malicious web page with a hidden form to create a new superuser account by tricking an...

5.1CVSS0.00135EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/12/24 7:27 p.m.41 views

CVE-2018-25149 Microhard Systems IPn4G 1.1.0 Cross-Site Request Forgery via Web Interface

Microhard Systems IPn4G 1.1.0 contains a cross-site request forgery vulnerability that allows attackers to perform administrative actions without user consent. Attackers can craft malicious web pages to change admin passwords, add new users, and modify system settings by tricking authenticated...

6.5CVSS0.00224EPSS
SaveExploits2References3
Vulnrichment
Vulnrichment
added 2025/12/24 7:27 p.m.7 views

CVE-2018-25149 Microhard Systems IPn4G 1.1.0 Cross-Site Request Forgery via Web Interface

Microhard Systems IPn4G 1.1.0 contains a cross-site request forgery vulnerability that allows attackers to perform administrative actions without user consent. Attackers can craft malicious web pages to change admin passwords, add new users, and modify system settings by tricking authenticated...

6.5CVSS5.8AI score0.00224EPSS
SaveExploits2References3
CVE
CVE
added 2025/12/24 7:27 p.m.29 views

CVE-2018-25149

CVE-2018-25149 affects Microhard Systems IPn4G 1.1.0. The vulnerability is a cross-site request forgery (CSRF) in the device’s web interface that allows an attacker to induce administrative actions without user consent by tricking an authenticated user into loading a malicious page. Documented im...

6.5CVSS6.3AI score0.00224EPSS
SaveExploits2References3Affected Software1
EUVD
EUVD
added 2025/12/24 3:30 p.m.9 views

EUVD-2022-55807

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix a memleak in multitransactionnew In multitransactionnew, the variable t is not freed or passed out on the failure of copyfromusert-data, buf, size, which could lead to a memleak. Fix this bug by adding a...

5.9AI score0.00253EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/24 1:16 p.m.12 views

CVE-2022-50754

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix a memleak in multitransactionnew In multitransactionnew, the variable t is not freed or passed out on the failure of copyfromusert-data, buf, size, which could lead to a memleak. Fix this bug by adding a...

0.00253EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.6 views

CVE-2022-50766

In the Linux kernel, the following vulnerability has been resolved: btrfs: set generation before calling btrfscleantreeblock in btrfsinitnewbuffer syzbot is reporting uninit-value in btrfscleantreeblock 1, for commit bc877d285ca3dba2 "btrfs: Deduplicate extentbuffer init code" missed that...

5.4AI score0.00234EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2022-50772

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimbusdevnew If deviceregister failed in nsimbusdevnew, the value of reference in nsimbusdev-dev is 1. obj-name in nsimbusdev-dev will not be released. unreferenced object 0xffff88810352c480 size 16...

5.7AI score0.00228EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:05 p.m.11 views

CVE-2022-50766 btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new_buffer

In the Linux kernel, the following vulnerability has been resolved: btrfs: set generation before calling btrfscleantreeblock in btrfsinitnewbuffer syzbot is reporting uninit-value in btrfscleantreeblock 1, for commit bc877d285ca3dba2 "btrfs: Deduplicate extentbuffer init code" missed that...

6.4AI score
SaveExploits0References7
RustSec
RustSec
added 2025/12/24 12:00 p.m.11 views

Unsound APIs of public `constant::Reader` and `StructSchema`

The safe API functions constant::Reader::get and StructSchema::new rely on PointerReader::getrootunchecked, which can cause undefined behavior UB by constructing arbitrary words or schemas. Reader::get rust pub fn get&self - Result::Reader // ... // UNSAFE: access words without validation...

6AI score
SaveExploits0Affected Software1
UbuntuCve
UbuntuCve
added 2025/12/24 11:16 a.m.5 views

CVE-2025-68728

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed miread in miformatnew Fix a KMSAN un-init bug found by syzkaller. ntfsgetbh expects a buffer from sbgetblk, that buffer may not be uptodate. We do not bring the buffer uptodate before setting...

6.9AI score0.00189EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.7 views

CVE-2022-50710

In the Linux kernel, the following vulnerability has been resolved: ice: set txtstamps when creating new Tx rings via ethtool When the user changes the number of queues via ethtool, the driver allocates new rings. This allocation did not initialize txtstamps. This results in the txtstamps field...

5.4AI score0.00196EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 10:55 a.m.12 views

CVE-2022-50710 ice: set tx_tstamps when creating new Tx rings via ethtool

In the Linux kernel, the following vulnerability has been resolved: ice: set txtstamps when creating new Tx rings via ethtool When the user changes the number of queues via ethtool, the driver allocates new rings. This allocation did not initialize txtstamps. This results in the txtstamps field...

6.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 10:33 a.m.37 views

CVE-2025-68728 ntfs3: fix uninit memory after failed mi_read in mi_format_new

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed miread in miformatnew Fix a KMSAN un-init bug found by syzkaller. ntfsgetbh expects a buffer from sbgetblk, that buffer may not be uptodate. We do not bring the buffer uptodate before setting...

0.00189EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.27 views

PT-2025-53369

Microhard Systems IPn4G 1.1.0 contains a cross-site request forgery vulnerability that allows attackers to perform administrative actions without user consent. Attackers can craft malicious web pages to change admin passwords, add new users, and modify system settings by tricking authenticated...

5.1CVSS6.7AI score0.00224EPSS
SaveExploits2References4
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.11 views

PT-2025-52956

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a memory leak in the net/mlx5e module related to Traffic Control TC. Specifically, when flow rules are split and extra post act rules are added to the post act...

6.3AI score0.00185EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.35 views

PT-2025-53120

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the multi transaction new function within the AppArmor subsystem. Specifically, the variable t is not freed or passed out if copy from user fails, leading to a...

7.8CVSS6.4AI score0.00932EPSS
SaveExploits2References897
Wired Threat Level
Wired Threat Level
added 2025/12/23 5:33 p.m.12 views

NYPD Sued Over Possible Records Collected Through Muslim Spying Program

The New York Police Department's “mosque-raking” program targeted Muslim communities across NYC. Now, as the city's first Muslim mayor takes office, one man is fighting—again—to fully expose it...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/12/22 5:04 p.m.19 views

kernel: mm: fix zswap writeback race condition

In the Linux kernel, the following vulnerability has been resolved: mm: fix zswap writeback race condition The zswap writeback mechanism can cause a race condition resulting in memory corruption, where a swapped out page gets swapped in with data that was written to a different page. The race...

7.8CVSS6.8AI score0.00118EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/12/20 8:14 a.m.19 views

CVE-2025-66519

A stored cross-site scripting XSS vulnerability exists in pdfonline.foxit.com within the Layer Import functionality. A crafted payload can be injected into the “Create new Layer” field during layer import and is later rendered into the DOM without proper sanitization. As a result, the injected...

6.3CVSS5.7AI score0.00175EPSS
SaveExploits0References1
Rows per page
Query Builder