CVE
stringlengths 13
16
| Description
stringlengths 20
3.95k
| KeyPhrases
stringlengths 2
343
|
---|---|---|
CVE-2024-22209
|
Open edX Platform is a service-oriented platform for authoring and delivering online learning. A user with a JWT and more limited scopes could call endpoints exceeding their access. This vulnerability has been patched in commit 019888f.
|
[]
|
CVE-2024-22211
|
FreeRDP is a set of free and open source remote desktop protocol library and clients. In affected versions an integer overflow in `freerdp_bitmap_planar_context_reset` leads to heap-buffer overflow. This affects FreeRDP based clients. FreeRDP based server implementations and proxy are not affected. A malicious server could prepare a `RDPGFX_RESET_GRAPHICS_PDU` to allocate too small buffers, possibly triggering later out of bound read/write. Data extraction over network is not possible, the buffers are used to display an image. This issue has been addressed in version 2.11.5 and 3.2.0. Users are advised to upgrade. there are no know workarounds for this vulnerability.
|
['integer overflow', 'heap-buffer overflow', 'out of bound read write', 'data extraction over network', 'heap buffer overflow']
|
CVE-2024-22212
|
Nextcloud Global Site Selector is a tool which allows you to run multiple small Nextcloud instances and redirect users to the right server. A problem in the password verification method allows an attacker to authenticate as another user. It is recommended that the Nextcloud Global Site Selector is upgraded to version 1.4.1, 2.1.2, 2.3.4 or 2.4.5. There are no known workarounds for this issue.
|
['run multiple small Nextcloud instances and redirect users', 'authenticate as another user', 'password verification method']
|
CVE-2024-22213
|
Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud. In affected versions users could be tricked into executing malicious code that would execute in their browser via HTML sent as a comment. It is recommended that the Nextcloud Deck is upgraded to version 1.9.5 or 1.11.2. There are no known workarounds for this vulnerability.
|
['malicious code']
|
CVE-2024-22216
|
In default installations of Microchip maxView Storage Manager (for Adaptec Smart Storage Controllers) where Redfish server is configured for remote system management, unauthorized access can occur, with data modification and information disclosure. This affects 3.00.23484 through 4.14.00.26064 (except for the patched versions 3.07.23980 and 4.07.00.25339).
|
['unauthorized access', 'data modification', 'information disclosure']
|
CVE-2024-22220
|
An issue was discovered in Terminalfour 7.4 through 7.4.0004 QP3 and 8 through 8.3.19, and Formbank through 2.1.10-FINAL. Unauthenticated Stored Cross-Site Scripting can occur, with resultant Admin Session Hijacking. The attack vectors are Form Builder and Form Preview.
|
['stored cross-site scripting', 'admin session hijacking', 'form builder', 'form preview']
|
CVE-2024-22221
|
Dell Unity, versions prior to 5.4, contains SQL Injection vulnerability. An authenticated attacker could potentially exploit this vulnerability, leading to exposure of sensitive information.
|
['sql injection', 'exposure of sensitive information']
|
CVE-2024-22222
|
Dell Unity, versions prior to 5.4, contains an OS Command Injection Vulnerability within its svc_udoctor utility. An authenticated malicious user with local access could potentially exploit this vulnerability, leading to the execution of arbitrary OS commands on the application's underlying OS, with the privileges of the vulnerable application.
|
['os command injection', 'arbitrary os command']
|
CVE-2024-22223
|
Dell Unity, versions prior to 5.4, contains an OS Command Injection Vulnerability within its svc_cbr utility. An authenticated malicious user with local access could potentially exploit this vulnerability, leading to the execution of arbitrary OS commands on the application's underlying OS, with the privileges of the vulnerable application.
|
['os command injection', 'arbitrary os command']
|
CVE-2024-22224
|
Dell Unity, versions prior to 5.4, contains an OS Command Injection Vulnerability in its svc_nas utility. An authenticated attacker could potentially exploit this vulnerability, escaping the restricted shell and execute arbitrary operating system commands with root privileges.
|
['execute arbitrary operating system', 'os command injection', 'root privilege']
|
CVE-2024-22225
|
Dell Unity, versions prior to 5.4, contains an OS Command Injection Vulnerability in its svc_supportassist utility. An authenticated attacker could potentially exploit this vulnerability, leading to execution of arbitrary operating system commands with root privileges.
|
['os command injection', 'root privilege']
|
CVE-2024-22226
|
Dell Unity, versions prior to 5.4, contain a path traversal vulnerability in its svc_supportassist utility. An authenticated attacker could potentially exploit this vulnerability, to gain unauthorized write access to the files stored on the server filesystem, with elevated privileges.
|
['gain unauthorized write access', 'path traversal', 'elevate privileges']
|
CVE-2024-22227
|
Dell Unity, versions prior to 5.4, contains an OS Command Injection Vulnerability in its svc_dc utility. An authenticated attacker could potentially exploit this vulnerability, leading to the ability execute commands with root privileges.
|
['os command injection', 'execute commands', 'root privilege']
|
CVE-2024-22228
|
Dell Unity, versions prior to 5.4, contains an OS Command Injection Vulnerability in its svc_cifssupport utility. An authenticated attacker could potentially exploit this vulnerability, escaping the restricted shell and execute arbitrary operating system commands with root privileges.
|
['execute arbitrary operating system', 'os command injection', 'root privilege']
|
CVE-2024-22229
|
Dell Unity, versions prior to 5.4, contain a vulnerability whereby log messages can be spoofed by an authenticated attacker. An attacker could exploit this vulnerability to forge log entries, create false alarms, and inject malicious content into logs that compromise logs integrity. A malicious attacker could also prevent the product from logging information while malicious actions are performed or implicate an arbitrary user for malicious activities.
|
['compromise logs integrity', 'spoofing']
|
CVE-2024-22230
|
Dell Unity, versions prior to 5.4, contains a Cross-site scripting vulnerability. An authenticated attacker could potentially exploit this vulnerability, stealing session information, masquerading as the affected user or carry out any actions that this user could perform, or to generally control the victim's browser.
|
['cross-site scripting']
|
CVE-2024-22233
|
In Spring Framework versions 6.0.15 and 6.1.2, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.Specifically, an application is vulnerable when all of the following are true: * the application uses Spring MVC * Spring Security 6.1.6+ or 6.2.1+ is on the classpathTypically, Spring Boot applications need the org.springframework.boot:spring-boot-starter-weband org.springframework.boot:spring-boot-starter-securitydependencies to meet all conditions.
|
['denial-of-service (dos) condition', 'denial of service']
|
CVE-2024-22234
|
In Spring Security, versions 6.1.x prior to 6.1.7 and versions 6.2.x prior to 6.2.2, an application is vulnerable to broken access control when it directly uses the AuthenticationTrustResolver.isFullyAuthenticated(Authentication)method.Specifically, an application is vulnerable if: * The application uses AuthenticationTrustResolver.isFullyAuthenticated(Authentication)directly and a nullauthentication parameter is passed to it resulting in an erroneous truereturn value.An application is not vulnerable if any of the following is true: * The application does not use AuthenticationTrustResolver.isFullyAuthenticated(Authentication)directly. * The application does not pass nullto AuthenticationTrustResolver.isFullyAuthenticated * The application only uses isFullyAuthenticatedvia Method Security https://docs.spring.io/spring-security/reference/servlet/authorization/method-security.html or HTTP Request Security https://docs.spring.io/spring-security/reference/servlet/authorization/authorize-http-requests.html
|
['broken access control']
|
CVE-2024-22235
|
VMware Aria Operations contains a local privilege escalation vulnerability.A malicious actor with administrative access to the local system can escalate privileges to 'root'.
|
['local privilege escalation', 'escalate privilege']
|
CVE-2024-22236
|
In Spring Cloud Contract, versions 4.1.x prior to 4.1.1, versions 4.0.x prior to 4.0.5, and versions 3.1.x prior to 3.1.10, test execution is vulnerable to local information disclosure via temporary directory created with unsafe permissions through the shaded com.google.guava:guavadependency in the org.springframework.cloud:spring-cloud-contract-shadedependency.
|
['local information disclosure']
|
CVE-2024-22237
|
Aria Operations for Networks contains a local privilege escalation vulnerability.A console user with access to Aria Operations for Networks may exploit this vulnerability to escalate privileges to gain root access to the system.
|
['gain root access', 'local privilege escalation', 'escalate privilege']
|
CVE-2024-22238
|
Aria Operations for Networks contains a cross site scripting vulnerability.A malicious actor with admin privileges may be able to inject malicious code into user profile configurations due to improper input sanitization.
|
['cross site scripting', 'cross-site scripting']
|
CVE-2024-22239
|
Aria Operations for Networks contains a local privilege escalation vulnerability.A console user with access to Aria Operations for Networks may exploit this vulnerability to escalate privileges to gain regular shell access.
|
['gain regular shell', 'local privilege escalation', 'regular shell access', 'escalate privilege']
|
CVE-2024-22240
|
Aria Operations for Networks contains a local file read vulnerability.A malicious actor with admin privileges may exploit this vulnerability leading to unauthorized access to sensitive information.
|
['local file read', 'unauthorized access to sensitive information', 'access sensitive information']
|
CVE-2024-22241
|
Aria Operations for Networks contains a cross site scripting vulnerability.A malicious actor with admin privileges can inject a malicious payload into the login banner and takeover the user account.
|
['cross site scripting', 'cross-site scripting']
|
CVE-2024-22243
|
Applications that use UriComponentsBuilderto parse an externally provided URL (e.g. through a query parameter) ANDperform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF attack if the URL is used after passing validation checks.
|
['open redirect', 'ssrf']
|
CVE-2024-22245
|
Arbitrary Authentication Relay and Session Hijack vulnerabilities in the deprecated VMware Enhanced Authentication Plug-in (EAP) could allowamalicious actor that could trick a target domain user with EAP installed in their web browser into requesting and relaying service tickets for arbitrary Active Directory Service Principal Names (SPNs).
|
['arbitrary authentication relay', 'session hijack']
|
CVE-2024-22246
|
VMware SD-WAN Edge contains an unauthenticated command injection vulnerability potentially leading to remote code execution.A malicious actor with local access to the Edge Router UI during activation may be able to perform a command injection attack that could lead to full control of the router.
|
['unauthenticated command injection', 'full control']
|
CVE-2024-22247
|
VMware SD-WAN Edge contains a missing authentication and protection mechanism vulnerability.A malicious actor with physical access to the SD-WAN Edge appliance during activation can potentially exploit this vulnerability to access the BIOS configuration. In addition, the malicious actor may be able to exploit the default boot priority configured.
|
['authentication and protection mechanism', 'missing authentication']
|
CVE-2024-22248
|
VMware SD-WAN Orchestrator contains an open redirect vulnerability.A malicious actor may be able to redirect a victim to an attacker controlled domain due to improper path handling leading to sensitive information disclosure.
|
['open redirect', 'sensitive information disclosure']
|
CVE-2024-22250
|
Session Hijack vulnerability in Deprecated VMware Enhanced Authentication Plug-in could allow amalicious actor with unprivileged local access to a windows operating system can hijack a privileged EAP session when initiated by a privileged domain user on the same system.
|
['a windows operating system can hijack a privileged', 'session hijack']
|
CVE-2024-22251
|
VMware Workstation and Fusion contain an out-of-bounds read vulnerability in the USB CCID (chip card interface device).A malicious actor with local administrative privileges on a virtual machine may trigger an out-of-bounds read leading to information disclosure.
|
['out-of-bounds read', 'information disclosure', 'out of bounds read']
|
CVE-2024-22252
|
VMware ESXi, Workstation, and Fusion contain a use-after-free vulnerability in the XHCI USB controller.A malicious actor with local administrative privileges on a virtual machine may exploit this issue to execute code as the virtual machine's VMX process running on the host. On ESXi, the exploitation is contained within the VMX sandbox whereas, on Workstation and Fusion, this may lead to code execution on the machine where Workstation or Fusion is installed.
|
['use-after-free', 'code execution', 'use after free', 'execute code']
|
CVE-2024-22253
|
VMware ESXi, Workstation, and Fusion contain a use-after-free vulnerability in the UHCI USB controller.A malicious actor with local administrative privileges on a virtual machine may exploit this issue to execute code as the virtual machine's VMX process running on the host. On ESXi, the exploitation is contained within the VMX sandbox whereas, on Workstation and Fusion, this may lead to code execution on the machine where Workstation or Fusion is installed.
|
['use-after-free', 'code execution', 'use after free', 'execute code']
|
CVE-2024-22254
|
VMware ESXi contains an out-of-bounds write vulnerability.A malicious actor with privileges within the VMX process may trigger an out-of-bounds write leading to an escape of the sandbox.
|
['out-of-bounds write', 'escape of the sandbox', 'out of bounds write']
|
CVE-2024-22255
|
VMware ESXi, Workstation, and Fusion contain an information disclosure vulnerability in the UHCI USB controller.A malicious actor with administrative access to a virtual machine may be able to exploit this issue to leak memory from the vmx process.
|
['information disclosure', 'leak memory']
|
CVE-2024-22256
|
VMware Cloud Director contains a partial information disclosure vulnerability.A malicious actor can potentially gather information about organization names based on the behavior of the instance.
|
['partial information disclosure']
|
CVE-2024-22257
|
In Spring Security, versions 5.7.x prior to 5.7.12, 5.8.x prior to 5.8.11, versions 6.0.x prior to 6.0.9, versions 6.1.x prior to 6.1.8, versions 6.2.x prior to 6.2.3, an application is possible vulnerable to broken access control when it directly uses the AuthenticatedVoter#vote passing a null Authentication parameter.
|
['broken access control', 'null authentication parameter']
|
CVE-2024-22258
|
Spring Authorization Server versions 1.0.0 - 1.0.5, 1.1.0 - 1.1.5, 1.2.0 - 1.2.2 and older unsupported versions are susceptible to a PKCE Downgrade Attack for Confidential Clients.Specifically, an application is vulnerable when a Confidential Clientuses PKCE for the Authorization Code Grant.An application is not vulnerable when a Public Clientuses PKCE for the Authorization Code Grant.
|
['pkce downgrade']
|
CVE-2024-22259
|
Applications that use UriComponentsBuilder in Spring Frameworkto parse an externally provided URL (e.g. through a query parameter) ANDperform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF attack if the URL is used after passing validation checks.This is the same as CVE-2024-22243 https://spring.io/security/cve-2024-22243 , but with different input.
|
['open redirect', 'ssrf']
|
CVE-2024-2227
|
This vulnerability allows access to arbitrary files in the application server file system due to a path traversal vulnerability in JavaServer Faces (JSF) 2.2.20 documented in CVE-2020-6950. The remediation for this vulnerability contained in this security fix provides additional changes to the remediation announced in May 2021 tracked by ETN IIQSAW-3585 and January 2024 tracked by IIQFW-336. This vulnerability in IdentityIQ is assigned CVE-2024-2227.
|
['arbitrary files in the application server file system', 'path traversal']
|
CVE-2024-2228
|
This vulnerability allows an authenticated user to perform a Lifecycle Manager flow or other QuickLink for a target user outside of the defined QuickLink Population.
|
['perform a Lifecycle Manager flow or other QuickLink']
|
CVE-2024-22282
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Michael Torbert SimpleMap Store Locator allows Reflected XSS.This issue affects SimpleMap Store Locator: from n/a through 2.6.1.
|
['Reflected XSS.This issue affects SimpleMap Store Locator:', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-22283
|
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Delhivery Delhivery Logistics Courier.This issue affects Delhivery Logistics Courier: from n/a through 1.0.107.
|
['sql command', 'sql injection']
|
CVE-2024-22284
|
Deserialization of Untrusted Data vulnerability in Thomas Belser Asgaros Forum.This issue affects Asgaros Forum: from n/a through 2.7.2.
|
['deserialization of untrusted data']
|
CVE-2024-22285
|
Cross-Site Request Forgery (CSRF) vulnerability in Elise Bosse Frontpage Manager.This issue affects Frontpage Manager: from n/a through 1.3.
|
['cross-site request forgery (csrf)']
|
CVE-2024-22286
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Aluka BA Plus Before & After Image Slider FREE allows Reflected XSS.This issue affects BA Plus Before & After Image Slider FREE: from n/a through 1.0.3.
|
['Reflected XSS.This issue affects BA Plus Before', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-22287
|
Cross-Site Request Forgery (CSRF) vulnerability in Ludek Melichar Better Anchor Links allows Cross-Site Scripting (XSS).This issue affects Better Anchor Links: from n/a through 1.7.5.
|
['Cross-Site Scripting (XSS).This issue affects', 'cross-site request forgery (csrf)', 'cross-site scripting (xss)']
|
CVE-2024-22288
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels allows Reflected XSS.This issue affects WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels: from n/a through 4.4.0.
|
['Reflected XSS.This issue affects WooCommerce PDF Invoices', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-22289
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in cybernetikz Post views Stats allows Reflected XSS.This issue affects Post views Stats: from n/a through 1.3.
|
['Reflected XSS.This issue affects Post views Stats:', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-2229
|
CWE-502: Deserialization of Untrusted Data vulnerability exists that could cause remote codeexecution when a malicious project file is loaded into the application by a valid user.
|
['cwe-502', 'deserialization of untrusted data', 'remote codeexecution']
|
CVE-2024-22290
|
Cross-Site Request Forgery (CSRF) vulnerability in AboZain,O7abeeb,UnitOne Custom Dashboard Widgets allows Cross-Site Scripting (XSS).This issue affects Custom Dashboard Widgets: from n/a through 1.3.1.
|
['Cross-Site Scripting (XSS).This issue affects', 'cross-site request forgery (csrf)', 'cross-site scripting (xss)']
|
CVE-2024-22291
|
Cross-Site Request Forgery (CSRF) vulnerability in Marco Milesi Browser Theme Color.This issue affects Browser Theme Color: from n/a through 1.3.
|
['cross-site request forgery (csrf)', 'browser theme color']
|
CVE-2024-22292
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Delower WP To Do allows Stored XSS.This issue affects WP To Do: from n/a through 1.2.8.
|
['Do: from n/a through 1.2.8', 'improper neutralization of input during web page generation', 'cross-site scripting', 'stored xss']
|
CVE-2024-22293
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Andrea Tarantini BP Profile Search allows Reflected XSS.This issue affects BP Profile Search: from n/a through 5.5.
|
['Reflected XSS.This issue affects BP Profile Search:', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-22294
|
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in IP2Location IP2Location Country Blocker.This issue affects IP2Location Country Blocker: from n/a through 2.33.3.
|
['exposure of sensitive information']
|
CVE-2024-22295
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in RoboSoft Photo Gallery, Images, Slider in Rbs Image Gallery allows Stored XSS.This issue affects Photo Gallery, Images, Slider in Rbs Image Gallery: from n/a through 3.2.17.
|
['Stored XSS.This issue affects Photo Gallery', 'cross-site scripting', 'stored xss']
|
CVE-2024-22297
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Codeboxr CBX Map for Google Map & OpenStreetMap allows Stored XSS.This issue affects CBX Map for Google Map & OpenStreetMap: from n/a through 1.1.11.
|
['Stored XSS.This issue affects CBX Map for Google', 'improper neutralization of input during web page generation', 'cross-site scripting', 'stored xss']
|
CVE-2024-22299
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Foliovision: Making the web work for you FV Flowplayer Video Player allows Reflected XSS.This issue affects FV Flowplayer Video Player: from n/a through 7.5.41.7212.
|
['Reflected XSS.This issue affects FV Flowplayer Video Player', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-22300
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Icegram Email Subscribers & Newsletters allows Reflected XSS.This issue affects Email Subscribers & Newsletters: from n/a through 5.7.11.
|
['Reflected XSS.This issue affects Email Subscribers & Newsletters', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-22301
|
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Ignazio Scimone Albo Pretorio On line.This issue affects Albo Pretorio On line: from n/a through 4.6.6.
|
['exposure of sensitive information']
|
CVE-2024-22302
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Ignazio Scimone Albo Pretorio On line allows Stored XSS.This issue affects Albo Pretorio On line: from n/a through 4.6.6.
|
['Stored XSS.This issue affects Albo Pretorio On line', 'improper neutralization of input during web page generation', 'cross-site scripting', 'stored xss']
|
CVE-2024-22304
|
Cross-Site Request Forgery (CSRF) vulnerability in Borbis Media FreshMail For WordPress.This issue affects FreshMail For WordPress: from n/a through 2.3.2.
|
['cross-site request forgery (csrf)']
|
CVE-2024-22305
|
Authorization Bypass Through User-Controlled Key vulnerability in ali Forms Contact Form builder with drag & drop for WordPress Kali Forms.This issue affects Contact Form builder with drag & drop for WordPress Kali Forms: from n/a through 2.3.36.
|
['Bypass Through User-Controlled', 'Authorization Bypass', 'authorization bypass through user-controlled key']
|
CVE-2024-22306
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Hometory Mang Board WP allows Stored XSS.This issue affects Mang Board WP: from n/a through 1.7.7.
|
['Stored XSS.This issue affects Mang Board WP:', 'improper neutralization of input during web page generation', 'cross-site scripting', 'stored xss']
|
CVE-2024-22307
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WP Lab WP-Lister Lite for eBay allows Reflected XSS.This issue affects WP-Lister Lite for eBay: from n/a through 3.5.7.
|
['Reflected XSS.This issue affects WP-Lister Lite', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-22308
|
URL Redirection to Untrusted Site ('Open Redirect') vulnerability in smp7, wp.Insider Simple Membership.This issue affects Simple Membership: from n/a through 4.4.1.
|
['url redirection', 'open redirect']
|
CVE-2024-22309
|
Deserialization of Untrusted Data vulnerability in QuantumCloud ChatBot with AI.This issue affects ChatBot with AI: from n/a through 5.1.0.
|
['deserialization of untrusted data']
|
CVE-2024-22310
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Formzu Inc. Formzu WP allows Stored XSS.This issue affects Formzu WP: from n/a through 1.6.7.
|
['Stored XSS.This issue affects Formzu WP: from', 'improper neutralization of input during web page generation', 'cross-site scripting', 'stored xss']
|
CVE-2024-22311
|
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in N Squared Simply Schedule Appointments allows Reflected XSS.This issue affects Simply Schedule Appointments: from n/a through 1.6.6.20.
|
['Reflected XSS.This issue affects Simply Schedule Appointments:', 'improper neutralization of input during web page generation', 'cross-site scripting', 'reflected xss']
|
CVE-2024-22312
|
IBM Storage Defender - Resiliency Service 2.0 stores user credentials in plain clear text which can be read by a local user. IBM X-Force ID: 278748.
|
['plain clear text']
|
CVE-2024-22313
|
IBM Storage Defender - Resiliency Service 2.0 contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data. IBM X-Force ID: 278749.
|
['hard-coded credentials', 'hard coded credentials']
|
CVE-2024-22317
|
IBM App Connect Enterprise 11.0.0.1 through 11.0.0.24 and 12.0.1.0 through 12.0.11.0 could allow a remote attacker to obtain sensitive information or cause a denial of service due to improper restriction of excessive authentication attempts. IBM X-Force ID: 279143.
|
['obtain sensitive information', 'obtain sensitive information or cause a denial of', 'denial of service', 'excessive authentication attempts']
|
CVE-2024-22318
|
IBM i Access Client Solutions (ACS) 1.1.2 through 1.1.4 and 1.1.4.3 through 1.1.9.4 is vulnerable to NT LAN Manager (NTLM) hash disclosure by an attacker modifying UNC capable paths within ACS configuration files to point to a hostile server. If NTLM is enabled, the Windows operating system will try to authenticate using the current user's session. The hostile server could capture the NTLM hash information to obtain the user's credentials. IBM X-Force ID: 279091.
|
["obtain the user's credentials", 'hash disclosure']
|
CVE-2024-22319
|
IBM Operational Decision Manager 8.10.3, 8.10.4, 8.10.5.1, 8.11, 8.11.0.1, 8.11.1 and 8.12.0.1 is susceptible to remote code execution attack via JNDI injection when passing an unchecked argument to a certain API. IBM X-Force ID: 279145.
|
['remote code execution', 'jndi injection', 'unchecked argument']
|
CVE-2024-22320
|
IBM Operational Decision Manager 8.10.3 could allow a remote authenticated attacker to execute arbitrary code on the system, caused by an unsafe deserialization. By sending specially crafted request, an attacker could exploit this vulnerability to execute arbitrary code in the context of SYSTEM. IBM X-Force ID: 279146.
|
['execute arbitrary code', 'execute arbitrary code on the system', 'unsafe deserialization']
|
CVE-2024-22331
|
IBM UrbanCode Deploy (UCD) 7.0 through 7.0.5.19, 7.1 through 7.1.2.15, 7.2 through 7.2.3.8, 7.3 through 7.3.2.3, and IBM UrbanCode Deploy (UCD) - IBM DevOps Deploy 8.0.0.0 could disclose sensitive user information when installing the Windows agent. IBM X-Force ID: 279971.
|
['sensitive user information', 'windows agent']
|
CVE-2024-22332
|
The IBM Integration Bus for z/OS 10.1 through 10.1.0.2 AdminAPI is vulnerable to a denial of service due to file system exhaustion. IBM X-Force ID: 279972.
|
['denial of service', 'file system exhaustion']
|
CVE-2024-22335
|
IBM QRadar Suite 1.10.12.0 through 1.10.17.0 and IBM Cloud Pak for Security 1.10.0.0 through 1.10.11.0 stores potentially sensitive information in log files that could be read by a local user. IBM X-Force ID: 279975.
|
['local user', 'sensitive information', 'sensitive information log file', 'file read']
|
CVE-2024-22336
|
IBM QRadar Suite 1.10.12.0 through 1.10.17.0 and IBM Cloud Pak for Security 1.10.0.0 through 1.10.11.0 stores potentially sensitive information in log files that could be read by a local user. IBM X-Force ID: 279976.
|
['local user', 'sensitive information', 'sensitive information log file', 'file read']
|
CVE-2024-22337
|
IBM QRadar Suite 1.10.12.0 through 1.10.17.0 and IBM Cloud Pak for Security 1.10.0.0 through 1.10.11.0 stores potentially sensitive information in log files that could be read by a local user. IBM X-Force ID: 279977.
|
['local user', 'sensitive information', 'sensitive information log file', 'file read']
|
CVE-2024-22346
|
Db2 for IBM i 7.2, 7.3, 7.4, and 7.5 infrastructure could allow a local user to gain elevated privileges due to an unqualified library call. A malicious actor could cause user-controlled code to run with administrator privilege. IBM X-Force ID: 280203.
|
['gain elevated privileges', 'gain elevated privileges due to an unqualified library', 'unqualified library call']
|
CVE-2024-22352
|
IBM InfoSphere Information Server 11.7 stores potentially sensitive information in log files that could be read by a local user. IBM X-Force ID: 280361.
|
['sensitive information', 'sensitive information log file', 'file read']
|
CVE-2024-22353
|
IBM WebSphere Application Server Liberty 17.0.0.3 through 24.0.0.3 is vulnerable to a denial of service, caused by sending a specially crafted request. A remote attacker could exploit this vulnerability to cause the server to consume memory resources. IBM X-Force ID: 280400.
|
['denial of service', 'consume memory resources']
|
CVE-2024-22355
|
IBM QRadar Suite Products 1.10.12.0 through 1.10.18.0 and IBM Cloud Pak for Security 1.10.0.0 through 1.10.11.0 does not require that users should have strong passwords by default, which makes it easier for attackers to compromise user accounts. IBM X-Force ID: 280781.
|
[]
|
CVE-2024-22356
|
IBM App Connect Enterprise 11.0.0.1 through 11.0.0.23, 12.0.1.0 through 12.0.9.0 and IBM Integration Bus for z/OS 10.1 through 10.1.0.2store potentially sensitive information in log or trace files that could be read by a privileged user. IBM X-Force ID: 280893.
|
['sensitive information', 'file read']
|
CVE-2024-2236
|
A timing-based side-channel flaw was found in libgcrypt's RSA implementation. This issue may allow a remote attacker to initiate a Bleichenbacher-style attack, which can lead to the decryption of RSA ciphertexts.
|
['initiate a Bleichenbacher-style attack', 'timing-based side-channel flaw', 'bleichenbacher-style', 'decryption of rsa ciphertexts']
|
CVE-2024-22360
|
IBM Db2 for Linux, UNIX and Windows (includes Db2 Connect Server) 11.5 is vulnerable to a denial of service with a specially crafted query on certain columnar tables. IBM X-Force ID: 280905.
|
['denial of service']
|
CVE-2024-22361
|
IBM Semeru Runtime 8.0.302.0 through 8.0.392.0, 11.0.12.0 through 11.0.21.0, 17.0.1.0 - 17.0.9.0, and 21.0.1.0 uses weaker than expected cryptographic algorithms that could allow an attacker to decrypt highly sensitive information. IBM X-Force ID: 281222.
|
['decrypt highly sensitive information', 'weaker than expected cryptographic algorithms']
|
CVE-2024-22362
|
Drupal contains a vulnerability with improper handling of structural elements. If this vulnerability is exploited, an attacker may be able to cause a denial-of-service (DoS) condition.
|
['denial-of-service (dos) condition', 'denial of service']
|
CVE-2024-22365
|
linux-pam (aka Linux PAM) before 1.6.0 allows attackers to cause a denial of service (blocked login process) via mkfifo because the openat call (for protect_dir) lacks O_DIRECTORY.
|
['denial of service (blocked login process)', 'cause a denial of service (blocked login', 'o_directory']
|
CVE-2024-22366
|
Active debug code exists in Yamaha wireless LAN access point devices. If a logged-in user who knows how to use the debug function accesses the device's management page, this function can be enabled by performing specific operations. As a result, an arbitrary OS command may be executed and/or configuration settings of the device may be altered. Affected products and versions are as follows: WLX222 firmware Rev.24.00.03 and earlier, WLX413 firmware Rev.22.00.05 and earlier, WLX212 firmware Rev.21.00.12 and earlier, WLX313 firmware Rev.18.00.12 and earlier, and WLX202 firmware Rev.16.00.18 and earlier.
|
['active debug code', 'arbitrary os command']
|
CVE-2024-22368
|
The Spreadsheet::ParseXLSX package before 0.28 for Perl can encounter an out-of-memory condition during parsing of a crafted XLSX document. This occurs because the memoize implementation does not have appropriate constraints on merged cells.
|
[]
|
CVE-2024-22369
|
Deserialization of Untrusted Data vulnerability in Apache Camel SQL ComponentThis issue affects Apache Camel: from 3.0.0 before 3.21.4, from 3.22.0 before 3.22.1, from 4.0.0 before 4.0.4, from 4.1.0 before 4.4.0.Users are recommended to upgrade to version 4.4.0, which fixes the issue. If users are on the 4.0.x LTS releases stream, then they are suggested to upgrade to 4.0.4. If users are on 3.x, they are suggested to move to 3.21.4 or 3.22.1
|
['deserialization of untrusted data']
|
CVE-2024-2237
|
The Premium Addons PRO plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Global Badge module in all versions up to, and including, 2.9.12 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
|
['inject arbitrary web scripts', 'stored cross-site scripting']
|
CVE-2024-22370
|
In JetBrains YouTrack before 2023.3.22666 stored XSS via markdown was possible
|
['stored xss']
|
CVE-2024-22371
|
Exposure of sensitive data by by crafting a malicious EventFactory and providing a custom ExchangeCreatedEvent that exposes sensitive data. Vulnerability in Apache Camel.This issue affects Apache Camel: from 3.21.X through 3.21.3, from 3.22.X through 3.22.0, from 4.0.X through 4.0.3, from 4.X through 4.3.0.Users are recommended to upgrade to version 3.21.4, 3.22.1, 4.0.4 or 4.4.0, which fixes the issue.
|
[]
|
CVE-2024-22372
|
OS command injection vulnerability in ELECOM wireless LAN routers allows a network-adjacent attacker with an administrative privilege to execute arbitrary OS commands by sending a specially crafted request to the product. Affected products and versions are as follows: WRC-X1800GS-B v1.17 and earlier, WRC-X1800GSA-B v1.17 and earlier, WRC-X1800GSH-B v1.17 and earlier, WRC-X6000XS-G v1.09, and WRC-X6000XST-G v1.12 and earlier.
|
['execute arbitrary OS commands', 'execute arbitrary OS commands by sending a specially', 'os command injection', 'arbitrary os command']
|
CVE-2024-2238
|
The Premium Addons PRO plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Custom Mouse Cursor module in all versions up to, and including, 2.9.12 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
|
['inject arbitrary web scripts', 'stored cross-site scripting']
|
CVE-2024-22380
|
Electronic Delivery Check System (Ministry of Agriculture, Forestry and Fisheries The Agriculture and Rural Development Project Version) March, Heisei 31 era edition Ver.14.0.001.002 and earlier improperly restricts XML external entity references (XXE). By processing a specially crafted XML file, arbitrary files on the system may be read by an attacker.
|
['xml external entity references (xxe)', 'arbitrary file']
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.