Lucene search
+L

20259 matches found

OSV
OSV
added 2025/12/30 11:15 p.m.8 views

CVE-2022-50787

SOUND4 IMPACT/FIRST/PULSE/Eco versions 2.x contains an unauthenticated stored cross-site scripting vulnerability in the username parameter that allows attackers to inject malicious scripts. Attackers can exploit the unvalidated username input to execute arbitrary HTML and JavaScript code in victi...

7.2CVSS6AI score0.00447EPSS
SaveExploits2References5
Cvelist
Cvelist
added 2025/12/30 10:41 p.m.33 views

CVE-2022-50787 SOUND4 IMPACT/FIRST/PULSE/Eco <=2.x Unauthenticated Stored Cross-Site Scripting

SOUND4 IMPACT/FIRST/PULSE/Eco versions 2.x contains an unauthenticated stored cross-site scripting vulnerability in the username parameter that allows attackers to inject malicious scripts. Attackers can exploit the unvalidated username input to execute arbitrary HTML and JavaScript code in victi...

7.2CVSS0.00447EPSS
SaveExploits2References5
OSV
OSV
added 2025/12/30 7:15 p.m.20 views

CVE-2025-66824

A Stored Cross-Site Scripting XSS vulnerability exists in the Meeting location field of the Create/Edit Conference functionality in TrueConf Server v5.5.2.10813. The injected payload is stored via the meetingroom parameter and executed when users visit the Conference Info page, allowing attackers...

8.7CVSS5.8AI score0.00305EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/12/30 3:30 p.m.6 views

EUVD-2022-55912

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

5.9AI score0.00229EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/30 3:30 p.m.8 views

EUVD-2022-55838

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in allocns After changes in commit a1bd627b46d1 "apparmor: share profile name on replacement", the hname member of struct aapolicy is not valid slab object, but a subset of that, it can not be freed by...

5.8AI score0.00195EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2022-55864

In the Linux kernel, the following vulnerability has been resolved: nfc: Fix potential resource leaks nfcgetdevice take reference for the device, add missing nfcputdevice to release it when not need anymore. Also fix the style warnning by use error EOPNOTSUPP instead of ENOTSUPP...

6AI score0.00253EPSS
SaveExploits0References9
Snyk
Snyk
added 2025/12/30 3:13 p.m.7 views

Cross-site Scripting (XSS)

Overview pterodactyl/panel is a game management panel. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the Host field when creating a new database host. An attacker can execute arbitrary JavaScript in the context of an administrative user's browser by submitting a...

5.4CVSS5.3AI score
SaveExploits0References2
NVD
NVD
added 2025/12/30 1:16 p.m.10 views

CVE-2023-54286

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace A received TKIP key may be up to 32 bytes because it may contain MIC rx/tx keys too. These are not used by iwl and copying these over overflows the...

7.6CVSS0.00297EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/30 1:16 p.m.8 views

CVE-2022-50884

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

0.00229EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.10 views

CVE-2022-50884

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

5.6AI score0.00229EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/30 12:34 p.m.29 views

CVE-2022-50884

CVE-2022-50884 relates to the Linux kernel DRM path where drm_copy_field() may copy a NULL pointer if a driver forgets to initialize certain drm_driver fields. The result can trigger an oops when user-space access occurs during DRM_IOCTL_VERSION, as the stack trace shows drm_copy_field invoking _...

6AI score0.00229EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/30 12:34 p.m.6 views

CVE-2022-50884

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

5.3AI score0.00229EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:34 p.m.7 views

CVE-2022-50884 drm: Prevent drm_copy_field() to attempt copying a NULL pointer

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

6.3AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/30 12:34 p.m.28 views

CVE-2022-50884 drm: Prevent drm_copy_field() to attempt copying a NULL pointer

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

0.00229EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:23 p.m.25 views

CVE-2023-54286

In CVE-2023-54286, the Linux kernel WiFi driver iwlwifi/dvm (sta.c) allowed a TKIP key payload that could exceed the iwl_keyinfo.key buffer due to copying MIC keys along with the TKIP key. The root cause was a field-spanning write during memcpy that could overflow the destination, potentially ena...

7.6CVSS6AI score0.00297EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.18 views

CVE-2023-54286

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace A received TKIP key may be up to 32 bytes because it may contain MIC rx/tx keys too. These are not used by iwl and copying these over overflows the...

7.6CVSS5.3AI score0.00297EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:23 p.m.8 views

CVE-2023-54286 wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace A received TKIP key may be up to 32 bytes because it may contain MIC rx/tx keys too. These are not used by iwl and copying these over overflows the...

7.6CVSS6.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/30 12:16 p.m.31 views

CVE-2023-54272 fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in niclear In a previous commit c1006bd13146, ni-mi.mrec in niwriteinode could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni-mi.mr...

0.00204EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:15 p.m.14 views

CVE-2022-50860 apparmor: Fix memleak in alloc_ns()

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in allocns After changes in commit a1bd627b46d1 "apparmor: share profile name on replacement", the hname member of struct aapolicy is not valid slab object, but a subset of that, it can not be freed by...

7.8CVSS6.2AI score
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:10 p.m.44 views

CVE-2022-50834

The CVE-2022-50834 entry concerns the Linux kernel NFC subsystem where a resource leak was addressed. The fix adds a reference for the NFC device with nfc_get_device() and ensures it is released via nfc_put_device() when no longer needed. It also corrects a style issue by using EOPNOTSUPP instead...

6.1AI score0.00253EPSS
SaveExploits0References8
Rows per page
Query Builder