Lucene search
+L

23602 matches found

Cvelist
Cvelist
added 2025/04/16 5:38 p.m.22 views

CVE-2025-32848

A vulnerability has been identified in TeleControl Server Basic All versions V3.1.2.2. The affected application is vulnerable to SQL injection through the internally used 'LockSmtpSettings' method. This could allow an authenticated remote attacker to bypass authorization controls, to read from an...

8.8CVSS0.00702EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/04/16 5:38 p.m.7 views

CVE-2025-32840

A vulnerability has been identified in TeleControl Server Basic All versions V3.1.2.2. The affected application is vulnerable to SQL injection through the internally used 'LockGateway' method. This could allow an authenticated remote attacker to bypass authorization controls, to read from and wri...

8.8CVSS7.8AI score0.00806EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/04/16 5:38 p.m.20 views

CVE-2025-32834

A vulnerability has been identified in TeleControl Server Basic All versions V3.1.2.2. The affected application is vulnerable to SQL injection through the internally used 'UpdateConnectionVariablesWithImport' method. This could allow an authenticated remote attacker to bypass authorization...

8.8CVSS0.00806EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/04/16 5:37 p.m.30 views

CVE-2025-32830

A vulnerability has been identified in TeleControl Server Basic All versions V3.1.2.2. The affected application is vulnerable to SQL injection through the internally used 'UnlockProject' method. This could allow an authenticated remote attacker to bypass authorization controls, to read from and...

8.8CVSS0.00806EPSS
SaveExploits0References1
CVE
CVE
added 2025/04/16 5:37 p.m.68 views

CVE-2025-32828

CVE-2025-32828 affects Siemens TeleControl Server Basic (all versions

8.8CVSS8.1AI score0.00806EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/16 5:37 p.m.4 views

CVE-2025-32822

A vulnerability has been identified in TeleControl Server Basic All versions V3.1.2.2. The affected application is vulnerable to SQL injection through the internally used 'DeleteProject' method. This could allow an authenticated remote attacker to bypass authorization controls, to read from and...

8.8CVSS7.8AI score0.00806EPSS
SaveExploits0References1
CVE
CVE
added 2025/04/16 5:37 p.m.69 views

CVE-2025-27540

TeleControl Server Basic is affected by a SQL injection in the internal Authenticate method for all versions prior to 3.1.2.2. The flaw can allow an unauthenticated remote attacker to bypass authorization, read/write the database, and potentially execute code with NT AUTHORITY\NetworkService权限, r...

9.8CVSS8.4AI score0.00989EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2025/04/16 5:15 p.m.92 views

CVE-2025-39472

CVE-2025-39472 corresponds to a CSRF vulnerability in the WPWooCommerce Social Login plugin (WooCommerce Social Login). Affected versions are 2.8.2 and earlier; the issue arises from Cross-Site Request Forgery that could allow unauthorized actions on behalf of a user. The fix is to upgrade to ver...

8.8CVSS7.2AI score0.00172EPSS
SaveExploits0References1Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 5:13 p.m.19 views

CVE-2025-22872

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character / as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content...

6.5CVSS7.1AI score0.00535EPSS
SaveExploits0
Circl
Circl
added 2025/04/16 4:39 p.m.10 views

CVE-2025-23138

creationtimestamp| type| source ---|---|--- 2025-04-16 16:39:03+00:00| seen| https://infosec.exchange/users/vuldb/statuses/114348624612186773 2025-04-16 17:43:31+00:00| seen| https://t.me/cvedetector/23111 2025-04-20 10:07:40+00:00| seen| https://bsky.app/profile/omo.bsky.social/post/3lnafpwdvic2...

5.5CVSS6.7AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/04/16 4:33 p.m.10 views

CVE-2025-22065

In the Linux kernel, the following vulnerability has been resolved: idpf: fix adapter NULL pointer dereference on reboot With SRIOV enabled, idpf ends up calling into idpfremove twice. First via idpfshutdown and then again when idpfremove calls into sriovdisable, because the VF devices use the id...

5.5CVSS6.3AI score0.00265EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/04/16 3:43 p.m.9 views

CVE-2025-22022

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Apply the link chain quirk on NEC isoc endpoints Two clearly different specimens of NEC uPD720200 one with start/stop bug, one without were seen to cause IOMMU faults after some Missed Service Errors. Faulting address ...

5.5CVSS6.6AI score0.002EPSS
SaveExploits0References4
NVD
NVD
added 2025/04/16 3:16 p.m.22 views

CVE-2025-23136

In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: Add NULL check for adev Not all devices have an ACPI companion fwnode, so adev might be NULL. This is similar to the commit cd2fd6eab480 "platform/x86: int3472: Check for adev == NULL". Add a check for adev not...

5.5CVSS0.00215EPSS
SaveExploits0References12
NVD
NVD
added 2025/04/16 3:16 p.m.26 views

CVE-2025-22115

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix block group refcount race in btrfscreatependingblockgroups Block group creation is done in two phases, which results in a slightly unintuitive property: a block group can be allocated/deallocated from after...

7.8CVSS0.00147EPSS
SaveExploits0References3
NVD
NVD
added 2025/04/16 3:16 p.m.18 views

CVE-2025-22099

In the Linux kernel, the following vulnerability has been resolved: drm: xlnx: zynqmpdpsub: Add NULL check in zynqmpaudioinit devmkasprintf calls can return null pointers on failure. But some return values were not checked in zynqmpaudioinit. Add NULL check in zynqmpaudioinit, avoid referencing...

5.5CVSS0.0017EPSS
SaveExploits0References2
NVD
NVD
added 2025/04/16 3:16 p.m.29 views

CVE-2025-22101

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix Tx L4 checksum The hardware only supports L4 checksum offload for TCP/UDP/SCTP protocol. There was a bug to set Tx checksum flag for the other protocol that results in Tx ring hang. Fix to compute software checksu...

5.5CVSS0.00201EPSS
SaveExploits0References4
NVD
NVD
added 2025/04/16 3:16 p.m.14 views

CVE-2025-22087

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix array bounds error with maygoto maygoto uses an additional 8 bytes on the stack, which causes the interpreters array to go out of bounds when calculating index by stacksize. 1. If a BPF program is rewritten, re-evaluate...

7.8CVSS0.00238EPSS
SaveExploits0References4
NVD
NVD
added 2025/04/16 3:16 p.m.7 views

CVE-2025-22076

In the Linux kernel, the following vulnerability has been resolved: exfat: fix missing shutdown check xfstests generic/730 test failed because after deleting the device that still had dirty data, the file could still be read without returning an error. The reason is the missing shutdown check in...

5.5CVSS0.00201EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.11 views

CVE-2025-22120

In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'outmmapsem' in ext4setattr Otherwise, if ext4inodeattachjinode fails, a hung task will happen because filemapinvalidateunlock isn't called to unlock mapping-invalidatelock. Like this: EXT4-fs error device...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.14 views

CVE-2025-22125

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: don't ignore IO flags If blk-wbt is enabled by default, it's found that raid write performance is quite bad because all IO are throttled by wbt of underlying disks, due to flag REQIDLE is ignored. And turns out...

5.5CVSS5.7AI score0.00189EPSS
SaveExploits0References17
Rows per page
Query Builder