Lucene search
+L

11975 matches found

Malwarebytes
Malwarebytes
added 2025/06/25 12:56 p.m.34 views

Many data brokers are failing to register with state consumer protection agencies

Hundreds of data brokers haven't registered with state consumer protection agencies, according to The Electronic Frontier Foundation EFF and Privacy Rights Clearinghouse PRC. There are different kinds of data brokers, but what they all have in common is that they gather personally identifiable...

6.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/06/25 12:00 a.m.14 views

PT-2025-26912

Name of the Vulnerable Software and Affected Versions: The Simple User Registration plugin for WordPress versions up to, and including, 6.3 Description: The issue is due to insufficient restrictions on user meta values that can be supplied during registration, making it possible for unauthenticat...

9.8CVSS5.2AI score0.02138EPSS
SaveExploits5References16
Microsoft KB
Microsoft KB
added 2025/06/24 12:00 a.m.33 views

June 24, 2025—KB5061087 (OS Build 19045.6036) Preview

None None...

6.1AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/06/21 1:53 p.m.17 views

CVE-2025-38022

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix "KASAN: slab-use-after-free Read in ibregisterdevice" problem Call Trace: dumpstack lib/dumpstack.c:94 inline dumpstacklvl+0x116/0x1f0 lib/dumpstack.c:120 printaddressdescription mm/kasan/report.c:408 inline...

7CVSS7.2AI score0.00182EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 3:39 p.m.7 views

CVE-2025-38044

In the Linux kernel, the following vulnerability has been resolved: media: cx231xx: set devicecaps for 417 The videodevice for the MPEG encoder did not set devicecaps. Add this, otherwise the video device can't be registered you get a WARNON instead. Not seen before since currently 417 support is...

4.7CVSS7.2AI score0.00193EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 2:35 p.m.9 views

CVE-2025-38067

In the Linux kernel, the following vulnerability has been resolved: rseq: Fix segfault on registration when rseqcs is non-zero The rseqcs field is documented as being set to 0 by user-space prior to registration, however this is not currently enforced by the kernel. This can result in a segfault ...

5.5CVSS6.8AI score0.00524EPSS
SaveExploits0References4
CNVD
CNVD
added 2025/06/20 12:00 a.m.8 views

BP Monitoring Management System registration.php file SQL Injection Vulnerability

BP Monitoring Management System is a bp monitoring management system. BP Monitoring Management System suffers from a SQL injection vulnerability that originates from improper filtering of the emailid parameter in the registration.php file. An attacker can exploit this vulnerability by manipulatin...

9.8CVSS7.8AI score0.00547EPSS
SaveExploits1References1
BDU FSTEC
BDU FSTEC
added 2025/06/20 12:00 a.m.21 views

The vulnerability of the Telpo MDM mobile device management platform lies in its ability to disclose information through registration files. This allows a malicious actor to gain unauthorized access to the system with administrative rights and to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the Telpo MDM mobile device management platform lies in the ability to disclose information through registration files. Exploiting this vulnerability could allow a malicious actor to gain unauthorized access to the system with administrative privileges and compromise the...

7.6CVSS5.5AI score0.00242EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2025/06/19 5:54 p.m.18 views

CVE-2022-50092

In the Linux kernel, the following vulnerability has been resolved: dm thin: fix use-after-free crash in dmsmregisterthresholdcallback Fault inject on pool metadata device reports: BUG: KASAN: use-after-free in dmpoolregistermetadatathreshold+0x40/0x80 Read of size 8 at addr ffff8881b9d50068 by...

6CVSS7.1AI score0.00224EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:41 a.m.11 views

SUSE CVE-2022-50117

In the Linux kernel, the following vulnerability has been resolved: vfio: Split migration ops from main device ops vfio core checks whether the driver sets some migration op e.g. setstate/getstate and accordingly calls its op. However, currently mlx5 driver sets the above ops without regards to i...

5.5CVSS6.3AI score0.00148EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.8 views

SUSE CVE-2022-50187

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open trigger a BUGON in modtimer when ath11kmacopstart is called before the monreaptimer ...

5.5CVSS6.2AI score0.0015EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:14 a.m.10 views

SUSE CVE-2025-38067

In the Linux kernel, the following vulnerability has been resolved: rseq: Fix segfault on registration when rseqcs is non-zero The rseqcs field is documented as being set to 0 by user-space prior to registration, however this is not currently enforced by the kernel. This can result in a segfault ...

3.6CVSS7.5AI score0.00524EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.17 views

CVE-2022-50190

In the Linux kernel, the following vulnerability has been resolved: spi: Fix simplification of devmspiregistercontroller This reverts commit 59ebbe40fb51 "spi: simplify devmspiregistercontroller". If devmaddaction fails in devmaddactionorreset, devmspiunregister will be called, it decreases the...

7.8CVSS0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

DEBIAN-CVE-2022-50187

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open trigger a BUGON in modtimer when ath11kmacopstart is called before the monreaptimer ...

4.7CVSS5.1AI score0.0015EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

DEBIAN-CVE-2022-50117

In the Linux kernel, the following vulnerability has been resolved: vfio: Split migration ops from main device ops vfio core checks whether the driver sets some migration op e.g. setstate/getstate and accordingly calls its op. However, currently mlx5 driver sets the above ops without regards to i...

5.5CVSS5.3AI score0.00148EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.43 views

CVE-2022-50190 spi: Fix simplification of devm_spi_register_controller

In the Linux kernel, the following vulnerability has been resolved: spi: Fix simplification of devmspiregistercontroller This reverts commit 59ebbe40fb51 "spi: simplify devmspiregistercontroller". If devmaddaction fails in devmaddactionorreset, devmspiunregister will be called, it decreases the...

0.00235EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.36 views

CVE-2022-50187 ath11k: fix netdev open race

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open trigger a BUGON in modtimer when ath11kmacopstart is called before the monreaptimer ...

0.0015EPSS
SaveExploits0References5
NVD
NVD
added 2025/06/18 10:15 a.m.13 views

CVE-2025-38067

In the Linux kernel, the following vulnerability has been resolved: rseq: Fix segfault on registration when rseqcs is non-zero The rseqcs field is documented as being set to 0 by user-space prior to registration, however this is not currently enforced by the kernel. This can result in a segfault ...

5.5CVSS0.00524EPSS
SaveExploits0References10
OSV
OSV
added 2025/06/18 10:15 a.m.1 views

DEBIAN-CVE-2025-38067

In the Linux kernel, the following vulnerability has been resolved: rseq: Fix segfault on registration when rseqcs is non-zero The rseqcs field is documented as being set to 0 by user-space prior to registration, however this is not currently enforced by the kernel. This can result in a segfault ...

5.5CVSS5.7AI score0.00524EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.9 views

AZL-63977 CVE-2025-38067 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: rseq: Fix segfault on registration when rseqcs is non-zero The rseqcs field is documented as being set to 0 by user-space prior to registration, however this is not currently enforced by the kernel. This can result in a segfault ...

5.5CVSS6.3AI score0.00524EPSS
SaveExploits0References1
Rows per page
Query Builder