# What   is    Prophaze       AppSec Platform?   How it works?

Prophaze is built natively on the Kubernetes Platform and secures customer's Kubernetes clusters and cloud infrastructure from various attack vectors.

Prophaze AppSec Platform is a cybersecurity tool designed for DevOps teams and cloud providers in manufacturing, healthcare, education, fintech, and cloud ERP sectors. It helps manage Kubernetes deployments and protects web assets from cyber threats, misconfigurations, attacks, bots, and vulnerabilities.

Key features of Prophaze AppSec include behavioral analytics, incident management, machine learning, endpoint management, denial-of-service (DDoS) protection, and virtual patching. The Prophaze AI firewall blocks new malware variants, malicious requests, zero-day attacks, and execution of fileless attacks, assisting organizations with API protection, account takeover, web security, bot management, and DDoS prevention.

Prophaze AppSec continually updates security policies that include whitelisting, blacklisting, response filtering, virtual patching, and blocking, enabling security teams to automate policies based on specific behaviors and activities of users and applications. The system can be hosted on-premise on Microsoft Azure, AWS, and Google Cloud or set up as a virtual WAF server in private clouds.

Prophaze AppSec integrates with the following communications, security information and event management (SIEM), and security monitoring tools and cloud services:

* Microsoft Teams
* Slack
* Splunk
* Datadog
* Kubernetes
* Google Cloud
* AWS
* Microsoft Azure

**How it works?**

Prophaze AppSec is a new-generation web application firewall that intelligently tracks down malicious requests into your Web APIs. It uses multiple attack detection algorithms to monitor all the incoming requests and will pass only legitimate requests to the host server.

Prophaze logs all packets to the server internally and makes an intelligent analysis based on both dynamic and intelligent threat detection methodologies.

It is deployed as depicted in the below figure

<figure><img src="/files/GQ1eWP1hnv6jfX6OIAZ3" alt=""><figcaption></figcaption></figure>


# Performance

Performance of Prophaze WAF is tested in a simulated environment with single E3 CPU and using highly targeted  bandwidth with the following parameters

* 14000 requests per second until the whole system was timed out
* Each process took 8 MB of memory storage


# SSL Termination

SSL operations need to be changed to Prophaze WAF itself. It needs to decrypt the encrypted data to get access to HTTP data to identify any known threats in the post content, etc. WAF can then communicate with the server in plain text or SSL.

Having a copy of the SSL private key in the WAF can decrypt the encrypted traffic. The original requests and responses are never affected; they reach the web server, where they are separately decrypted.


# Modes of Operation

Prophaze Web Application Firewall can work in two modes

* Learning Mode
* Active Mode

In Learning Mode, all traffic (except for standard signature-based attacks) is allowed to pass through the server, but all attacks to the host are monitored and stored internally in the WAF. This mode is usually used in the initial stage of installation of WAF. At this time Prophaze WAF learns the target application profile , behaviour of the system , and automatically learns to which resource the access needs to be granted.

In Active mode, Prophaze WAF blocks malicious attacks on the server and the corresponding events are logged into the system which is available as reports . In both Active and Learning Mode Prophaze WAF works as a **Reverse Proxy**, where all the requests and response are routed to host server.


# Prophaze AppSec Best Practices

Prophaze uses Application Profiling to determine the best configuration for your application once you onboard the domain in our dashboard. Hence only minimum intervention is required from the customer. Some configurations the customer can tweak are the following.

**1.**   **Active Mode**

Once the domain is onboarded, WAF goes into an application profiling period where it learns the application, and web attacks are not blocked during this period, it is in detection mode only, this period is required by the WAF to learn the application and reduce the false-positives and to better protect against non-signature-based attacks. The WAF ensures that security breaches do not reach your server by keeping an eye out for them and blocking them while in active mode.

<figure><img src="/files/oezCnoXyCNfyYftthzuk" alt=""><figcaption></figcaption></figure>

2\. **Bot Protection**- This feature is turned off by default and can be activated when the application faces any bot attacks or is suspecting a DDOS.

Prophaze offers various kinds of Bot Protection methods

* [x] **Captcha less challenge**- It uses JavaScript to analyze user interactions, like mouse movements and device fingerprints, to distinguish humans from bots seamlessly, ensuring strong bot mitigation without interrupting user experience. Ideal for scenarios prioritizing seamless access, like e-commerce or content-heavy websites, without compromising security.
* [x] **Captcha Challenge**- The Captcha Challenge verifies human identity by prompting users to solve a Captcha, preventing automated bots from accessing protected resources. It adds extra security, suitable for login processes or protecting sensitive data, ensuring strict access control and higher assurance of user authenticity in critical applications.
* [x] **PhantomJS Challenge**- is a specific bot mitigation technique designed to detect and block traffic coming from headless browsers, like PhantomJS.PhantomJS  is a headless browser often used for legitimate purposes like web scraping, automated testing, or crawling. However, it is also commonly misused by attackers to execute automated attacks such as credential stuffing, data scraping, and web application exploitation.

  PhantomJS operates without a graphical interface, which makes its activities invisible to regular monitoring mechanisms unless advanced detection techniques are in place.
* [x] Prophaze's Bot Mitigation feature includes a **whitelist option**, giving you more control over how it identifies and handles traffic. Here's what it means:

<figure><img src="/files/0YHt061F0Z6tFTWA7gHw" alt=""><figcaption></figcaption></figure>

**Bot Mitigation:** This feature aims to identify and block automated bots that can harm your website in various ways, such as scraping content, launching Denial-of-Service (DoS) attacks, or attempting account takeovers.

**Whitelist:** This is a list of trusted sources (e.g., IP addresses or subnets) that Prophaze will not flag as bots. Traffic originating from these sources will bypass bot mitigation checks and be treated as normal user traffic.

**3.    Granular control over proxy settings**

Within the settings page, users have the flexibility to adjust configurations such as endpoint, proxy-connect-timeout, proxy read timeout, client body size, and can customize HTTP headers and cipher suites according to their specific requirements.

Within the Settings Tab, navigate to "Configure Domains'' on the left-hand menu. This section displays all domains currently onboarded on the WAF. To adjust configuration settings for a specific domain, select the "Edit" button (depicted by a pencil symbol) corresponding to the desired domain. A new window will appear.

<figure><img src="/files/k3nXPLcnGgEzj3zJ3onT" alt=""><figcaption></figcaption></figure>

<br>

Below are the parameters that can be set on the newly appeared window-

**Endpoint**- Provide the IP address of the server hosting the application. This may also include the IP address of a load balancer or the load balancer itself responsible for serving the application.

**Read Timeout**- The read timeout, defined as the maximum wait time to receive a response from the application server, is set to 60 seconds for security compliance. It's recommended to increase this value when the application server experiences slow responses, handles long-running requests, transfers large data, or encounters unpredictable network conditions. This safeguards against premature connection termination, enhancing application reliability, stability, and user experience.

**Connect Timeout-** The connect timeout, defined as the maximum duration to establish a connection with the application server, defaults to 60 seconds for security compliance. Consider extending this duration when facing slow server responses, long-running requests, large data transfers, or unpredictable network conditions. This ensures stable connections, enhancing application reliability and user experience.

**Client Body**-  Specifies the maximum allowable size of the client request body, is set to a default of 20MB. Increase when handling larger uploads to prevent request rejection due to size constraints, ensuring seamless data transmission.

**HTTP Headers**- Components of an HTTP request or response, conveying additional information such as authentication, caching directives, or content type. Common headers include "Authorization," "Content-Type," and "Cache-Control." Users can include custom headers for specific application requirements, enhancing communication and functionality.

**Cipher suites**- Sets of cryptographic algorithms used for securing network connections, including key exchange, encryption, and authentication. Activate advanced cipher suites to enhance security, particularly in high-risk environments or when strict encryption standards are mandated, ensuring robust protection against cyber threats.

<figure><img src="/files/pLwCk4JRxmirOPADPSAU" alt=""><figcaption></figcaption></figure>

**4.   Rate Limiting**

Within the Custom WAF Policies tab, users have the capability to implement rate limiting for traffic based on various parameters including IP address, country, and Request URI, among others. Additionally, users can apply rate limits based on combinations of these specified parameters to finely tune traffic management.

<figure><img src="/files/rMfzBroHTzrMIiMrHSOz" alt=""><figcaption></figcaption></figure>

5. &#x20; **False Positives**

In the Built-in WAF policies tab, users can view the false positives.&#x20;

False positives can be manually incorporated via the Attack Analytics Tab. When a legitimate request is mistakenly classified as an attack, users can locate it within the Attack Analytics tab and designate it as an exception.

<figure><img src="/files/qFWIYSRPFcDiSNbqFKGM" alt=""><figcaption></figcaption></figure>

6\.     **Consolidated Dashboard**

**Unified View:** Gain a comprehensive overview of your security posture across all your domains within a selected cluster. This powerful feature eliminates the need to switch between individual domains, saving you valuable time and effort.

<figure><img src="/files/h9snbgYMhblHrSyWyeJb" alt=""><figcaption></figcaption></figure>

Within this section, the platform highlights anomalous requests directed towards the application. Advanced AI/ML technology to analyze and profile the application during a learning mode phase, subsequently formulating application-specific rules in the backend. This process assigns a threat score value to the application, with any request surpassing this threshold automatically blocked for a duration of 48 hours.

**7.      Slack Webhook**

Once you have your Slack Webhook URL, you can paste the same here as shown in the image. This will allow Prophaze to send real-time alerts directly to your specified Slack channel.

<figure><img src="/files/Naqy5q64zTTyH5gU2e9p" alt=""><figcaption></figcaption></figure>

<br>


# Account Creation

To start your journey with Prophaze AppSec, first you have to register an user account  with the company name and email id along with agreeing to our terms and conditions.

The signup process is the beginning part of the journey with Prophaze AppSec. During sign-up, complete assistance from Prophaze is offered.

\
**Go to** [**https://dash.prophaze.com/register/**](https://dash.prophaze.com/register/)<br>

<figure><img src="/files/Ji6rGY55T4RCjdvOzwNO" alt=""><figcaption></figcaption></figure>

Fill the sign-up form with your company name, Official Mail id and Confirm a password. By agreeing with Prophaze terms and conditions, you can hit the button “Free Sign Up”. Now the registration has been completed.

Now you will be redirected to a page as shown below:

<figure><img src="/files/u9u2f93e96p8sn3EeF3s" alt=""><figcaption></figcaption></figure>

To secure your domains, complete the set up wizard.<br>

**For SaaS customers:** Please follow these[ ](/waf-onboarding/deployment-models/cloud)[**procedures.**](/waf-onboarding/deployment-models/cloud)

**For On-Premise Customers:** Please follow these [<mark style="color:blue;">**procedures**</mark>](/waf-onboarding/deployment-models/on-premise)<mark style="color:blue;">**.**</mark>

**For Kube-native Customers:** Please follow these [<mark style="color:blue;">**procedures**</mark>](/waf-onboarding/deployment-models/kubernetes-deployment)<mark style="color:blue;">**.**</mark>

## **Slack Webhook:**

Webhooks are used for real time notifications, so your system can be updated right when an event takes place. Outgoing Webhooks was a quirky way to send your own server a Webhook when messages met a narrow set of criteria.

<pre><code><strong>Enter the URL and click on Save button
</strong></code></pre>


# Deployment Models

* Cloud deployment
* On premise deployment
* Kube-native


# Cloud

Our Cloud Server span around the globe which only required dns change for application onboarding.

For cloud deployments Prophaze WAF supports the following cloud providers

* Microsoft Azure
* Google Cloud Provider
* Amazon AWS
* DigitalOcean

## SaaS Customer Onboarding Strategy

SaaS onboarding can be done at any time when a user is new to the platform. This could happen most of the time with free trials. However, it needs a smaller onboarding process.

**Signup process**

Once you are done with the registration process, you will be redirected to a set up wizard page where you can secure your domain(s).

Here you need a few pieces of information from the client’s end to complete the user registration. The steps are as follows:

\
1\. The current domain name without http/https ([www.xyz.com](http://www.xyz.com)).

<figure><img src="/files/DlqfMwAFW0KhPB6A0lPx" alt=""><figcaption></figcaption></figure>

2\.  Current Hosting/Server IP Address (The IP address mentioned in the DNS manager. This IP may belong to a load balancer or a machine).

<figure><img src="/files/BRG6fBTixsBzshlX6Lzl" alt=""><figcaption></figcaption></figure>

3\. Select the cluster which is nearest to your location from the drop down list, so that it can reduce the latency issue.

<figure><img src="/files/0WsTjg0gE5Pw3akLdtiG" alt=""><figcaption></figcaption></figure>

4\. Need to change the current DNS record from the customer end. For this, the customer needs to add a CNAME to their domain in the DNS manager (eg. GoDaddy, AWS route53), provided by Prophaze. DNS record has to be changed once the application is onboarded on the WAF.

<figure><img src="/files/dZzmseyUqRCnu53V1nAS" alt=""><figcaption></figcaption></figure>

5\.  Select the protocol for traffic routing, recommended to opt for ‘Force HTTPS Redirection’ for enhanced security. Can enable advanced cipher suites for additional security measures.

<figure><img src="/files/IxRSCN9gxL0mp4IRFPEx" alt=""><figcaption></figcaption></figure>

6\.  Now all the details have been given for the registration process. To initiate the process, click the create button in the bottom right.

<figure><img src="/files/O0TIq9JZIhhlCppvniq2" alt=""><figcaption></figcaption></figure>

\
Upon making the DNS change and fully routing traffic through Prophaze WAF, the SSL certificate will be generated automatically. If needed, customers can also import their certificates.

\
**SSL Certificate**

\
Within the Settings menu, specifically within the Certificate manager tab, users have the capability to upload their own certificates. These certificates may be in either PFX file format or separate main certificate and private key formats.

<figure><img src="/files/esq9KXga3n9ixQk1SFDw" alt=""><figcaption></figcaption></figure>

Finally, the on-boarding process is completed and all the traffic will be protected by Prophaze WAF before it hits the customer.

The customer can now log in to the WAF dashboard with the credentials created during the Registration process and can analyze the traffic which comes into the onboarded website before hitting the actual website. That traffic would be filtered out with the help of existing rules and behavioral analysis – only the legitimate traffic will be allowed to the onboarded domain.

Also, you can find the logs and its corresponding graphical representation in the dashboard home page. \
&#x20;                                         **URL for login:** [**https://dash.prophaze.com/**](https://dash.prophaze.com/login)


# On-Premise

## **System Requirements**

* Minimum 2 node cluste&#x72;**:** one WAF node and one Management node
* Prophaze WAF tested on the following operating systems in on premise deployments

<table><thead><tr><th width="404">Type</th><th>Version</th></tr></thead><tbody><tr><td>Ubuntu </td><td>22.04, 24.04</td></tr><tr><td>RHEL</td><td>8.6</td></tr></tbody></table>

#### Management Node Hardware

1. 2 vcpu&#x20;

&#x20; 2\. 8gb memory&#x20;

#### WAF Node Hardware

&#x20;  1\.  4 vcpu&#x20;

&#x20;  2\. 16gb memory&#x20;

***NOTE**: The ports 6443 of the management and the port 80 and 443 of the WAF node should be open and available. Machines should be present on same local network.Internet and ssh access are needed.*

## **Onboarding for On-Premises Customers**

&#x20;**ON-Premise WAF installation**

&#x20;Prophaze waf will be installed in the allocated VMS. (Our team will guide)

\
&#x20; **URL for login:** [**https://dash.prophaze.com/**](https://dash.prophaze.com/login)


# Kubernetes Deployment

## Set Up Kubernetes Cluster

*Note: Kube-native WAF is available only for enterprise customers. Please contact Prophaze customer support to upgrade the plan.*

**Kube-native WAF installation**

For Kubernetes native customers, we  are providing Helm chart for setting up Prophaze ingress and after that traffic will be route through Prophaze ingress.

**Step 1:**  Prophaze will provide private git repo.

git clone \<private repo>

*Note:Private repo will be provided after contacting Prophaze support team.*

Port 6443 which is the kube-apiserver port used for the dashboard to communicate with the kubernetes cluster for the ip: Prophaze IP should be allowed&#x20;

**Step 2:** Go to "Settings" page. Now, we need to connect your Kubernetes cluster to Prophaze.For that, click on the “**Kubernetes cluste**r” tab on the left side of the page .Copy the command and paste it in your kubernetes cluster.

<figure><img src="/files/MWVeWrtLihAnYSkTbecL" alt=""><figcaption></figcaption></figure>

&#x20; **URL for login:** [**https://dash.prophaze.com/**](https://dash.prophaze.com/login)


# Multi-Cloud Setup

The Multi-Cloud Instances feature in Prophaze allows organizations to deploy and manage their WAF (Web Application Firewall) infrastructure seamlessly across multiple cloud environments. This ensures better scalability, high availability, and optimized performance by distributing workloads across geographically diverse cloud regions.

To set up **Multi-Cloud Instances** in Prophaze, navigate to the **Settings page > Multi-Cloud Instances**.

<figure><img src="/files/njpvhImzALVqpEdU9MfV" alt=""><figcaption></figcaption></figure>

#### Key Components of Multi-Cloud Instance Setup:

1. **New Cluster Name:**

&#x20;      a. This is the identifier for your cluster within the Prophaze system.

&#x20;      b. It helps differentiate between multiple clusters deployed across different cloud environments.

&#x20;      c. Example: prophaze-eu-cluster1

&#x20; 2\.  **Cluster Endpoint:**

&#x20;       a. This is the URL or IP address that serves as the primary entry point for managing or interacting with the cluster.

&#x20;       b. It ensures proper routing and communication between Prophaze and your cloud environment.

&#x20;  3\. **CNAME (Canonical Name):**

&#x20;       a. CNAME is an alias used to map one domain name to another.

&#x20;       b. It simplifies the process of routing traffic and ensures easier management of DNS records.

4. **A Record:**

&#x20;      a. The A (Address) Record maps a domain name to an IP address.

&#x20;      b. It ensures that traffic intended for a specific domain reaches the correct cluster endpoint.

5. **Service Account Token:**

&#x20;     a. This authentication token acts as a key to validate and authorize the connection between Prophaze and your cloud environment.

&#x20;      b. It ensures secure access and prevents unauthorized interactions.

6. **Select Geographic Location:**

&#x20;      a. Choosing the Geographic Region (e.g., Europe-North) helps optimize latency and ensure compliance with regional data regulations.

&#x20;      b. Deploying clusters closer to the target user base improves response times and overall application performance.

<br>


# Dashboard

This document contains user manual on how the dashboard can be used to analyse various attack vectors.

<figure><img src="/files/4qPq5wS8mPbYjhJwmrbQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xJI6aGYVWcYUQEDhVxY8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/QIBOZkrqBGPSGY64EXqr" alt=""><figcaption></figcaption></figure>

Event Dashboard contains views related to

* Number of Attacks Blocked
* Total traffic request per day
* Number of rules triggered
* Attack Percentage
* Total Bandwidth size &#x20;
* Geo Attack Distribution
* Attack Types and Density of each attacks
* Quick traffic Analyze Graph for both Attacks and the entire traffic.

All graphs are interactive, allowing users to click on them for deeper analysis, leading to their respective modules.

There is a WAF on-off functionality in the navigation bar. By enabling the button, WAF will be in active mode and website is protected from bad actors.

Each of the Dashboard module is covered in the next section.

<br>


# Traffic Analysis

Detailed Log Analyzing with various filter options through Traffic 360 page.

The Traffic Analyzer provides immediate visibility into recent server requests. It offers various filters to conduct targeted analysis based on specific parameters, facilitating focused investigation and insights.

<figure><img src="/files/JGV0gQvYsfu2K9KLgom6" alt=""><figcaption></figcaption></figure>

Traffic analyzer gives a quick look on

* Source IP
* Timestamp
* Targeted URI and Requested Args by the attacker and legitimate user.
* Status code

By clicking "Show Details," users can access the User Agent, request country, and destination IP to which incoming requests were forwarded.&#x20;

Additionally, users can blacklist or whitelist IPs, block countries, or whitelist requested URLs, providing versatile control over access management.

<figure><img src="/files/ZrlqiZaXcqz0TwlQbWXG" alt=""><figcaption></figcaption></figure>

The logs displayed are unique to each IP, consolidating all requests from a single IP into a single log entry.&#x20;

Clicking "Explore" opens a new tab, providing a detailed view of all requests associated with the specific IP address.

<figure><img src="/files/zHOzy8lyjlYPV8aPNZ1u" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0PxhRfD6pJlEUrvbQEdK" alt=""><figcaption></figcaption></figure>

<br>


# API Discovery

Our advanced API Discovery Module ensures continuous discovery and monitoring of APIs, enabling real-time identification and tracking of all types, including edge APIs.

## API Discovery Module Overview

#### This provides organizations with comprehensive visibility into their API ecosystem, allowing for detailed analytics and enhanced security measures.

### **1. Continuous API Discovery:**

* The API Discovery Module constantly monitors your application traffic, discovering new APIs and tracking various API types, including edge APIs.
* Continuous discovery ensures that any new or previously unknown APIs are identified in real time, reducing the risk of shadow APIs going unnoticed.

### 2. Dashboard and Analytics:

* The dashboard provides a centralized view of all API endpoints and offers detailed analytics to monitor API performance and security.

<figure><img src="/files/LjzBu0N5usQISgfG7NmD" alt=""><figcaption></figcaption></figure>

* The dashboard visualizes data, making it easier to identify trends, analyze traffic, and assess security issues across different API endpoints. This aids in proactive security management.

### 3. Detailed Examination of API Actions:

* You get detailed insights into the actions performed by APIs, such as headers, query parameters, and body parameters.

<figure><img src="/files/E0elQNxjlaDT0wjmWcFL" alt=""><figcaption></figcaption></figure>

* This granular level of visibility helps security teams understand how APIs are being used and pinpoint potential vulnerabilities based on the data being transmitted.

### 4. Analytics:

#### a.)Endpoint Information:

Shows the method used (e.g., GET, POST) for each endpoint, the number of attacks detected, and traffic data. This helps monitor which endpoints are most vulnerable or most accessed.

&#x20;**b.)Attack Analytics:**

Tracks attempted and successful attacks on APIs, helping to refine security policies.

<figure><img src="/files/AffCz3zfZJva9XCmHk30" alt=""><figcaption></figcaption></figure>

**c.)Traffic Analytics:**

Monitors traffic to identify usage patterns or anomalies, which could indicate an attack or unusual behavior.

**d.)Top IP Addresses/Countries:**

Identifies the origin of traffic, helping you recognize potential threats from specific IPs or geographical locations.

**e.)Status Codes:**

Shows HTTP response codes, which help to understand if endpoints are functioning correctly or are facing issues (e.g., too many 404 errors).

<br>

### **Two Methods for Activation:**

* Onboarding Configuration: API Security can be set up during the initial onboarding process to ensure security is embedded from the start.
* Application Settings: API security can also be activated or modified later through the application settings, providing flexibility for adjustments as needed.

<br>

The API Discovery offers comprehensive tools to monitor, analyze, and secure your APIs. With continuous discovery, detailed analytics, and the ability to customize rules, it ensures that your APIs are protected against evolving threats, all while providing deep visibility into API performance and security.

<br>


# Attack Analytics

Detailed Attack Log Analyzing with various filter options

The Attack Analyzer provides immediate insight into recent attacks, featuring diverse filters for targeted analysis based on specific parameters, streamlining investigative efforts, and fostering deeper understanding.

<figure><img src="/files/tt1gYX0UqVinkXkHkWQF" alt=""><figcaption></figcaption></figure>

Displayed logs are tailored to individual IP addresses, consolidating all attacks from one IP into a singular log entry.&#x20;

Clicking "Explore" launches a new tab, presenting an overview of all attacks associated with the designated IP.

This tab offers a concise overview of:

* Source IP
* Timestamp
* Attack Type
* Status Code
* Action Taken
* Severity
* Request URI

<figure><img src="/files/XVwEUuBNTy4HNQ1MKRHz" alt=""><figcaption></figcaption></figure>

For a comprehensive perspective on attacks, accessing the "Show Details" tab provides users with insights into request headers, request body, response headers, and rules activated to counter the attacks. Additionally, users can whitelist URLs, block source countries, or mark incidents as false positives.

<figure><img src="/files/9cL9NXOE7eSqGyo3FibX" alt=""><figcaption></figcaption></figure>


# DDOS Attacks

Detailed DDOS Attack Log Analyzing with various filter options.

Similar to Attack Analyzer, DDOS Attack Analyzer provides immediate insight into recent DDOS attacks, featuring diverse filters for targeted analysis based on specific parameters, streamlining investigative efforts, and fostering deeper understanding.

By clicking "View" users can access the User Agent, request country, and Reference URL.&#x20;

Additionally, users can blacklist or whitelist IPs, block countries, or whitelist requested URLs, providing versatile control over access management.

<figure><img src="/files/WQVq8N8vuwh4M97ZDViU" alt=""><figcaption></figcaption></figure>

Displayed logs are tailored to individual IP addresses, consolidating all attacks from one IP into a singular log entry.&#x20;

Clicking "Explore" launches a new tab, presenting an overview of all attacks associated with the designated IP.

<figure><img src="/files/KsNr2tKg10R0JLlibvKf" alt=""><figcaption></figcaption></figure>

Another important feature is Traffic graph as shown below.

<figure><img src="/files/69T2g75hwF8mZS7uAyic" alt=""><figcaption></figcaption></figure>

Comparative Traffic Graph:  The DDoS attacks page features a visual graph. This graph compares regular website traffic with DDoS traffic over time. This visualization allows you to easily identify potential DDoS attacks by spotting spikes in DDoS traffic that deviate from your normal traffic patterns.

Traffic Request Counts:  In addition to the graph, Prophaze provides a comparison of the total count for both regular traffic requests and DDoS traffic requests. This numerical data complements the visual representation in the graph and offers a more precise understanding of the attack volume.

<br>


# Rules Page

Prophaze offers more granular control over your web application security with WAF Policies page.

## Built-in Rules

<figure><img src="/files/3RrH1nQpm5P3YFYEe7ud" alt=""><figcaption></figcaption></figure>

**Enable or Disable:** You now have the flexibility to enable or disable individual WAF policies based on your specific security needs. This allows for a more customized approach to web application security.

**Focus on Your Priorities:** If you're concerned about a particular type of attack (e.g., SQL injection), you can enable the corresponding WAF policy while potentially disabling others that might focus on less relevant threats.

This helps in reducing the false positives, you can find the false positives section in the same page given as Exceptions.

## Custom Rules

In addition to the preconfigured OWASP Top 10 and SANS 25 rules within the backend, users have the flexibility to create their own custom rules. The WAF offers approximately 12 parameters—including IP, country, ASN, Useragent, and cookie—on which rules can be constructed for whitelisting, blacklisting, rate-limiting, or implementing temporary or permanent redirects to other links.

<figure><img src="/files/MBQJ0Wgzv3PlMpGW1UBW" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Y7obKwEqBK7UH3plnPx0" alt=""><figcaption></figcaption></figure>

\
Users can also combine multiple parameters to formulate a single rule. Simply click on "Add Rule" to incorporate a new parameter. Once configured, finalize by clicking "ADD" at the bottom. Rules become functional immediately upon configuration and take effect in real-time.

<figure><img src="/files/HIKpaeC11z75mSxfOKeG" alt=""><figcaption></figcaption></figure>


# Bot Mitigation

Advanced Mitigation Measures

**Bot Protection** is disabled by default and can be enabled when the application is under a bot attack or shows signs of a potential DDoS threat. Prophaze provides multiple bot protection strategies to suit different scenarios:

* **Captcha-less Challenge**: The Captcha-less Challenge uses advanced JavaScript techniques to analyze user interactions, such as mouse movements, browsing behavior, and device fingerprints, to distinguish humans from bots with high accuracy. It delivers strong protection while maintaining a smooth user experience, making it ideal for e-commerce, content-heavy platforms, and other scenarios where seamless access is a priority.
* **Captcha Challenge**: The Captcha Challenge strengthens access control by requiring users to complete a simple verification step, ensuring only genuine users gain entry. By adding this extra layer of assurance, it effectively prevents automated bots from exploiting sensitive processes. This approach is particularly valuable for login portals, financial transactions, and applications that demand strict authentication and data protection.
* **PhantomJS Challenge**: The PhantomJS Challenge focuses on detecting automated traffic that attempts to mimic legitimate users through headless or script-driven browsers. Using advanced behavioral and environment analysis, it silently blocks malicious activity in the background without affecting the user journey. This ensures genuine users enjoy uninterrupted access, while automated attacks such as scraping, credential abuse, and exploitation attempts are neutralized effectively.
* **Whitelist Option**: Prophaze’s bot mitigation tools include a customizable whitelist feature, allowing administrators to define trusted traffic sources or user agents. This ensures that legitimate users are not mistakenly blocked while still enforcing protection against unauthorized automated access.

<figure><img src="/files/PvQD62YCLAdECe6MwE7p" alt=""><figcaption></figcaption></figure>


# Anomaly Detection

Intelligent detection using AI/ML

Within this section, the platform highlights anomalous requests directed towards the application. Prophaze leverages AI/ML technology to analyze and profile the application during a learning mode phase, subsequently formulating application-specific rules in the backend. This process assigns a threat score value to the application, with any request surpassing this threshold automatically blocked for a duration of 48 hours.

<figure><img src="/files/SMNRUddNamyu5TQirFEH" alt=""><figcaption></figcaption></figure>


# Load Balancer

Load Balancer in Prophaze: Ensuring High Availability and Efficient Traffic Distribution

The Load Balancer in Prophaze WAF is a critical component designed to ensure seamless traffic distribution, high availability, and optimized performance for web applications and APIs. It efficiently manages incoming network traffic, balances the load across multiple endpoints, and ensures that applications remain responsive even during high traffic volumes or partial outages.

#### Key Functions of Prophaze Load Balancer:

1. **Traffic Distribution:**

* The load balancer evenly distributes incoming application traffic across multiple backend servers (endpoints) to prevent any single server from being overwhelmed.
* Supports different routing mechanisms, including round-robin routing, weighted routing, and IP-based routing.

2. **High Availability:**

* Ensures continuous availability of applications by automatically rerouting traffic to healthy servers if one endpoint becomes unresponsive.
* Helps minimize downtime during maintenance or unexpected server failures.

3. **Sticky Sessions (Session Persistence):**

* With Sticky Sessions enabled, the load balancer ensures that all requests from a specific client are routed to the same server for the duration of the session.
* This is essential for applications requiring consistent session management, such as e-commerce platforms and financial systems.

4. **Weighted Routing:**

* When Weighted Routing is enabled, the load balancer can distribute traffic unevenly across endpoints based on assigned weights.
* Each endpoint is given a weight (1-10), and servers with higher weights receive more traffic.
* Useful for scenarios where some servers have more capacity or better performance capabilities than others.

5. **Endpoint Management:**

* Endpoints are defined using IP addresses and port numbers, ensuring precise routing of traffic.
* The configuration supports dynamic addition or removal of endpoints without disrupting existing operations.

<figure><img src="/files/kbhswcErmggtei4SFgns" alt=""><figcaption></figcaption></figure>

#### Configuration Parameters in Prophaze Load Balancer:

&#x20;      Once you navigate to the Settings page, select Load Balancer, and enter the required details as given below:

1. **Load Balancer Name:**

* Must contain only lowercase letters, numbers, dashes (-), and underscores (\_).
* Serves as a unique identifier for the load balancer configuration.

2. **Sticky Session:**

* Enable or disable session persistence based on application requirements.

3. **Weighted Routing:**

* Enable weighted traffic distribution for fine-tuned control over endpoint utilization.

4. **Endpoints:**

* IP Address: A valid IPv4 or IPv6 address of the backend server.
* Port: A valid port number where the application is listening (e.g., 80 for HTTP or 443 for HTTPS).
* Weight: A numeric value between 1 and 10, representing traffic priority for each endpoint.

5. **Add Endpoint:**

* Easily add or remove backend servers without causing disruptions to active connections


# Slack Webhook

Prophaze Slack Webhook Integration Explained

The **Slack Webhook Integration** feature in Prophaze enables real-time threat notifications to be delivered directly to your Slack workspace. This integration enhances incident response by ensuring that your security team is instantly alerted about critical threats, vulnerabilities, and security incidents.

#### Key Configuration Details:

1. **Slack Webhook URL:**

* This is the unique URL provided by your Slack workspace when you create an Incoming Webhook integration.
* It serves as the communication bridge between Prophaze WAF and your Slack workspace.
* The URL ensures that security alerts and threat notifications are pushed directly to your designated Slack channel.

2. **Live Threat Notifications:**

* With the Slack Webhook configured, you’ll receive real-time alerts for security events such as:

&#x20;           a. SQL Injection attempts

&#x20;           b. DDoS Attacks

&#x20;           c. Unauthorized access attempts

&#x20;           d. Malware and Bot activity

<figure><img src="/files/Bw65OTr7lHMB4OrlrFc1" alt=""><figcaption></figcaption></figure>

#### Steps to Configure Slack Webhook Integration:

1. Navigate to Settings in the Prophaze Dashboard:

* Go to Settings → Slack Webhook.

2. Enter the Webhook URL:

* Paste the Slack Webhook URL in the designated field.

3. Save Configuration:

* Click Save to activate the integration.

4. Test the Integration:

* Prophaze will send a test notification to ensure successful integration.


# Activity Log

Prophaze Activity Log Explained

The **Activity Log** in the Prophaze Dashboard serves as a centralized record-keeping feature that tracks all administrative and configuration-related activities within the platform. It provides transparency, accountability, and real-time visibility into changes and updates made across your WAF-protected applications and domains.

<figure><img src="/files/S1ZDeal7iRYOLXhWynG7" alt=""><figcaption></figcaption></figure>

#### Key Components of Activity Log:

1. **IP Address:**

* Displays the **originating IP address** from which the activity was performed.
* Example: **152.58.30.110, 122.164.12.155**

2. **Timestamp (UTC):**

* Records the **exact date and time** when the activity occurred in **Coordinated Universal Time (UTC).**
* Example: **12/30/2024 06:48 am UTC**

3. **Domain/Application Affected:**

* Specifies the **domain or application** where the activity took place.
* Example: **prophaze.com, testdvwa.kubewaf.com**

4. **Activity Description:**

* Provides a **clear description** of the action performed.
* Examples:
  * **Turned on active mode**
  * **Turned off active mode**
  * **Updated a website**
  * **Enabled/Disabled bot protection**
  * **Selected Captchaless Challenge**


# Reporting

Reporting engine to generate weekly reports.

Users have the option to download weekly reports from the Reports tab. Click "Generate Attack Report", and after 3 to 4 minutes, the report will be ready for download. Access the "Report" tab to retrieve the generated report.

<figure><img src="/files/ssZSGM94ZEIodsuuyA7T" alt=""><figcaption></figcaption></figure>


# Attack Types

Using Attack Type  Dashboard module we will get a quick overview on what is the prominent attack types which are targeted to the host server&#x20;

<figure><img src="/files/orYW8s10JTeiWW1VJ8Aw" alt=""><figcaption></figcaption></figure>


# Incidents

Total number of incidents in a requested time frame can be viewed in this dashboard module as shown below

<figure><img src="/files/xJNXqGFb5bgGaJ1eXgNn" alt=""><figcaption></figcaption></figure>


# AppSec  Toggle Mode

Prophaze makes managing your Web Application Firewall made easier with the introduction of an "active mode toggle" on the settings page for your active website.

<figure><img src="/files/K8V7izJ8kekbZQRZVXn8" alt=""><figcaption></figcaption></figure>

Active Website Settings Toggle: This toggle is located directly on the settings page for your currently active website. It allows you to quickly adjust the WAF mode for that specific website without navigating elsewhere.


# SSL Certificate

Step-by-Step Guide: Updating Your SSL Certificate on the Prophaze Dashboard

To update the SSL certificate on the Prophaze dashboard, follow these detailed steps to ensure your domain maintains secure communications:

1. Log in to the Prophaze Dashboard\
   Begin by logging in to your Prophaze account, where you’ll be able to access the settings for the specific domain requiring the SSL update.
2. Select the Domain\
   Once on the dashboard, find and select the domain for which you wish to update the SSL certificate. Each domain managed by Prophaze will have its own settings, so make sure to select the correct one.
3. Navigate to the Settings Tab\
   Scroll down to the Certificate Manager option. This section is dedicated to managing SSL certificates, allowing you to view current certificates and upload new ones.
4. Upload Your SSL Certificate

* Here, you’ll be prompted to upload the new SSL certificate. Prophaze supports both .pfx and .crt formats.
* If using a .crt format, you may also need to provide the .key file, which contains the private key associated with your SSL certificate.
* Once the certificates are uploaded click on submit and you will be notified that the SSL certificate is successfully uploaded.

<figure><img src="/files/LevDAIBoxNjtEH8poAqT" alt=""><figcaption></figcaption></figure>

<br>

After these steps, the SSL certificate update will be complete, and Prophaze will automatically apply it to your domain, securing communications and ensuring that your site meets up-to-date security standards.

<br>


# Encoding Types

The following encoding types are  supported:&#x20;

* Application/x-www-form-urlencoded encoding&#x20;
* Multipart/form-data encoding &#x20;
* V0 cookies&#x20;
* V1 cookies&#x20;
* Chunked encoding in requests&#x20;
* Chunked encoding in responses&#x20;
* Request compression&#x20;
* Response compression


# Protocol Validation

Prophaze WAF has the following protocol validations in effect

* Method Restriction
* Protocol and Protocol version Restriction
* RFC Validation
* URL Encoding  Validation
* Validation of Non-Standard Encoding
* Cookie Enforcement

#### Additional Restrictions

* Element content and length
* Element byte range
* Character set validations

Restrictions can be applied at

* Application Level
* Object Level
* Parameter Level

#### Additional Protocol Limits Supported by Prophaze WAF

* Request method length
* Request line length
* Request URI length
* Header name and value
* Request body length
* Cookie value , name and number
* Parameter name , value and length


# HTTP Protocol Violation

Prophaze WAF can detect and block HTTP Protocol violation detection in the following ways

* Blocking GET/HEAD Request with a body&#x20;
* POST Request without Content-Length Header&#x20;
* Identity should be used in Accept-Encoding not in Content-Encoding&#x20;
* Denies non HTTP/1.1 Requests HTTP/1.1 request with pragma:no-cache header with out corresponding Cache-Control header
* &#x20;Request with abnormal or excessive byte range in one request Request with Broken connection header


# Protocol Anomalies

Prophaze WAF can detect request with the following protocol anomalies

* Request without Valid Host Header&#x20;
* Request without Valid Accept Header
* &#x20;Request header with null value&#x20;
* Invalid User-Agent header&#x20;
* User-Agent without value&#x20;
* Request with Content contains no Content-Type header
* &#x20;Host Header with IP Address


# Bot Detection

Prophaze WAF's advanced bot detection module can identify bots based on premium daily updated bot IP Address  databases , and behavioural patterns

And also it make sure that the legitimate bots like Google Bot , Yahoo slurp etc are not blocked in any ways


# Injection Prevention

Prophaze WAF can prevent the following Injection attacks

* OS Command Injection -  Exploiting arbitrary commands in the operating system to fingerprint Infrastructure details , and to establish a trust between host operating Systems . This happens when application passes unsafe data which Includes Forms , Cookies , URL Arguments etc
* Coldfusion Injection – Prevents database injection in Coldfusion apps
* LDAP Injection - Stops exploits which attacks LDAP Protocol
* SSI Injection – Prevents attacks which manipulates server side Includes to execute remote code injections
* UPDF/XSS Injection – Prevents XSS attacks on applications with pdf Files
* Email Injection – Prevents Email Injection where attacker utilizes Carriage return to inject extra email headers to the contact form
* Blocks system command access
* Blocks Directory Traversal attacks


# HTTP Request Smuggling

Prophaze WAF Prevents HTTP request smuggling , its a scenario where a cache just before the application fails to validate incoming requests .This Enables cache to trust malformed headers send by hackers which Enables cache poisoning.


# HTTP Response Splitting

Prophaze WAF Blocks Carriage Return (CR) and Line Feed (LF) requests into the Applications which allows attackers to use HTTP Response Splitting


# XSS Prevention

Prophaze WAF can prevent advanced XSS attacks in the following ways

* Blocks injection of client side scripts into browsers by attackers which allows them to steal session and cookie data
* Uses Open source lib injection library along with regular expressions
* HTML tag finder
* Style/Script Tag prevention
* JS Fragment prevention (URI)
* CSS Fragment Prevention
* Blocks XSS fingerprints
* Event Handler Block
* Attribute Vector Prevention
* Noscript html injection
* IE filters
* Malformed XSS Filter
* UTF-7 encoding XSS Prevention (IE)
* Disallowed HTML attributes


# LFI and RFI

Prophaze WAF can prevent local and remote file execution exploits by the following ways

* Block RFI attack on application which allows attackers to include a file Exploiting dynamic file inclusion feature
* Blocks URL in request argument
* Blocks PHP include() function
* Blocks requests ends with question mark
* Path traversal and Restricted file access


# Session Fixation

Prophaze WAF can prevent session fixation attacks by the following ways

* Prevents attackers to hijack a valid session
* Blocks setting cookie values with in html
* Blocks session parameter with off-domain referrer
* sessid parameter with no referrer


# SQL Injection Prevention

Prophaze WAF deployed  wide range of methods into its core algorithm to block generic and advanced SQL injection attacks where not-sanitised user inputs is used to inject SQL commands which can disclose system Information and data leakage . The most common sql injection methods blocked are .

* SQL comment sequence
* SQL hex sequence
* SQL String Termination
* SQL Operators Blocking
* Blocks SQL Tautologies
* Blocks Common Database Names
* Blind SQL injection Blocking
* Injection Character anomaly blocking
* Injection Payload Blocking
* MSSQL specific signatures
* SQL Integer overflow
* SQL sleep command exploit
* Prevents conditional SQL injection
* MySQL character switch injection
* SQL Authentication Bypass
* pg\_sleep injection
* Chained SQL Injection
* Stored procedure Injection
* UDF Injection using data structure manipulation
* Concatenated SQL Injection


# Layer 7 Dos Attack Prevention

Prophaze WAF got Layer 7 (Application Layer) DDoS prevention . It can detect anomalies from a request , if the request is targeted towards a dynamic or static resource and the hits on  the resource exceeds more than what is expected in a given time period . The request is blocked  at the ingress level.


# PHP Application Protection

As most of the application in web consists of php as the server side language . Prophaze WAF got module to secure the app from attacks targeting the php apps . Some of the protection methods built into the core are&#x20;

* PHP open and close tag detection
* Script file upload prevention
* Blocking configuration directives
* Variables and IO stream blocking
* Blocking high risk PHP function calls
* Disabling PHP serialisation object
* Variable function call detection


# Normalization

Prophaze WAF supports following normalisation techniques&#x20;

* URL-decoding
* Null byte string termination
* Self-referencing paths
* Path back-references
* Excessive use of white space
* Comment removal
* Conversion of (Windows-supported) backslash characters into forward slash characters.
* Conversion of IIS-specific Unicode encoding (%uXXYY)
* Decode HTML entities
* Escaped characters


# Negative Security Model

Prophaze WAF supports the following Negative security model

* Signature-based -  Detect attacks by performing a string or a regular expression match against traffic.
* Rule-based -  Rules are similar to signatures but allow for a more complex logic to be formed (e.g. logical AND, logical OR). They also allow for specific parts of each transaction to be targeted in a rule.


# Signature and  Rule Database

Prophaze WAF comes with daily updated rules and signature database . Have access to dozens of premium signature database , and supported by International Security Researchers.


# Onboarding Process

<details>

<summary><mark style="color:blue;">What are the prerequisites for onboarding?</mark></summary>

To start the POC, please provide us with the below details-

1. The Fully Qualified Domain Name (FQDN) to be onboarded. (The FQDN must have at least 6000 to 7000 hits in 4 days.)
2. The endpoint IP address associated with the FQDN.
3. Information on any custom ports the application uses, aside from ports 80 and 443.&#x20;
4. The location or region where the FQDN is hosted.
5. The SSL Certificate- Either in .crt and .key format or PFX file and its password
6. DNS access for the FQDN

</details>

<details>

<summary><mark style="color:blue;">What domain name should I enter?</mark></summary>

Enter the primary domain name you want to secure with Prophaze WAF. This could be your main website (e.g., example.com) or a subdomain like your API endpoint (e.g., api.example.com). (FQDN)

</details>

<details>

<summary><mark style="color:blue;">What is an endpoint?</mark></summary>

An endpoint is a specific URL or Loadbalancer IP or Public IP that points to your domain. (example: 134.124.176.148) should not be a private IP or 10 series,,,private ip series.

<img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXca7JA8rXv7uRBcZXnffQ2QEKwcZhh5wJHo6AYlYO2zaIX_F-PlcQd4MOMhDHBmtRMus13i7bPZdY900Cti3vSoduY4cuw4FCg9BP2mI63qKePtec2iLoKeiWzg_L2y5dfMkaJAsPo5_I-pgdc_CVHKruZa?key=M8e47PGi_ah_1_MDQUWqdA" alt="" data-size="original">

</details>

<details>

<summary><mark style="color:blue;">What geographic location should I choose?</mark></summary>

This information is used for regional security considerations, regulatory compliance purposes and latency purpose. Choose the location where your application servers are physically located. We can add other regions as well.

![](/files/PLSMUX2WZ4IGdhRPINEb)

</details>

<details>

<summary><mark style="color:blue;">What is a CNAME record and how do I add it?</mark></summary>

A CNAME record aliases your domain name to another domain name. Prophaze will provide specific instructions on adding the CNAME record to your domain name system (DNS) management console. This step routes traffic through Prophaze WAF for security inspection. You can also do this through A record changes using the IP provided by Prophaze for the root domain. (It may vary from region to region) n subdomain CNAME needs to be changed.

</details>

<details>

<summary><mark style="color:blue;">What alternative DNS record types can be used besides CNAME?</mark></summary>

In some cases, an A record pointing to Prophaze WAF's IP address is an option instead of a CNAME record. This depends on your specific domain configuration.

</details>

<details>

<summary><mark style="color:blue;">What happens to my existing DNS records when I add the Prophaze CNAME record?</mark></summary>

Adding the Prophaze CNAME record typically doesn't affect your existing DNS records. It simply creates an alias for your domain name that points to Prophaze WAF for security inspection before reaching your application server.

</details>

<details>

<summary><mark style="color:blue;">Where can I find DNS related information?</mark></summary>

You can go on to 1. Settings page.

&#x20;                              2\. Configure applications.

&#x20;                              3\. Click on the edit (pencil) button.

&#x20;                              4\.  DNS setting.

Here you will get the information like CNAME and A-record.<br>

</details>

<details>

<summary><mark style="color:blue;">What happens to my existing MX records (for email) when adding a CNAME record for Prophaze  WAF?</mark></summary>

Prophaze WAF integration won't affect your MX records as they point to separate servers for email delivery. You can typically manage MX records and CNAME records independently within your DNS management console.

</details>

<details>

<summary><mark style="color:blue;">Do I need a valid SSL certificate for Full HTTPS?</mark></summary>

Yes, a valid SSL/TLS certificate is crucial for secure communication with Prophaze WAF. You'll need to have an active SSL certificate installed on your web server for HTTPS functionality. Prophaze can also get an SSL certificate through Let’s Encrypt if you don't have an SSL certificate.

</details>

<details>

<summary><mark style="color:blue;">What is Full HTTPS?</mark></summary>

Full HTTPS ensures all communication between your application and users is encrypted using HTTPS protocol. This is crucial for protecting sensitive data transmission.

</details>

<details>

<summary><mark style="color:blue;">What happens to my website traffic during the CNAME record change?</mark></summary>

There might be a brief service interruption while your DNS propagates the CNAME record change.

</details>


# Dashboard Terminology

**Bandwidth Consumption:**

<details>

<summary><mark style="color:blue;">What do the total bandwidth consumption and upload bandwidth mean?</mark></summary>

* This indicates the total amount of data transferred through the Prophaze appliance during the reporting period. (incoming and outgoing).
* Upload bandwidth represents the data uploaded from your network to the internet.

</details>

<details>

<summary><mark style="color:blue;">How does Prophaze handle large file uploads that could consume significant bandwidth?</mark></summary>

Prophaze has features to manage large file uploads, such as:

* Throttling upload speeds to prevent overwhelming bandwidth.
* Setting size limits for uploads to prevent abuse.
* Integrating with Cloud storage solutions for efficient handling of large files.

</details>

**Geo Attack Distribution:**

<details>

<summary><mark style="color:blue;">What countries are the attacks originating from?</mark></summary>

The map shows the geographical distribution of IP addresses associated with the blocked/detected attacks. This can help identify potential sources of threats.

![](/files/wGilZGERnKWOYeSbE7Na)

</details>

**Attack Types:**

<details>

<summary><mark style="color:blue;">What do A03:2021-Injection and A04:2021-Insecure Design mean? Naming conventions</mark></summary>

These codes represent specific attack categories identified by Prophaze.

* A03:2021-Injection indicates attempts to inject malicious code into your system.
* A04:2021-Insecure Design points to vulnerabilities in website or application design that attackers try to exploit.

</details>

**Top 10 Attack IP Addresses:**

<details>

<summary><mark style="color:blue;">What should I do about the IP addresses listed here?</mark></summary>

If in active mode it will automatically be blocked and if in learning mode it will only be detected (Prophaze will do these parts.)

* You can consider blocking these specific IPs at your network firewall if the attacks are persistent and originate from the same sources.

</details>

**Top 10 Attack Originating Countries:**

<details>

<summary><mark style="color:blue;">Does this mean all traffic from these countries is malicious?</mark></summary>

* No, it only indicates that attacks originated from IP addresses located in those countries. Legitimate traffic can also come from these regions. Which won't be blocked.
* We can block the traffic coming from a particular country.

</details>

**Top 10 User IP addresses:**

<details>

<summary><mark style="color:blue;">What do these IP addresses represent?</mark></summary>

This list shows the top 10 IP addresses that generated the most traffic during the reporting period.

</details>

**Most Used HTTP Methods:**

<details>

<summary><mark style="color:blue;">What do the different HTTP methods (GET, POST, HEAD, OPTIONS) represent?</mark></summary>

These are standard methods used in HTTP communication between web browsers and servers.

* GET is used to retrieve information from a server.
* POST is used to send data to a server.

</details>

**IP Address Information:**

<details>

<summary><mark style="color:blue;">What information is provided for each attack attempt?</mark></summary>

The table shows:

* Date and Time of the attack attempt
* IP Address of the attacker
* Country associated with the IP address&#x20;
* Two options: "Permanently Block IP address" and "Allow IP address"&#x20;
* "Explore" button leads to more details about the specific attack.

</details>

**Taking Action:**

<details>

<summary><mark style="color:blue;">What does "Permanently Block IP address" do?</mark></summary>

This option instructs the security solution to block all future traffic attempts from that specific IP address.

</details>

<details>

<summary><mark style="color:blue;">What does "Allow IP address" do?</mark></summary>

Choosing this option would allow traffic from that specific IP address despite the potential attack attempt.

</details>

<details>

<summary><mark style="color:blue;">How are attacks identified and grouped by IP address?</mark></summary>

The security solution analyzes traffic patterns and compares them against known attack signatures or threat intelligence to identify suspicious activity.&#x20;

</details>

<details>

<summary><mark style="color:blue;">What factors should I consider before blocking an IP address?</mark></summary>

* False positives: Security systems can sometimes misidentify legitimate traffic as attacks. Investigate before blocking to avoid impacting authorized users.
* IP reputation: Check if the IP is known to be malicious using online tools or threat intelligence feeds.

Impact on legitimate users: Blocking a shared IP address might affect other users behind that IP. Consider alternative mitigation strategies if necessary.

</details>

<details>

<summary><mark style="color:blue;">Are there other ways to manage attacks besides blocking IP addresses?</mark></summary>

* Rate limiting: Restrict the number of requests an IP address can send within a specific timeframe.
* Challenge-response mechanisms: Implement CAPTCHAs or other challenges to differentiate between bots and human users.
* Security rules customization: Create custom rules based on specific threat intelligence to target attack patterns.

</details>

<details>

<summary><mark style="color:blue;">What is SQL injection?</mark></summary>

SQL injection is a cyberattack technique where malicious code is injected into website forms or database queries. This code can then be used to steal sensitive data, modify information, or disrupt website functionality.

</details>

<details>

<summary><mark style="color:blue;">Do we get the information about what was the targeted URI (Uniform Resource Identifier)?</mark></summary>

Yes, we get information like the below given example:

* /wp-content/plugins/about.php - This suggests the attacker might have targeted a specific plugin on a WordPress website.

</details>

<details>

<summary><mark style="color:blue;">Can we know the severity of the attack?</mark> </summary>

Yes, depending upon the attacks they are categorized as high and low.

* High - This indicates a potentially serious attack that could have compromised the website or user data.

</details>

**Request Details:**

<details>

<summary><mark style="color:blue;">What information is included in the request headers?</mark></summary>

This section shows details about the attacker's browser, encoding preferences, and connection type.

</details>

<details>

<summary><mark style="color:blue;">Do we get to know what type of attack it was?</mark></summary>

Yes, we get all the information about different kinds of attacks like:

* An SQL injection attempt. This means the attacker tried to inject malicious code into a web page to potentially steal data or gain unauthorized access to the system

</details>

<details>

<summary><mark style="color:blue;">How did Prophaze detect the attack?</mark></summary>

Prophaze identified specific characters or patterns in the request body that are commonly used in SQL injection attempts (e.g., "print\_r"). Other similar methods are also used depending on the attack patterns.

</details>

<details>

<summary><mark style="color:blue;">What did the attacker try to achieve?</mark></summary>

SQL injection attempts can be used for various malicious purposes, such as:

* Stealing sensitive information from the database (usernames, passwords).
* Modifying data stored in the database.
* Taking control of the database server.

</details>


# Attack Section

**Taking Action:**

<details>

<summary><mark style="color:blue;">What does "Permanently Block IP address" do?</mark></summary>

This option instructs the security solution to block all future traffic attempts from that specific IP address.

</details>

<details>

<summary><mark style="color:blue;">What does "Allow IP address" do?</mark></summary>

Choosing this option would allow traffic from that specific IP address despite the potential attack attempt.

</details>

<details>

<summary><mark style="color:blue;">How are attacks identified and grouped by IP address?</mark></summary>

The security solution analyzes traffic patterns and compares them against known attack signatures or threat intelligence to identify suspicious activity.&#x20;

</details>

<details>

<summary><mark style="color:blue;">What factors should I consider before blocking an IP address?</mark></summary>

* False positives: Security systems can sometimes misidentify legitimate traffic as attacks. Investigate before blocking to avoid impacting authorized users.
* IP reputation: Check if the IP is known to be malicious using online tools or threat intelligence feeds.

Impact on legitimate users: Blocking a shared IP address might affect other users behind that IP. Consider alternative mitigation strategies if necessary

</details>

<details>

<summary><mark style="color:blue;">Are there other ways to manage attacks besides blocking IP addresses?</mark></summary>

* Rate limiting: Restrict the number of requests an IP address can send within a specific timeframe.
* Challenge-response mechanisms: Implement CAPTCHAs or other challenges to differentiate between bots and human users.
* Security rules customization: Create custom rules based on specific threat intelligence to target attack patterns.

</details>

<details>

<summary><mark style="color:blue;">What is SQL injection?</mark></summary>

SQL injection is a cyberattack technique where malicious code is injected into website forms or database queries. This code can then be used to steal sensitive data, modify information, or disrupt website functionality.

</details>

<details>

<summary><mark style="color:blue;">Do we get the information about what was the targeted URI (Uniform Resource Identifier)?</mark></summary>

Yes, we get information like the below given example:

* /wp-content/plugins/about.php - This suggests the attacker might have targeted a specific plugin on a WordPress website.

</details>

<details>

<summary><mark style="color:blue;">Can we know the severity of the attack?</mark> </summary>

Yes, depending upon the attacks they are categorized as high and low.

* High - This indicates a potentially serious attack that could have compromised the website or user data.

</details>

**Request Details:**

<details>

<summary><mark style="color:blue;">What information is included in the request headers?</mark></summary>

This section shows details about the attacker's browser, encoding preferences, and connection type.

</details>

<details>

<summary><mark style="color:blue;">Do we get to know what type of attack it was?</mark></summary>

Yes, we get all the information about different kinds of attack like:

* An SQL injection attempt. This means the attacker tried to inject malicious code into a web page to potentially steal data or gain unauthorized access to the system

</details>

<details>

<summary><mark style="color:blue;">How did Prophaze detect the attack?</mark></summary>

Prophaze identified specific characters or patterns in the request body that are commonly used in SQL injection attempts (e.g., "print\_r"). Other similar methods are also used depending on the attack patterns.

</details>

<details>

<summary><mark style="color:blue;">What did the attacker try to achieve?</mark></summary>

SQL injection attempts can be used for various malicious purposes, such as:

* Stealing sensitive information from the database (usernames, passwords).
* Modifying data stored in the database.
* Taking control of the database server.

</details>

<details>

<summary><mark style="color:blue;">What does the Request Body section show?</mark></summary>

It reveals a series of parameter names ("google", "cdshell", etc.) containing the same malicious code (print\_r(1357908642);). This code likely attempts to interact with the website's database in an unauthorized way.

</details>

<details>

<summary><mark style="color:blue;">What can be learned from the Request Headers?</mark></summary>

These headers reveal information about the attacker's browser (e.g., Mozilla/4.0) and potentially spoofed information (e.g., User-agent indicating an outdated browser).

</details>

<details>

<summary><mark style="color:blue;">What can be learned from the Request Body?</mark></summary>

This section contains suspicious code (print\_r(1357908642);) repeatedly used with different keys, likely an attempt to exploit vulnerabilities in the targeted plugin.

</details>

**Rules Triggered:**

<details>

<summary><mark style="color:blue;">What kind of rules are triggered by attacks?</mark></summary>

Example of triggered rules:

1.High:

* SQL Injection character found (A04:2021-Insecure Design)
* SQL String Termination (Body) (A04:2021-Insecure Design)

2.Low:

* Suspicious traffic - Header (Alert)

</details>

<details>

<summary><mark style="color:blue;">What actions can be taken to prevent similar attacks?</mark></summary>

* Keep website software (including plugins) updated to address known vulnerabilities.
* Use strong input validation techniques to sanitize user input before processing it in database queries.
* Consider implementing additional security measures like Web Application Firewalls (WAF) for advanced protection.

</details>

## <mark style="color:red;">**DDOS**</mark>

**Understanding the Chart:**

<details>

<summary><mark style="color:blue;">What does the X-axis (horizontal) represent?</mark></summary>

The X-axis represents time, according to the dates selected.

![](/files/01G7TSPFk4ZdkLTurviI)

</details>

<details>

<summary><mark style="color:blue;">What does the Y-axis (vertical) represent?</mark></summary>

The Y-axis represents the number of requests received. The scale goes from 0 to any number of requests received.

![](/files/gU3pQS9iXMSwbAC7t0WB)

</details>

<details>

<summary><mark style="color:blue;">What do the values on the chart represent?</mark></summary>

Each data point on the line represents the total number of requests received during that specific time interval.

</details>

**Understanding the DDoS Attacks Table:**

<details>

<summary><mark style="color:blue;">What information is provided in the table?</mark></summary>

* Time: Date and time the potential DDoS attack was detected.
* IP Address: IP address of the attacker. Be cautious, spoofed IP addresses are common in DDoS attacks.
* Referrer URL: The website that is potentially linked to the attack (might be empty if not applicable).
* Status: The HTTP status code returned by the server (likely 503 - Service Unavailable during a DDoS attack).
* Request URI: The specific resource or page requested by the attacker.
* Action: Options to Explore details, Block the IP address, Allow the IP address, Block the entire country (caution advised), or Allow the specific requested URL.

</details>

<details>

<summary><mark style="color:blue;">What can I do with the information in the DDoS Attacks table?</mark></summary>

* Explore: Investigate the details of the attack attempt to understand the attack method.
* Blocking Actions: Use with caution! Blocking legitimate traffic can disrupt user access. Analyze the IP address and attack details before blocking.
* Allow Actions: If you trust the source (unlikely for DDoS attacks), you can allow specific IPs or URLs.

</details>

<details>

<summary><mark style="color:blue;">How are DDoS attacks identified?</mark></summary>

Prophaze analyze traffic patterns for unusual activity, such as sudden surges in traffic volume or a large number of requests originating from a multiple source.

&#x20;       Prophaze might employ various techniques like:

* Traffic volume analysis: Identifying sudden spikes in traffic that deviate significantly from baseline patterns.
* Rate limiting analysis: Flagging IP addresses sending an unusually high number of requests within a short period.
* Packet inspection: Analyzing network packets for characteristics associated with DDoS attacks (e.g., spoofed IP addresses, SYN floods).
* Behavioral analysis: Monitoring traffic patterns for suspicious behavior like abnormal request types or geographical distribution.)

</details>

**DDoS Attack Types:**

<details>

<summary><mark style="color:blue;">Are there any indicators in the provided data that suggest specific attack types?</mark></summary>

Looking at the targeted resources (Request URI) might offer clues. For example, attacks targeting "/.well-known/acme-challenge/" could be part of a credential stuffing attack utilizing Let's Encrypt certificates. Chng the example.

</details>

<details>

<summary><mark style="color:blue;">What are some common DDoS attack mitigation techniques?</mark></summary>

* Rate limiting: Restricting the number of requests an IP address can send within a specific timeframe.
* IP filtering: Blocking traffic from known malicious IP addresses.
* Challenge-response mechanisms: Implementing CAPTCHAs to differentiate between bots and human users.

</details>

<details>

<summary><mark style="color:blue;">What are some advanced DDoS mitigation techniques that could be employed?</mark></summary>

* Challenge-response mechanisms: Implementing CAPTCHAs or similar challenges at the network level to filter out automated bot traffic.
* Geo-fencing: Restricting access to your website from specific geographical regions known for DDoS attacks (use with caution to avoid impacting legitimate users).

</details>

**DDoS Attack Detection:**

<details>

<summary><mark style="color:blue;">What specific methods does the security solution use to identify DDoS attacks?</mark></summary>

* Traffic Anomaly Detection: Does it analyze traffic patterns to identify deviations from baseline behavior (e.g., sudden spikes in traffic volume, unusual request patterns)?
* Signature-based Detection: Does it compare attack traffic to known DDoS attack signatures for identification?
* Geolocation Analysis: Does it consider the geographical distribution of traffic to identify suspicious activity (e.g., a large volume of traffic originating from a single region)?

</details>

<details>

<summary><mark style="color:blue;">How can I prevent DDoS attacks?</mark></summary>

Mitigating DDoS attacks completely might be difficult, but some practices can help:

* Implement best practices for website security and traffic filtering.

</details>


# Rule Set

**Rules:**

<details>

<summary><mark style="color:blue;">How are the rules categorised?</mark></summary>

The rules are grouped based on the type of vulnerability or attack they target. These categories correspond to the "OWASP Top 10" web application security risks, a well-known industry standard.

</details>

<details>

<summary><mark style="color:blue;">What do the rule names (A01:2021-Broken Access Control, etc.) mean?</mark></summary>

These names follow a common format used for referencing security vulnerabilities. They likely refer to the "Common Vulnerabilities and Exposures" (CVE) classification system.

* The first part (A01, A02, etc.) indicates a specific vulnerability category.
* The year (2021)  represents the year the vulnerability was first identified.
* The description provides details about the type of vulnerability the rule targets

</details>

<details>

<summary><mark style="color:blue;">What kind of attacks do these rules protect against?</mark></summary>

Here's a breakdown of some rule categories and examples of attacks they might target:

* A01:2021-Broken Access Control: Attacks that exploit weaknesses in how applications control access to resources (e.g., unauthorized access attempts).
* A02:2021-Cryptographic Failures: Attacks that exploit weaknesses in encryption algorithms or implementations.
* A03:2021-Injection: Attacks that inject malicious code into website inputs (e.g., SQL injection, XSS).
* A04:2021-Insecure Design: Rules that target vulnerabilities arising from flawed application design practices.
* A05:2021-Security Misconfiguration: Attacks that exploit improper security settings or configurations on the web server.
* A06:2021-Vulnerable and Outdated Components: Rules that detect suspicious requests associated with known vulnerabilities in outdated software components.
* A07:2021-Identification and Authentication Failures: Attacks that exploit weaknesses in user authentication mechanisms (e.g., brute-force attacks, session hijacking).
* A08:2021-Software and Data Integrity Failures: Rules that target vulnerabilities allowing attackers to modify or manipulate software or data.
* A09:2021-Security Logging and Monitoring Failures: Attacks that attempt to disable or bypass security logging mechanisms.
* A10:2021-Server-Side Request Forgery: Attacks that exploit vulnerabilities allowing attackers to manipulate the server into performing unauthorized actions.

</details>

<details>

<summary><mark style="color:blue;">Are there additional rule categories not shown here?</mark></summary>

Yes, there are more WAF rule categories beyond what's displayed based on AI/ML application profiling.

</details>

<details>

<summary><mark style="color:blue;">How do rules handle complex attacks that combine multiple techniques?</mark></summary>

WAF rules can be layered to address different aspects of an attack. For instance, a rule might block specific SQL injection characters, while another rule might look for suspicious patterns in the request body.

</details>

<details>

<summary><mark style="color:blue;">Can custom WAF rules be created to address specific vulnerabilities?</mark></summary>

Yes, Prophaze WAF allows creating custom rules based on regular expressions or other patterns. This can be helpful for targeting vulnerabilities unique to your website application.

</details>

**Exceptions:**

<details>

<summary><mark style="color:blue;">What does the "Exceptions" section show?</mark></summary>

This section lists specific paths or resources within the website that are excluded from certain WAF rule checks. This allows legitimate functionality while maintaining security.

</details>

<details>

<summary><mark style="color:blue;">How can I determine which WAF rules to enable or disable?</mark></summary>

Enabling all rules offers maximum protection but might lead to false positives (blocking legitimate traffic). Disabling rules increases risk but allows specific functionality.

</details>

**Adding a New Rule:**

<details>

<summary><mark style="color:blue;">What options are available to define the rule condition?</mark></summary>

You can select various attributes to define the matching criteria for your rule. These include:

* IP Address: Block requests originating from specific IP addresses.
* Country: Block requests originating from specific countries.
* ASN (Autonomous System Number): Block requests from a specific network provider.
* User Agent: Block requests from specific browser types or suspicious user agents.
* Cookie: Block requests containing specific cookies (might be useful for advanced scenarios).
* Header: Block requests containing specific HTTP headers or header values.
* Request URI: Block requests targeting specific URLs or URL patterns.
* HTTP Method: Block requests using specific HTTP methods (e.g., POST, GET).
* Referrer: Block requests coming from specific referring websites.
* Content Type: Block requests with specific content types (e.g., script files).
* Content Length: Block requests with content length exceeding a certain limit.
* URL Length: Block requests with URLs exceeding a certain length (might be useful for blocking certain attack patterns).

<br>

</details>

<details>

<summary><mark style="color:blue;">Can I combine multiple conditions in a single rule?</mark></summary>

The interface offers an "AND" option, which suggests you can combine multiple conditions using logical AND. This allows the creation of more granular rules that only trigger when all specified conditions are met.

</details>

<details>

<summary><mark style="color:blue;">What actions can be taken when a rule matches?</mark></summary>

You can define various actions to be taken when a request matches your rule:

* DENY: Completely block the request.
* TEMPORARY REDIRECT TO: Redirect the request to a different temporary URL (useful for mitigating certain attacks).
* PERMANENT REDIRECT TO: Redirect the request to a different permanent URL.
* RATE LIMIT: Limit the number of requests allowed from a specific source within a defined timeframe.

</details>

<details>

<summary><mark style="color:blue;">What is the purpose of the "Status" option?</mark></summary>

The "Status" option allows you to enable or disable the newly created rule. Disabled rules won't actively block traffic.

</details>

**Custom Error Text:**

<details>

<summary><mark style="color:blue;">What is the purpose of Custom Error Text?</mark></summary>

This section allows you to define custom error messages displayed to users when specific security events occur. This can provide more informative messages compared to generic error codes.

</details>

<details>

<summary><mark style="color:blue;">What information can be included in the custom error text?</mark></summary>

You might be able to include details like the error code, any relevant information about the blocked request, or instructions for the user.

</details>

**IP Reputation:**

<details>

<summary><mark style="color:blue;">What is IP reputation?</mark></summary>

IP reputation refers to the scoring or classification of IP addresses based on their known malicious activity. Security solutions leverage IP reputation databases to identify and potentially block traffic originating from suspicious sources.

</details>

<details>

<summary><mark style="color:blue;">What does the "IP Reputation" section allow you to do?</mark></summary>

This section lets you manually override the IP reputation for specific IP addresses. You can choose to "Allow" traffic from an IP address even if it has a poor reputation.

</details>

<details>

<summary><mark style="color:blue;">When might I use the "IP Allowed" action?</mark></summary>

You might use this if a known business partner's IP address is flagged incorrectly or if you trust a specific IP source. However, proceed with caution as allowing IPs with poor reputations can bypass security measures.

</details>

**Geo Reputation:**

<details>

<summary><mark style="color:blue;">What is Geo Reputation?</mark></summary>

Geo reputation assigns a risk score or classification based on the geographical location of a request's origin. This can be helpful for identifying suspicious traffic patterns originating from specific countries known for cybercrime activity.

</details>

<details>

<summary><mark style="color:blue;">How can I create a Geo reputation exception?</mark></summary>

You might be able to specify a country and choose the "Allowed" action. This allows traffic from users in that country even if it has a negative reputation. (Use with caution, as it could bypass security measures).

</details>

**Allowed URLs:**

<details>

<summary><mark style="color:blue;">What does the "Allowed URL" section allow you to do?</mark></summary>

This section allows you to whitelist specific URLs within your website. Requests targeting these URLs won't be filtered by certain security rules, ensuring functionality.

</details>

<details>

<summary><mark style="color:blue;">When might I use the "Allowed URL" action?</mark></summary>

You might whitelist specific URLs that are flagged by security rules but are essential for website functionality (e.g., URLs for plugins or scripts).

</details>


# Traffic 360: General Traffic Logs

Traffic Analytics offers a more detailed view of traffic for a specific IP address. This might include additional information and functionalities for analyzing visitor behavior and potential security risks.

**User Agent:**

<details>

<summary><mark style="color:blue;">What is the User Agent field?</mark></summary>

The User Agent is a string sent by the visitor's browser that identifies the browser type, operating system, and other details.

</details>

**General Information:**

<details>

<summary><mark style="color:blue;">What information is shown here?</mark><br></summary>

This section provides details about the visitor associated with the currently selected traffic event. It includes:

* IP Address: Visitor's IP address.
* Organization: Likely the organization associated with the IP address (based on IP geolocation databases).
* Country: Visitor's estimated country based on the IP address.

</details>

<details>

<summary><mark style="color:blue;">What actions can I take from this section?</mark></summary>

You might be able to:

* Block IP: Block future traffic from this specific IP address. (Use with caution)
* Allow IP: Allow traffic from this specific IP address even if it triggers security rules.
* Block Country: Block future traffic from visitors in this country. (Use with extreme caution as it can impact legitimate users)

Allow URL: Allow access to a specific website resource (URL) even if it's normally blocked by security rules.

</details>

**Source IP and Destination IP:**

<details>

<summary><mark style="color:blue;">What is the difference between Source IP and Destination IP?</mark></summary>

* Source IP: The IP address of the visitor trying to access your website.
* Destination IP: The IP address of your web server where the website content resides.

</details>

**Referrer URL:**

<details>

<summary><mark style="color:blue;">What does the Referrer URL tell you?</mark></summary>

The Referrer URL indicates the website (if any) that directed the visitor to your site. This can be helpful for understanding how users are finding your website.

</details>

**Traffic Analytics:**

<details>

<summary><mark style="color:blue;">What is Traffic Analytics?</mark></summary>

Traffic Analytics offers a more detailed view of traffic for a specific IP address. This might include additional information and functionalities for analyzing visitor behavior and potential security risks.

</details>

**Log Retention and Management:**

<details>

<summary><mark style="color:blue;">For how long are traffic logs stored?</mark></summary>

Traffic logs readily available will be 30 days, and more than 30 days would be archived for a period of one year.

</details>

<details>

<summary><mark style="color:blue;">What are the options for exporting or archiving traffic logs?</mark></summary>

The solution offers functionalities to export logs to a central repository or archive them for future reference (e.g., CSV, SIEM integration).

</details>


# ML Based Bot Mitigation

<details>

<summary><mark style="color:blue;">What is bot protection?</mark></summary>

Bot protection refers to security measures that aim to identify and differentiate between legitimate human users and automated bots. This helps prevent malicious bots from scraping data, launching denial-of-service attacks, or carrying out other harmful activities on your website.

</details>

<details>

<summary><mark style="color:blue;">What is ML Based Bot Mitigation?</mark></summary>

This likely refers to bot mitigation using Machine Learning (ML). ML algorithms are trained on vast amounts of data to identify patterns of bot behavior. This allows the security solution to automatically detect and block bots with high accuracy, reducing the need for manual intervention.

</details>

<details>

<summary><mark style="color:blue;">What is the benefit of enabling Bot Protection?</mark></summary>

By enabling Bot Protection, you can potentially improve website security, prevent fraudulent activities, and ensure a smoother user experience for legitimate visitors.

</details>

<details>

<summary><mark style="color:blue;">What is a Captcha challenge?</mark></summary>

A Captcha (Completely Automated Public Turing test to tell Computers and Humans Apart) is a challenge presented to users to distinguish them from bots. These challenges often involve identifying objects in images, solving simple math problems, or ticking a checkbox.

</details>

<details>

<summary><mark style="color:blue;">What are Allowed IPs?</mark></summary>

This section allows you to specify a list of IP addresses that will bypass bot detection and be granted unrestricted access to your website. This can be useful for trusted bots or specific users who might trigger bot detection rules due to their activity patterns.

</details>

<details>

<summary><mark style="color:blue;">How does Prophaze handle new or evolving bot threats?</mark></summary>

The effectiveness of the ML model relies on its ability to adapt to new bot tactics. Prophaze updates its models regularly based on observed bot behavior and threat intelligence feeds.

</details>

<details>

<summary><mark style="color:blue;">How does Prophaze Bot Protection integrate with other security measures within Prophaze?</mark></summary>

Prophaze's bot protection might work in conjunction with other security features like WAF rules and anomaly detection to provide a layered defense against various threats.

</details>


# Generating Reports

**Generated Reports:**

<details>

<summary><mark style="color:blue;">What information is included in the Attack Reports?</mark></summary>

The specific information included depends on Prophaze's configuration. It includes:

* Overview of security events during the selected timeframe.
* Details about blocked attacks or suspicious activity.
* Types of attacks detected (e.g., SQL injection, XSS).
* Source IP addresses of potential attackers.
* Recommendations for further action (if applicable).

</details>

**Integration and Automation:**

<details>

<summary><mark style="color:blue;">Can I integrate Prophaze reports with Security Information and Event Management (SIEM) tools?</mark></summary>

Prophaze offer integrations with SIEM tools to centralize security logs and reports alongside data from other security solutions for a more comprehensive view of your security posture.

</details>


# Anomaly Detection

<details>

<summary><mark style="color:blue;">What is Anomaly Detection in the context of user behavior?</mark></summary>

Anomaly detection in user behavior involves identifying unusual patterns or activities that deviate significantly from normal user behavior. This helps in identifying potential security threats, fraudulent activities, or system malfunctions.

</details>

<details>

<summary><mark style="color:blue;">How does Anomaly Detection work?</mark></summary>

Anomaly detection systems typically employ statistical methods, machine learning algorithms, or a combination of both to analyze user data and identify outliers. These outliers are then flagged as potential anomalies for further investigation.

</details>

<details>

<summary><mark style="color:blue;">What kind of user data is used for Anomaly Detection?</mark></summary>

User data such as IP address, device type, login times, and access patterns,  can be used for anomaly detection.

</details>

<details>

<summary><mark style="color:blue;">What are the benefits of Anomaly Detection?</mark></summary>

Anomaly detection helps in preventing fraud, detecting security breaches, improving system performance, and enhancing customer experience by identifying and addressing issues promptly.

</details>

<details>

<summary><mark style="color:blue;">How does Anomaly Detection help in preventing fraud?</mark></summary>

By identifying unusual user behavior patterns, anomaly detection systems can detect fraudulent activities like account takeover, unauthorized access, and fraudulent transactions.

</details>

<details>

<summary><mark style="color:blue;">How do you balance false positives and false negatives in anomaly detection?</mark></summary>

By threshold tuning, threat scoring, and human-in-the-loop verification.

</details>


# General

<details>

<summary><mark style="color:blue;">How does Prophaze WAF handle false positives?</mark></summary>

Prophaze WAF uses advanced algorithms to minimize false positives. However, you can also configure it to allow you to review and whitelist any identified safe traffic patterns.

</details>

<details>

<summary><mark style="color:blue;">How does Prophaze WAF impact website performance?</mark></summary>

Prophaze WAF is designed to be lightweight and have minimal impact on website performance.

</details>

<details>

<summary><mark style="color:blue;">Does Prophaze WAF offer a free trial?</mark></summary>

Prophaze offers a free POC for Prophaze WAF to allow you to test its functionality before committing.

</details>

<details>

<summary><mark style="color:blue;">Does Prophaze WAF require any hardware or software installation?</mark></summary>

No, Prophaze WAF is a cloud-based solution and does not require any additional hardware or software on your end.

</details>

<details>

<summary><mark style="color:blue;">What information do I need to provide for onboarding?</mark></summary>

You will typically need to provide your domain name, server details, SSL certificate, and temporary access to your DNS management console.

</details>

<details>

<summary><mark style="color:blue;">How long does it take to onboard Prophaze WAF?</mark></summary>

The onboarding process for Prophaze WAF can be completed within 15 minutes.

</details>

<details>

<summary><mark style="color:blue;">What kind of reporting does Prophaze WAF offer?</mark></summary>

Prophaze WAF provides detailed reports on security events, blocked attacks, and traffic patterns.

</details>

<details>

<summary><mark style="color:blue;">Does Prophaze WAF integrate with other security solutions?</mark></summary>

Yes, Prophaze WAF can integrate with other security tools, such as SIEM (Security Information and Event Management) systems.

</details>

<details>

<summary><mark style="color:blue;">Does Prophaze WAF support custom rules?</mark></summary>

Yes, Prophaze WAF allows you to create custom rules to address specific security threats unique to your application.

</details>

<details>

<summary><mark style="color:blue;">Do I need to make changes to my application to use Prophaze WAF?</mark></summary>

No, Prophaze WAF typically integrates seamlessly with your existing application infrastructure.

</details>

<details>

<summary><mark style="color:blue;">What happens to my website traffic during the installation process?</mark></summary>

For cloud-based deployments, there should be minimal disruption to your website traffic during the setup phase. For on-premises or hybrid deployments, a brief service interruption might be necessary during configuration.

</details>

<details>

<summary><mark style="color:blue;">Does Prophaze WAF offer API security features?</mark></summary>

Yes, Prophaze WAF can secure your APIs by inspecting API traffic for malicious requests and protecting against vulnerabilities like API injection attacks.

</details>

<details>

<summary><mark style="color:blue;">How does Prophaze WAF handle Bot Mitigation?</mark></summary>

Prophaze WAF employs techniques like analyzing traffic patterns, behavior analysis, and honeypots to identify and block malicious bots and also uses captcha and captchaless challenge to resolve the issue.

</details>

<details>

<summary><mark style="color:blue;">Can Prophaze WAF handle large traffic spikes?</mark></summary>

Prophaze WAF is built to handle high-volume traffic with minimal performance impact.

</details>

<details>

<summary><mark style="color:blue;">Does Prophaze WAF offer geo-blocking capabilities?</mark></summary>

Prophaze WAF solutions allow you to block traffic originating from specific geographical locations to mitigate regional threats or comply with data privacy regulations.

</details>

<details>

<summary><mark style="color:blue;">Can I integrate Prophaze WAF with a load balancer?</mark></summary>

Prophaze WAF can integrate with a load balancer to distribute traffic efficiently and ensure optimal performance while maintaining security.

</details>

<details>

<summary><mark style="color:blue;">What support options does Prophaze offer for its WAF solution?</mark></summary>

Prophaze offer various support options, including online documentation, knowledge base articles, and tiered support plans with different response times and access levels.

</details>

<details>

<summary><mark style="color:blue;">How SAAS Onboarding happens?</mark></summary>

Onboarding of SAAS happens in 6 clicks, where the customer registers himself and can get access to the dashboard, where with some minimal prerequisites, onboarding happens. Customers need to have DNS access for this.

</details>

<details>

<summary><mark style="color:blue;">How On-Premise Onboarding happens?</mark></summary>

The customer is asked for 2-3 VMs depending on the capacity and then we deploy the Prophaze WAF on those VMs.

</details>

<details>

<summary><mark style="color:blue;">How does the capacity planning happens?</mark> </summary>

For on-premise setups with 16 GB RAM and 4 vCPUs, the system supports 25,000 requests per second. For higher demands, perform capacity planning.

</details>

<details>

<summary><mark style="color:blue;">Does it support layer 3/4/7 DDOS protection?</mark></summary>

Yes it supports all 3 layers for DDOS protection.

</details>

<details>

<summary><mark style="color:blue;">Is there rate limiting option available over DDOS?</mark></summary>

Yes AI/ML rate limiting is available where it can rate limit the bot attacks and allow only genuine requests at the customer servers.

</details>

<details>

<summary><mark style="color:blue;">Does it protects from bad bots or just manage them?</mark></summary>

Prophaze Web Security Platform is fully capable and loaded with complete arms and ammunition to handle bot attacks and provides complete protection, not just management.

</details>

<details>

<summary><mark style="color:blue;">Is the bot mitigation automated?</mark></summary>

This mechanism is fully automated, utilizing the Threat Score Value (TSV) to manage the allow listing or disallow listing of bots.

</details>

<details>

<summary><mark style="color:blue;">What kind of applications does it support for protection?</mark></summary>

Supports all HTTP or HTTPS applications with a URL accessible via browser, VPN, or the internet.

</details>

<details>

<summary><mark style="color:blue;">Where Prophaze Web Application Firewall is hosted and which cloud does it support?</mark></summary>

Prophaze WAF supports all cloud providers and is hosted on AWS, Azure, and GCP.

</details>

<details>

<summary><mark style="color:blue;">What different types of deployment does it support?</mark></summary>

It supports SAAS, Customer Cloud, Customer Data Center and Kubernetes deployment for micro service applications through ingress controller. (Onprem, multi cloud , hybrid)

</details>

<details>

<summary><mark style="color:blue;">Is it a AI/ML product?</mark></summary>

Yes, it's a complete AI/ML product.

</details>

<details>

<summary><mark style="color:blue;">What are benefits, being on Kubernetes architecture?</mark></summary>

The main benefits include auto-scaling, cost-effectiveness, workflow automation, and seamless operation in a high availability environment.

</details>

<details>

<summary><mark style="color:blue;">Does it have virtual POPS across the globe?</mark></summary>

Prophaze WAF operates around 55 virtual POPs globally, with 24 located in India. (Additional POPs can be added based on customer requirements.)

</details>

<details>

<summary><mark style="color:blue;">Is PROPHAZE Gartner Listed?</mark></summary>

Yes, we are listed in the Gartner.

</details>


# Release Notes v2.3.0

## 1. Introduction

This release includes new features and enhancements to the product. The release updates include:

## 1.1. New Features

### 1.1.1 Settings

1\. **Cross Origin Request Header:** Introduces a new feature in the domain settings for each domain, enabling users to enter a value for "cross-origin request". This option relates to the HTTP header Access-Control-Allow-Origin.

To enable Cross Origin Request: Go to the settings page and  click the edit button for the domain to locate the domain settings to activate the Cross-Origin Request Header.

<figure><img src="/files/7EB3y8aASetFpouTyPwF" alt=""><figcaption></figcaption></figure>

*Disclaimer: This is an advanced feature, please toggle this feature if your application supports the following configurations, else your application functionality will be affected.*

2\. **Secure Cookie Header:** A new functionality that lets users enable or disable a secure cookie flag for a domain in the domain settings. This will add the header Set-Cookie: SameSite=Strict; path=/; secure; HttpOnly.

<figure><img src="/files/G9ZHTSu5f8upJnsrTvSl" alt=""><figcaption></figcaption></figure>

To enable secure cookies: Access the settings page, click the edit button for the domain to locate the domain settings, and under security headers, activate the Secure Cookie option.

*Disclaimer: This is an advanced feature, please toggle this feature if your application supports the following configurations, else your application functionality will be affected.*

3\. **Clickjacking Protection header:** A new option in the settings allows users to add a security header to protect against clickjacking attacks. In the enabled state, there are two options:

* DENY ALL: When selected, it adds the header: X-Frame-Options: DENY
* Allow Only Same Origin: This option adds the header: X-Frame-Options: SAMEORIGIN

<figure><img src="/files/jIclzLXeJYdqnu2LdGAR" alt=""><figcaption></figcaption></figure>

To enable Clickjacking Protection: Access the settings page, click the edit button for the domain to locate the domain settings, and under security headers, activate the Clickjacking Protection header.

*Disclaimer: This is an advanced feature, please toggle this feature if your application supports the following configurations, else your application functionality will be affected.*

4\. **Content Security Policy**: The new feature Content-Security-Policy (CSP) in the settings page is a security mechanism that helps prevent various forms of attacks on web applications, such as Cross-Site Scripting (XSS) and data injection attacks.&#x20;

Disabled (Default):When the CSP header is disabled, no restrictions are applied to the loading of resources (scripts, stylesheets, images, etc.).

Upgrade-insecure-requests (Force Reload HTTP Content via HTTPS): This option modifies the behavior of how HTTP content (non-secure) is handled by instructing the browser to upgrade insecure requests to HTTPS (secure).

<figure><img src="/files/ePtntyH3GwpmC2hYgGdu" alt=""><figcaption></figcaption></figure>

*Disclaimer: This is an advanced feature. Please toggle this feature if your application supports the following configurations; otherwise, your application's functionality will be affected.*

5. **Cluster-Switcher:** Added cluster switcher on applications page and removed website switcher from applications, load balancers, multi-cloud instances, slack-webhook, and activity logs.

<figure><img src="/files/Hr3XAxlhSVi4hjZZvMGz" alt=""><figcaption></figcaption></figure>

### 1.1.2 Bot Mitigation

Added a search bar at the top of the API listing page. This feature will enable users to search for APIs easily. As users type their query, the search results will automatically update to show all APIs that match the entered criteria. &#x20;

**PhantomJs Challenge:**

An advanced captcha-less challenge that the user cannot see, only a white screen will be seen just before the website loads. During this, an advanced check is carried out in the backend to check for malicious automated traffic.

<figure><img src="/files/Basft2hoENWMRaUhzl8u" alt=""><figcaption></figcaption></figure>

### 1.1.3 Traffic&#x20;

* **Consolidate Routing to the Traffic 360 Page**: Instead of utilizing the "Explore Traffic" page for applying filters, all traffic data filtering will now be managed directly within the "Traffic 360" page.
* **Geo-location Filter:** Added a new geo-location filter in addition to the existing filters for method, status, and IP.
* **Action Buttons:** Implemented CSV export and print buttons for the traffic table, enabling users to export or print the traffic data easily.
* **Country Flag in the Table:** Displayed the corresponding country flag next to each geo-location entry in the traffic table for easier identification.
* **Search:** Improved the search feature to search in specific fields like IP address, referrer, and request URI.

<figure><img src="/files/Qv0Yt2qZB2VDVNWKb51C" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tbsBtpKbA0g0wYXcl8xg" alt=""><figcaption></figcaption></figure>

### 1.2 Signature Updates <a href="#id-1.2-signature-updates" id="id-1.2-signature-updates"></a>

CRLF Injection Rule: Added one new policy under built in WAF policy. Activating the rule protects against CRLF injection attacks.

<figure><img src="/files/oVgH3CVsOzuy9AssGN3z" alt=""><figcaption></figcaption></figure>

### 1.3 Improvements <a href="#id-1.3-improvements" id="id-1.3-improvements"></a>

#### 1.3.1 Dashboard <a href="#id-1.3.1-dashboard" id="id-1.3.1-dashboard"></a>

Help documentation has been added to the left menu of the dashboard.

<figure><img src="/files/NpRjMAuab0xn7ZvTZvOQ" alt=""><figcaption></figcaption></figure>

#### 1.3.2 Attack Page <a href="#id-1.3.2-attack-page" id="id-1.3.2-attack-page"></a>

Modification of 'Attack Type' column value in the Attacks Page.

<figure><img src="/files/W67eLWvp68qf8565Nj70" alt=""><figcaption></figcaption></figure>

#### 1.3.3 Settings <a href="#id-1.3.3-settings" id="id-1.3.3-settings"></a>

Reference links have been added to the settings page.

<figure><img src="/files/uXNLwj9fJf0DAIJd8jfQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AATPu9szeLEm1fyQhfZS" alt=""><figcaption></figcaption></figure>

#### 1.3.4 Built in WAF Policies <a href="#id-1.3.4-built-in-waf-policies" id="id-1.3.4-built-in-waf-policies"></a>

‘Read Only’ access for built in WAF Policies and exceptions. The user can not toggle the state of the rule and also can not modify the exceptions as well in the WAF-Rules page.

#### 1.3.5 Custom WAF Policies <a href="#id-1.3.5-custom-waf-policies" id="id-1.3.5-custom-waf-policies"></a>

Secondary verification has been implemented for deleting rules.

<figure><img src="/files/nk1zWxZqE2rMzEebotgZ" alt=""><figcaption></figcaption></figure>

#### 1.3.6 Bot Mitigation <a href="#id-1.3.6-bot-mitigation" id="id-1.3.6-bot-mitigation"></a>

The option to add allowed IPs has been enabled, even when bot mitigation is disabled.

<figure><img src="/files/NMACIRWY4F7FDvuaAzof" alt=""><figcaption></figcaption></figure>

#### 1.3.7 API Security <a href="#id-1.3.7-api-security" id="id-1.3.7-api-security"></a>

We propose adding a search bar at the top of the API listing page. This feature will allow users to perform searches on the available APIs. When a query is entered, the search results will dynamically display all APIs that match the search criteria.

<figure><img src="/files/5YtNfEWsHS3LDUtXuWwL" alt=""><figcaption></figcaption></figure>

#### 1.3.8 Report Module <a href="#id-1.3.8-report-module" id="id-1.3.8-report-module"></a>

Improved the functionality of the attack report generation module.


# Release Notes v2.4.0

## 1. Introduction

This release introduces new features and improvements to the product. The updates include:

## 1.1. New Features

## 1.1.1 API Dashboard

A new opt-in, dedicated API Security Dashboard has been introduced for API Security applications. The new API dashboard feature can be activated through the settings page.

The following are the features of the API dashboard:

1\. **Endpoints at risk widget:** A view displaying the top 10 at-risk API endpoints. The following factors determine the risk for each endpoint:

* Attack traffic
* 401 errors (Unauthorized)
* 403 errors (Forbidden)
* Other 40X errors can also be considered

<div align="left"><figure><img src="/files/S3TpAGyzQXIY8D9u4Hk4" alt="" width="563"><figcaption></figcaption></figure></div>

The risk score is calculated by assigning weightage based on the listed priority, with attack traffic being the most significant factor, followed by the others in order.

2\. **Geolocation chart:** A geolocation graph that illustrates the distribution of API traffic across various countries.

<div align="left"><figure><img src="/files/RyYGYSLP8i7eEyh0efq0" alt="" width="563"><figcaption></figcaption></figure></div>

<br>

3\. **Malicious vs suspicious traffic comparison chart:** A graph that compares malicious vs suspicious traffic for a single host/domain.

* Suspicious traffic includes 401 (Unauthorized) and 403 (Forbidden) errors.
* Malicious traffic represents attack-related traffic.

<div align="left"><figure><img src="/files/u7cTNoTSEUHtaUXU8mQ8" alt="" width="563"><figcaption></figcaption></figure></div>

Additionally, the total traffic can be compared, provided it does not clutter the visualization.<br>

4\. **Top attack types chart:** A bar chart displaying the top 10 types of attacks.

<div align="left"><figure><img src="/files/CetybZvV7TVFgRAu32ud" alt="" width="563"><figcaption></figcaption></figure></div>

5\. **Top recent attack metrics widget:** A view illustrating the latest attacks targeting an API endpoint.

<div align="left"><figure><img src="/files/sREGG1PJcfzhPdDklvqU" alt="" width="563"><figcaption></figcaption></figure></div>

6\. **Most consumed API endpoints widget:** A bar chart displaying the top 10 endpoints with the highest traffic, based on 2xx and 3xx status codes only. Other status codes represent invalid requests.

<div align="left"><figure><img src="/files/0MawIcj4N0A2Af4AuyXI" alt="" width="563"><figcaption></figcaption></figure></div>

7\. **API quality score widget:**

A quality score is assigned to a host, independent of specific API endpoints. This score will be calculated based on the following criteria:

1. **Response Content Type (JSON/XML)**

&#x20;      a.Evaluate the content type of responses from discovered API endpoints. The ideal response should     be in JSON or XML format. Any responses with text/HTML or other invalid content types will negatively impact the score.

2. **Number of Error Codes vs. 200 Status Codes:**

&#x20;      a.A higher ratio of error status codes (4xx, 5xx) compared to successful 200 status codes will lower   the quality score. Frequent errors suggest a poorly functioning API.

3. **Average Response Time:**

&#x20;      a.A threshold value will be established. Any response time exceeding this threshold will be considered poor and negatively affect the score, while times below the threshold will contribute positively.

4. **Average Content Length:**

&#x20;      a.A threshold value will be established. Any response time exceeding this threshold will be considered poor and negatively affect the score, while times below the threshold will contribute positively.

5. **HTTPS Traffic:**

&#x20;       a.The score will also take into account the use of HTTPS traffic, as secure communication is a best practice. Traffic using HTTP instead of HTTPS may be penalized.

This quality score will provide a comprehensive view of the overall health and reliability of the host, factoring in both performance and security metrics.

<div align="left"><figure><img src="/files/nmy4UBiuccdE4m2XsAbb" alt="" width="563"><figcaption></figcaption></figure></div>

8\. **Resource-heavy endpoints widget:** Displaying endpoints with high response times and large content lengths may suggest that these API endpoints are handling resource-heavy backend operations.

<div align="left"><figure><img src="/files/6ULl9eCciwti57Itm4la" alt="" width="563"><figcaption></figcaption></figure></div>

9\. **Error rate graph:** A time series graph depicting the error rate of a host, where the error rates are based on traffic logs containing error status codes such as 40Xs, 50Xs, and similar.

<div align="left" data-full-width="false"><figure><img src="/files/NTduxnD4GXt4lutS2fh1" alt="" width="563"><figcaption></figcaption></figure></div>

10\. **Response time graph:** A time series graph displaying the response time of a host over a specified time period.

<div align="left"><figure><img src="/files/Cvs798OW5h7tgQRqa29H" alt="" width="563"><figcaption></figcaption></figure></div>

11\. **New Endpoints Discovered widget:** A card view highlighting newly discovered API endpoints. The data will be filtered to show only those endpoints that have been discovered within the past week (i.e., within the last 7 days).

<div align="left"><figure><img src="/files/l94pH0DaYNe54SKfgcEp" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left" data-full-width="false"><figure><img src="/files/A6cTUzZPUNmjVyugd5b4" alt="" width="563"><figcaption></figcaption></figure></div>

## 1.1.2 Settings

1\. **Security Header toggle HSTS:**

Two States:

* Enabled
* Disabled

Default State:

* Disabled

When Enabled, the following options will be available:

* Preload Option: Preload is a feature that allows your website to be included in the HTTP Strict Transport Security (HSTS) preload list maintained by major browsers like Chrome, Firefox, and Safari.
* Include Domains: This option enables you to specify additional domains or subdomains that should also be subject to the same HSTS policy.

<div align="left" data-full-width="false"><figure><img src="/files/oqB6PYzXz3lQHp65gAhw" alt="" width="563"><figcaption></figcaption></figure></div>

2\. **Displaying more data on the activity log:**

The activity log now includes the following information:

* Name of the account making the change, along with the IP address.
* The login and logout times for the account

<div align="left" data-full-width="false"><figure><img src="/files/wm7gSTAW4fMIrFC7RUG5" alt=""><figcaption></figcaption></figure></div>

## 1.2. Improvements

Displaying cluster name on the Load Balancer page. Also, the user can change the cluster easily with the new cluster switcher available on this page.

<div align="left"><figure><img src="/files/1xEnhxxs41XkogAP3KqH" alt=""><figcaption></figcaption></figure></div>

<br>


# Release Notes v2.5.0

### 1. Introduction <a href="#id-1.-introduction" id="id-1.-introduction"></a>

This release introduces new features and improvements to the product. The updates include:

## 1.1. New Features

## 1.1.1 Traffic 360

1\. **Record count is shown on the traffic analytics page**

The total number of requests for the applied filters is displayed in the highlighted area  at the top of the page. Additionally, even when no filters are applied, the total count of records based solely on the date-time picker is shown.

<div align="left"><figure><img src="/files/0gHRXptH2F1F9koovVwr" alt="" width="563"><figcaption></figcaption></figure></div>

2\. **Column Width Standardization:** Adjusted the width of the Referrer and Request URI columns to ensure consistency and a uniform layout across the table.

3\. **Request URI Display Enhancement:**&#x20;

* Modified the Request URI column to display only a truncated version of the URI within the table.&#x20;
* Included a tooltip that reveals the full URI when hovered over, providing access to the complete information without affecting the table layout.&#x20;

<div align="left"><figure><img src="/files/wN9QMoL08ylYW4ZXYhsY" alt="" width="563"><figcaption></figcaption></figure></div>

4\. **Tooltip for Filter Dropdowns**: Added a tooltip to the filter dropdowns with the message: "Displaying the top 10 results in the dropdown. Use search to find more options." This guides users on the dropdown functionality and encourages them to search for additional choices if needed.

<div align="left"><figure><img src="/files/MyX9FDSMshoGheK0oRA2" alt="" width="563"><figcaption></figcaption></figure></div>

## 1.1.2 Login & Sign Up

Implemented client-side validation and error handling for the Sign-Up page in line with the updated design.

<div align="left"><figure><img src="/files/tB2CqH05I0OjPPi34d7k" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/dffBG9KkjVCXj8NtJbAk" alt="" width="563"><figcaption></figcaption></figure></div>

## 1.1.3 2FA

&#x20;           Added an option to disable two-factor authentication.

\
\ <br>


# Release Notes v2.7.0

Build:  v2.7.0 | Release Type: Minor | Published Date: 19th Dec 2025

### 1. Introduction

This release focuses on delivering meaningful improvements across usability, performance, and security visibility, ensuring a more reliable and efficient experience for administrators and security teams.

Version v2.7.0 introduces multiple enhancements designed to refine existing workflows, improve system responsiveness, and strengthen security monitoring and management capabilities within the WAF Dashboard.

### 2.Release Highlights

19 Enhancements aimed at:

* Introducing new and improved features
* Optimizing existing workflows for better operational efficiency
* Enhancing system performance and stability
* Improving visibility and control over security events and configurations

### DDoS Attack Page: Optimize and Enhance DDoS Attack Page

Enhancements include full-data search capabilities (including IP and request URI) and improved performance for smoother user experience, especially for 'Prophaze Enterprise' users.

<figure><img src="/files/ZBE1q8ub79nzVC8Ez0wX" alt=""><figcaption></figcaption></figure>

### Logs & Reporting : Enhanced CSV Log Download

Updated the CSV log download feature on Traffic and Explore Attacks pages to include all data available under “Show Details” or “Show” buttons. Users can now download comprehensive logs, ensuring no critical information is omitted, improving data analysis and reporting capabilities.

<figure><img src="/files/aiORVT3VSEVgfGeoSNk1" alt=""><figcaption></figcaption></figure>

### Enhance Off-Canvas Side Nav with Dynamic Actions and Explore Options

Updated the side navigation by replacing the single Explore button with a dropdown containing Explore IP, Explore Referrer, and Explore Request URI. Added popover icons for quick exploration, and dynamically display Block/Allow IP and Block/Allow Country buttons. Ensures action buttons remain visible at the bottom for improved usability and faster access to key actions.

### Dashboard : Interactive Pie Chart on Home Page

Enhanced the home page pie chart to be interactive. Clicking on any section of the attack-type chart now displays the full list of attack logs corresponding to that type, enabling faster insights and streamlined investigation of specific attacks.

### Dashboard : Attack Log Filtering by Type

Introduced filtering on attack logs by attack type, allowing users to quickly view specific attack categories such as SQL Injection. This enhancement improves data analysis efficiency and enables faster identification of relevant threats.

<figure><img src="/files/f29bGugWAdmXJdj8CAqE" alt=""><figcaption></figcaption></figure>

### Dashboard : Refine Low Severity Alerts and Improve Section Layout

Removed “Suspicious traffic” and “Suspicious traffic - Header” from Low Severity alerts to reduce clutter and focus on actionable alerts. Updated alert layout to display request headers and body in separate sections, improving clarity and supporting more efficient alert investigation.

### Attack Analytics: Enhanced Attack Type Display with +X

Updated the Attack Analytics table and off-canvas panel to display the first attack type followed by +X when multiple attack types exist. Hovering shows a tooltip with additional attack types, and clicking +X opens the off-canvas panel on the Rule Triggered section. This provides a concise overview while maintaining easy access to detailed attack information.

<figure><img src="/files/ZLQay6Bhn9kQaSa3oMaA" alt=""><figcaption></figcaption></figure>

### Dashboard : Add Flag Icons to Top 10 Country Graphs

Enhanced the "Top 10 Attack Originating Countries" and "Top 10 User Originating Countries" graphs by adding small flag icons next to country names. This improves visual clarity and quick identification of countries while maintaining layout integrity and cross-browser compatibility.

<figure><img src="/files/hR1FIGp1Mwg7YBxYRukp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7k0cD3rWbSTKO1TMkTon" alt=""><figcaption></figcaption></figure>

### Dashboard : Domain Name Validation

Implemented validation for the domain\_name field in False Positive API requests to ensure that only existing domains in the database are accepted. This prevents invalid data entries and improves the accuracy and reliability of API operations.

### Dashboard : Dual Dashboard System for API Security Enabled Applications

Introduced a dual dashboard system allowing users to access both App Security and API Security dashboards for applications with API security enabled. Users can switch between views and set their preferred default, providing flexible access to multiple security perspectives.

<figure><img src="/files/0re9gjgL3FTMI3LD4fpj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w8a13qYmcD3pRZppXqhM" alt=""><figcaption></figcaption></figure>

### Dashboard : Empty State Message for Exceptions Table

Added a clear message (“No exceptions added yet”) when the exceptions table is empty. This improves user experience by providing context and feedback, preventing confusion when no data is available.

<figure><img src="/files/FcXNydh9EB1q18SlJROP" alt=""><figcaption></figcaption></figure>

### WAF Policies: Auto-Generated Names for Unnamed Rules in Activity Log

Ensures that rules created without a user-provided name are assigned an auto-generated name based on rule attributes. This name is consistently displayed in the custom WAF policies UI and logged in the activity log, improving traceability and rule identification.

### Attack page: Search Icons for Alert Types

Enhanced the Explore Attack page by adding search icons next to each alert type in the Show Details off-canvas. Clicking the icon allows users to quickly filter attacks of the same type, improving workflow efficiency and attack analysis.

<figure><img src="/files/fcUTH4VWxQv9s7a7SRr9" alt=""><figcaption></figcaption></figure>

### Dashboard: Display Application Version

Added visibility of the application version on the dashboard, allowing users to quickly identify the current running version for easier tracking, troubleshooting, and support reference.

<figure><img src="/files/iczXJyCuKuQYUysgVM0h" alt=""><figcaption></figcaption></figure>

### Explore Attacks: Enhanced CSV Download with Additional Data

Improved the CSV export on the Explore Attacks page by removing the non-informative Action column and adding additional data fields for richer insights. This enhancement ensures exported logs are more meaningful and useful for analysis and reporting.

### Explore Attacks: Filter Options in Additional Details Off-Canvas

Enhanced the Additional Details off-canvas by adding filter (funnel) icons to applicable fields. Users can now apply field-level filters without clearing existing filters, while the explore icon opens a new tab pre-filtered with the selected value. This improves flexibility and efficiency during attack investigation.

<figure><img src="/files/pmiKSyTodxChwgQgLVQ4" alt=""><figcaption></figcaption></figure>

### Traffic & Attacks : Dynamic Filter Dropdown Updates

Improved filter behavior on Traffic and Attack pages by dynamically refreshing filter dropdown options whenever filters are added or removed. This ensures only relevant and valid options are displayed based on the current dataset, providing a more accurate and consistent filtering experience.

<figure><img src="/files/Tt6aFb4rNMDRvjS4rbct" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/E7XjJXQ3HfT6yTgqZMT4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/i4yBkBuJGkBDoWbSO5WZ" alt=""><figcaption></figcaption></figure>

### Dashboard: Improved Data Table Stability and Maintainability

Enhanced the dashboard data handling to improve overall stability and consistency across the dashboard. This ensures smoother interactions, reliable data display, and easier future enhancements without impacting existing functionality.

### Dashboard: Terminology Update: Cluster to Region

Updated user-facing terminology across the dashboard by replacing “Cluster” with “Region” to improve clarity and align with product direction. This change enhances user understanding while keeping functionality unchanged, with the term “Cluster” retained only where technically relevant.

<figure><img src="/files/OnL0qi69esrrLvTGXuWZ" alt=""><figcaption></figcaption></figure>

### Known Limitations (If Any)

* This update does not introduce any known limitations and works as expected.

### Impact & Compatibility

* No customer action is required.
* This release is backward compatible with existing configurations.
* Existing rules, policies, and integrations remain unaffected.


# Release Notes v2.9.3

Build: v2.9.3 | Release Type: Enhancements | Published Date: 21 Jan 2026

### 1.Introduction

This release focuses on enhancing consistency, accuracy, and usability across the platform. These enhancements improve operational clarity and provide a more predictable and intuitive user experience.

### 2. Enhanced URL Allow list Handling

The URL allow list functionality has been enhanced to ensure consistent behavior across the platform.

Allow list actions now evaluate only the URI path, ensuring that the same endpoint is handled consistently even when accessed with different query parameters. This improvement provides a more predictable and streamlined allow list management experience across Traffic and Attack views.

<figure><img src="/files/itscBUcL8prA0c89mrw6" alt=""><figcaption></figcaption></figure>

#### Customer Impact

* Consistent allow list behavior for identical endpoints
* Improved accuracy when managing allowed URLs
* Reduced duplication and confusion caused by varying query strings

### 3. Standardized URI Path Filtering Across Views

Request filtering has been enhanced across the Attack and Traffic views to provide reliable and consistent results.

The platform now standardizes filtering, navigation, and data representation using the URI path. Labels and filter terminology have been updated to reflect this behavior across dashboards, tables, and exports.

Modules Impacted:

* Attack
* Traffic
* DDoS

<figure><img src="/files/f1CCcONfdA7BjSRyQNkn" alt=""><figcaption></figcaption></figure>

Fig. 1: Screenshot from Attack module

<figure><img src="/files/W1vVQUiu7klmGdkpn8yW" alt=""><figcaption></figcaption></figure>

Fig. 2: Screenshot from DDoS module

<figure><img src="/files/DIuv6Iixof05IiiNremR" alt=""><figcaption></figcaption></figure>

Fig. 3: Screenshot from the Traffic module<br>

### Customer Impact

* Accurate filtering based on selected URI paths
* Improved investigation and analysis workflows
* Consistent terminology across the user interface

### Overall Impact

* Improved dashboard clarity and data accuracy
* Consistent URI handling across UI
* Enhanced allow list reliability
* Better UX and reduced user confusion

## &#x20; <br>


# Release Notes v2.11.0

Build: v2.11.0 | Release Type: Minor | Published Date: 10 Feb  2026

## Introduction:

This release introduces new capabilities and enhancements designed to simplify configuration, improve observability, and provide greater operational flexibility on the Prophaze dashboard.

### New Features

#### 1.Custom SSL Certificate Upload and Automated CDN DNS Mapping

The Prophaze dashboard now supports direct upload of custom SSL certificates along with automated CDN DNS configuration.

#### Key highlights:

* Secure upload and management of custom SSL certificates directly from the dashboard.
* Automatic domain mapping to the CDN upon configuration, eliminating manual DNS steps.

<figure><img src="/files/S2JdRo2rajeKIzgo9I7h" alt=""><figcaption></figcaption></figure>

Figure 1: Option for secure upload

<br>

* Centralized visibility of CDN DNS details through a dedicated CDN DNS Settings section.

<br>

<figure><img src="/files/pIFewc9AwHsJxt47VAOi" alt=""><figcaption></figcaption></figure>

Figure 2: Uploaded SSL certificate&#x20;

#### Key Benefits:

* Simplified SSL and CDN setup process
* Faster deployment with reduced configuration overhead
* Improved visibility and management of CDN configurations

### 2.To enhance troubleshooting and request traceability, Request ID support has been added to log views and search functionality.

#### Key highlights:

* Request IDs are now displayed within detailed views for both Traffic and Attack logs.

<figure><img src="/files/cbYAEM6mHwXT8MSjgztD" alt=""><figcaption></figcaption></figure>

Figure 3: Traffic Details Page<br>

<figure><img src="/files/diiowrc71zQUg06oMWRt" alt=""><figcaption></figcaption></figure>

Figure 4: Attack Details Page

* Log entries can be searched directly using a Request ID across both log types.

#### Key Benefits:

* Faster investigation of specific requests
* Improved correlation between traffic activity and security events
* Enhanced operational visibility

## Changes:&#x20;

#### 1.Expanded Proxy Connection Timeout Configuration

Validation rules for proxy connection timeout settings have been updated to provide greater flexibility.

#### Key highlights:

* The minimum configurable proxy connection timeout has been reduced to 1 second.

<figure><img src="/files/BzgqGmsjcQsZ1TpNzCXj" alt=""><figcaption></figcaption></figure>

Figure 5: Connect Timeout field

<br>

<figure><img src="/files/AKqfkLf74HWpYuwdpIhj" alt=""><figcaption></figcaption></figure>

Figure 6: Mandatory message alert to enter the right value

* The default timeout value remains unchanged.

#### Key Benefits:

* Greater control over timeout behavior
* Improved adaptability for performance-sensitive and custom deployment scenarios

<br>


# Release Notes v3.0.0

Build: v3.0.0 | Release Type: Major | Published Date: 10 March 2026

## Overview:&#x20;

We are pleased to announce the release of Version 3.0.0. This release introduces two new features aimed at improving user management and collaboration within the organization. In addition, the release includes general bug fixes and minor improvements to enhance overall stability and user experience.

### Highlights of this release:

* Introduction of Roles and Permissions to manage user access more effectively.
* Addition of Organization Management to enable better collaboration and structured account management.
* General bug fixes and improvements to ensure a smoother and more reliable experience.

## New Features

### 1. Roles and Permissions

Roles and permissions have been introduced across the application to improve access management.

Two roles are currently available:

* Admin  -  Provides full access to all features and settings within the application.
* Read-only  -  Allows users to view information and resources without making any changes.

This update helps to ensure that users have appropriate access based on their responsibilities.

### 2. Organization Management

The Dashboard now supports organization-based management to imp1rove collaboration and resource management.

#### Key highlights:

* Organization Accounts  -  Resources and settings are now managed under an organization rather than individual users.

<figure><img src="/files/mS6MmQTuHfwBfWCwGecQ" alt=""><figcaption></figcaption></figure>

* User Collaboration  -  Admins of the organization can invite multiple users to work together within the same organization.

<figure><img src="/files/YNKVB5jlqygeylbGo9tO" alt=""><figcaption></figcaption></figure>

* Role Assignment  -  Invited users can be assigned roles such as Admin or Read-only to control their level of access.

<figure><img src="/files/weEvMp1QiBjjRWSZVYdt" alt=""><figcaption></figcaption></figure>

This enhancement makes it easier for teams to manage users, collaborate effectively, and maintain structured access control.

<br>

<br>


# API Security Features of Prophaze

APIs (Application Programming Interfaces) are essential for integrating different systems and applications. However, they are prime targets for cyberattacks, making API security a critical concern. Prophaze provides advanced security features to ensure your APIs remain secure, efficient, and compliant with modern security standards. Below is a detailed explanation of how Prophaze secures APIs and protects sensitive data.

## Comprehensive API Monitoring

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfOG1mH4j9KFlq0kQB5qTGEIKnRjg6yZcjVLKtmMLeJm1K40j-fHbH0kLLVCCaozDtB0fC9xbeTdQuKWnF-SdNzjLzoTwiqhgx5NYhBe5IA8ud3umz20CyGL3VCiLCYos5ABI-3wQ?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

APIs (Application Programming Interfaces) are a critical component of modern digital ecosystems, enabling seamless communication between applications, services, and users. However, they also represent a significant attack vector for cyber threats. Prophaze provides Comprehensive API Monitoring to ensure complete visibility, security, and control over your API landscape. This feature helps organizations detect anomalies, prevent security breaches, and maintain optimal API performance.

### Key Aspects of API Monitoring

#### 1. Total API Endpoints

Prophaze continuously monitors all APIs currently in use within your environment. This includes both public and internal APIs. By maintaining a real-time inventory of all API endpoints, Prophaze helps organizations:

* Understand the full scope of their API exposure.
* Identify critical API dependencies.
* Ensure proper governance of all active API services.

#### 2. Newly Discovered Endpoints

With the rapid evolution of applications, new APIs are frequently deployed. Prophaze identifies and tracks any newly added or unknown APIs within the system, ensuring that:

* Security teams are aware of all API changes.
* Compliance and regulatory requirements are met by maintaining an up-to-date API inventory.

This feature helps mitigate the risk of API sprawl, which can lead to undocumented and potentially insecure APIs being left exposed.

#### 3. Malicious and Suspicious Requests

APIs are often targeted by cyber threats such as:

* SQL Injection – Attackers attempt to execute malicious database queries.
* Cross-Site Scripting (XSS) – Malicious scripts are injected into API responses.
* API Abuse & Bots – Automated bots attempt to exploit APIs.
* Credential Stuffing – Attackers use leaked credentials to gain unauthorized access.
* DDoS Attacks – Large-scale traffic floods APIs to cause service disruption.

Prophaze continuously analyzes incoming requests to detect and block such threats in real time, ensuring APIs remain secure from unauthorized access and exploitation.

#### 4. API Traffic Analysis

Prophaze monitors API traffic patterns to detect anomalies in real-time. This includes:

* Baseline Normal Traffic: Establishing a baseline of normal API usage.
* Anomalous Behavior Detection: Identifying unusual spikes or drops in traffic.
* Rate Limiting Enforcement: Preventing excessive requests that may indicate abuse or attack attempts.
* Geolocation & User-Agent Tracking: Analyzing request sources for potential threats.

By leveraging advanced analytics and AI-driven detection mechanisms, Prophaze ensures that API traffic remains secure and optimal.

### Why Comprehensive API Monitoring Matters

* Real-Time Threat Detection: Identify and mitigate security threats as they occur.
* Improved API Governance: Gain full visibility over all API endpoints.
* Enhanced Compliance: Maintain an up-to-date inventory for regulatory compliance.
* Optimized Performance: Prevent abuse and ensure APIs function efficiently.

By implementing Comprehensive API Monitoring, organizations can proactively secure their APIs, ensuring data integrity, performance optimization, and protection against evolving cyber threats.

<br>

<br>


# API security scoring

API security scoring is a methodology used to evaluate the security and performance of APIs. This scoring mechanism assigns a health score (out of 100) to APIs based on multiple factors. The purpose of API security scoring is to ensure that APIs are secure, reliable, and perform efficiently. A higher score signifies a well-secured and high-performing API, whereas a lower score indicates potential vulnerabilities and performance bottlenecks.

\ <br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdBTY9KjYsO67AVlR7BUpXiK_wUlHIYc7oAqjFOcB-1Vhc5iuj44P5vc0OFh07mibcvGA_XuFAWiuEuqWIsXRAyf4jqsdTvrjecSxDtwBO8rCjBWY_GMj8ASmdXsOtiNCwGNkyNcw?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

### API Score Calculation

The API score is determined based on the following key parameters:

#### 1. Response Time

* Definition: Measures how quickly an API responds to requests.
* Impact on Score: Faster response times contribute to a higher API security score, while slower response times lower the score.
* Best Practices:

1. Optimize backend processing.
2. Use caching mechanisms.
3. Reduce unnecessary computations in API responses.

#### 2. Error Ratio

* Definition: Represents the frequency of errors encountered by the API.
* Impact on Score:
* A high ratio of error codes (4xx, 5xx) negatively affects the score.
* A lower error rate (higher percentage of 200 status codes) improves the score.
* Best Practices:

1. Implement proper error handling.
2. Reduce server crashes by optimizing code and database queries.Conduct regular API testing and monitoring.

#### 3. HTTPS Support

* Definition: Ensures secure encrypted communication between clients and the API.
* Impact on Score: APIs using HTTPS receive a higher score, while those using HTTP are penalized.
* Best Practices:
* Enforce HTTPS for all API endpoints.
* Obtain valid SSL/TLS certificates.
* Regularly update and renew certificates.

#### 4. Content Encoding

* Definition: Ensures that responses maintain data integrity and security.
* Impact on Score: Incorrect or missing content encoding lowers the score.
* Best Practices:

1. Ensure proper response content-type headers (e.g., application/json, application/xml).
2. Avoid returning responses with incorrect content types such as text/html unless explicitly needed.


# Host-Based API Quality Score

A quality score is assigned to an API host, independent of individual API endpoints. This score considers various metrics to evaluate the overall reliability and security of the host.

#### 1. Response Content Type (JSON/XML)

* Definition: Evaluates the format of API responses.
* Impact on Score:

1. JSON and XML are preferred response formats.
2. Responses with invalid formats (e.g., text/html when JSON is expected) negatively impact the score.

* **Best Practices:**

1. Ensure proper response content-type headers (e.g., application/json, application/xml).
2. Avoid returning HTML or unstructured text in API responses.

#### 2. Number of Error Codes vs. 200 Status Codes

* Definition: Measures the ratio of unsuccessful (4xx, 5xx) to successful (200) responses.
* Impact on Score:

1. A higher number of error responses reduces the score.
2. A higher success rate (200 responses) contributes positively.

**Best Practices:**

1. Monitor and reduce API failures
2. Implement meaningful error messages and exception handling.
3. Improve API stability by reducing downtime.

#### 3. Average Response Time

* Definition: Assesses how quickly an API responds to requests.
* Impact on Score:

1. Responses exceeding the defined threshold lower the score.
2. Faster responses contribute to a higher score.

* **Best Practices:**

1. Optimize database queries.
2. Implement caching strategies.
3. Minimize unnecessary API calls.

#### 4. Average Content Length

* Definition: Evaluates the size of API responses.
* Impact on Score:

1. Large response sizes exceeding the threshold reduce the score.
2. Optimized, minimal responses contribute positively.

* **Best Practices**:

1. Avoid excessive data in API responses.
2. Use pagination for large datasets.
3. Compress responses when applicable.

#### 5. HTTPS Traffic

* Definition: Determines whether the API enforces secure communication.
* Impact on Score:

1. API traffic using HTTPS gains a higher score.
2. HTTP-only APIs are penalized due to security risks.

* **Best Practices:**

1. Implement HTTPS enforcement at the level.
2. Use HSTS (HTTP Strict Transport Security) to force secure connections.
3. Regularly audit SSL/TLS configurations.

## Protecting API Endpoints

**Endpoints At Risk**\
API endpoints are crucial access points for your application. Malicious or suspicious attempts to exploit these endpoints can jeopardize the security of your entire system. For instance, specific APIs like /api/v3/pet/1 may become targets for attackers attempting to bypass security measures. Understanding which endpoints receive malicious requests helps you identify potential vulnerabilities early on.

**Resource-Heavy Endpoints**\
Certain API endpoints can be resource-intensive, leading to performance bottlenecks. These endpoints may experience high response times or large content lengths, which can indicate that they are handling resource-heavy backend operations. Monitoring the performance of these endpoints provides insights into which parts of the application are putting the most strain on your resources, helping you optimize both security and performance.

**Why This Matters**\
By knowing which API endpoints are at risk or are resource-heavy, you can take proactive steps to improve their security and performance. Securing vulnerable endpoints and optimizing those that consume excessive resources helps maintain the integrity and responsiveness of your system, ensuring a smooth user experience while minimizing exposure to threats.

***

## Threat Detection and Prevention

**Real-Time Threat Detection**\
Prophaze's threat detection capabilities are designed to identify malicious activities in real-time. Key threats such as SQL injection, cross-site scripting (XSS), and brute force attacks are detected as they occur, allowing for immediate action to prevent damage. A bar chart displaying the top 10 types of attacks helps visualize the most common and concerning threats in your environment.

**Latest Attack Examples**

* SQL Tautologies Attack: SQL injection attacks, like tautologies, exploit vulnerabilities in database queries. Attackers manipulate queries to return true for any condition, allowing unauthorized access or data manipulation. An example of such an attack originating from IP addresses in Thailand was flagged and successfully blocked, demonstrating the system’s real-time response capabilities.
* Geographical Attack Mapping: Prophaze also provides geographical attack mapping, allowing you to track where attacks are originating from globally. This feature is invaluable for taking targeted actions, such as blocking traffic from suspicious regions or investigating threats more closely based on their geographical origin.

**Why This Matters**\
Real-time threat detection is essential for stopping attackers before they can cause significant harm. By detecting malicious activities as they happen, you ensure that your system is always protected, minimizing the potential for data breaches or other security incidents. The geographical mapping feature further empowers your team to make informed decisions about where to focus efforts for better security and risk mitigation.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeElgpRwBlEPurkLOKEhZnnxk-lm2svGMy4kdBwtYN5JkhJosAw9BO5H1gqENhpaaNzDo4f-Ko8E_l76QMJTLAEDE1KDBm87P_tfGFamQSfM0ToUU_UNKryqyT-560M-BS8Ddzg?key=JNNncIHiGfgDp-np0-4Hq9lR)

<br>

## API Analytics and Reporting

Traffic Comparison\
A comprehensive traffic comparison graph provides insights into the fluctuations in normal and suspicious traffic over time. By visualizing these trends, you can spot anomalies and potential threats that deviate from typical traffic patterns. This comparison helps you track when malicious activity spikes, enabling your security team to respond swiftly to unusual behavior and mitigate any risks before they escalate.

Error Codes Analysis\
The error codes analysis is crucial for identifying problems and possible attacks within your system. A time series graph presents the error rate for a specific host, based on traffic logs that contain error status codes such as:

* 404: Endpoint Not Found: Occurs when users or attackers attempt to access an invalid or non-existent endpoint.
* 500: Server Error: Typically indicates an issue on the server-side, such as an unhandled exception or misconfiguration.
* 403: Access Denied: Indicates a failed attempt to access a resource without proper authentication or authorization.

By monitoring these error rates, you can uncover issues with the system’s stability or security, helping you address potential threats like misconfigurations, unauthorized access attempts, or performance degradation.

Recently Discovered Endpoints\
This report shows newly identified APIs and their discovery dates, with the data filtered to include only those endpoints found within the last 7 days. This feature helps you keep track of any newly added or hidden endpoints, ensuring that any exposed vulnerabilities are addressed in a timely manner. By continuously monitoring and identifying new endpoints, you can stay ahead of potential risks and ensure the integrity of your entire API infrastructure.

**Why This Matters**\
API analytics and reporting provide invaluable insights that help optimize your infrastructure. By monitoring traffic trends, error codes, and newly discovered endpoints, you can proactively identify and resolve security vulnerabilities, improving overall system stability and performance. These insights enable your team to take informed actions, ensuring the protection of your resources and a seamless user experience.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcqQ0rMEghHa0u5MxnHv3gAVoJXnxScB7u-FoxabCZcUJgPUXugvrNnNb5hF98IWJRAZpoUu_zYnXM74rol31sS8sgSgaN_drS6YL3UM2YU5eYxpuSe6S0kS5EFHp_RDULT74d1Mg?key=JNNncIHiGfgDp-np0-4Hq9lR)

#### 7. Advanced API Security Features

Base URI Management\
Base URI management allows you to specify the root address of your API (e.g., /api/v1). This feature helps you focus protection on specific sections of your application rather than applying blanket security measures across the entire API. By managing base URIs, you can more efficiently allocate resources and apply targeted security controls to the most sensitive or critical parts of your API.

**HTTPS Support**\
To ensure secure communication between your APIs and users, HTTPS support encrypts the data exchanged between the client and the server. This encryption protects against eavesdropping, man-in-the-middle attacks, and tampering, making it a crucial feature for securing sensitive data and safeguarding user privacy.

**Dynamic Threat Detection**\
Leveraging artificial intelligence (AI) and machine learning (ML), dynamic threat detection analyzes historical data to detect anomalies in API usage patterns. By continuously learning from usage trends and evolving threats, this feature can identify unusual activity that may indicate a security breach. This proactive approach allows for the early detection of potential vulnerabilities and ensures real-time protection against emerging threats.

**Why This Matters**\
These advanced security features not only protect your APIs but also optimize their security and efficiency. By focusing on specific sections of your API with base URI management, ensuring encrypted communication with HTTPS, and using AI-driven dynamic threat detection, you can significantly enhance the robustness of your security posture and minimize the risk of data breaches or attacks.

***

## Key Highlights

* Automatic Discovery: Prophaze ensures that even hidden APIs are identified and secured, helping you maintain visibility over your entire API infrastructure, regardless of how obscure or private the endpoints may be.
* Real-Time Attack Mitigation: The system proactively stops attacks like SQL injections as they happen, preventing any damage or exploitation in real-time.
* Enhanced API Visibility: Gain deep insights into your API’s traffic, usage patterns, and performance, allowing for better decision-making and optimization.

Comprehensive Reports: With visual dashboards and detailed logs, Prophaze simplifies tracking and compliance by providing easy-to-understand data and actionable insights into your API's security status.


# How to Enable API Security and Dashboard

## 1.To enable API security and configure the settings in Prophaze, follow these steps:

1. Login Process
   1. Navigate to Applications Settings
   2. Log in to the Prophaze Dashboard.
   3. Go to Settings > Applications. You will be presented with a list of applications hosted under Prophaze.
2. Enable API Security
3. Configuration
   * Select the application you want to configure.
   * Follow the prompts to enable API security, ensuring that your APIs are adequately protected with the latest security measures, including dynamic threat detection and HTTPS support

## 2. Configure API Security for an Application

**1. Locate the Desired Application**

* First, locate the application you want to configure (e.g., petstore1.kubewaf.com) in the Prophaze dashboard.

**2. Edit Application Settings**

* Click on the Pencil Tool next to the application to edit its settings.

**3. Enable API Security**

* Toggle the Enable API Security option to activate API protection for the selected application. This ensures that the necessary security measures, such as dynamic threat detection, are applied to safeguard your APIs.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXctfuwo5scf_nMucNkDZm8krebSBnhk_DpLFj0W_BuLupBo5JNaWftyeQWxgriU7p-HOzXrm10Zxaq9xXr4FI5B_Er66V2MWITJ08lYHWvy3mQDBoDJ2qCUsHzEcbzuTEdkF1RyDA?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfwQLjpoCKaeUlXbAOrKMgMZsICENLFP_CM76s1eIndSkptCtrPvu6UwqMAon4AHQ8LQuxhZCwbQ6L7SgFNRNPyohLqqbbpq-WgVI_RNpJIbxisdtmBOtL0hyNMAIApoKLmVXeZDg?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

## Configure Base URIs

**What is a Base URI?**\
A Base URI is the root address of your API. It serves as the starting point for all API requests. By specifying a Base URI, you can define the scope of the protection that applies to specific parts of your application.

**Example Base URIs:**

* /api/v3/user
* /api/v3/pet

**How to Add Base URIs:**

1. Enter the specific Base URI for your application (e.g., /api/v3/user).
2. Click the Add button to include multiple URIs.
3. Example: Add /api/v3/user and /api/v3/pet to secure these endpoints specifically.
4. If you're unsure which Base URI to use, leave this field empty to cover all API requests.

**Why Base URIs Matter:**

* By specifying specific Base URIs, you ensure that only requests matching these paths are processed by the API security engine.
* This allows for fine-grained control over which API endpoints are protected, ensuring more efficient processing by limiting the scope of security measures to the most relevant traffic.

***

## 3. Enable API Dashboard

1\. Toggle the Enable API Dashboard Option

* Enable the API Dashboard by toggling the option to switch to the enhanced analytics view.

API Analytics Dashboard Features:

* Real-Time Insights: Get real-time data on API performance, helping you track usage and detect issues immediately.
* Detailed Traffic Analysis: The dashboard shows detailed analysis of traffic, including identifying suspicious and malicious requests.
* Enhanced Reporting & Monitoring: The new dashboard provides more robust reporting and monitoring features compared to the legacy dashboard, offering greater visibility into your API’s health and security.

***

## 4. Review and Save Settings

After entering the required Base URIs and enabling the API Dashboard, click Save to finalize the configuration and complete the onboarding process.

***

<br>


# API Security Section

The API Security Section in the Prophaze dashboard provides a detailed view of your application’s API endpoints, their activity, and security status. This section is designed to help you secure your APIs, monitor traffic, and analyze potential threats in real-time.

***

## 1. Dashboard Overview

* Total API Endpoints: Displays the total number of APIs being monitored, such as "16 endpoints."
* Total API Requests: Tracks the total number of API requests processed in the last 24 hours, for example, "2 requests."

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcDPKhDQ84ABu9-TVO3S2HOLSdm7vb3Qdlejx35EjeE13ebUJ8EONQtQh-WMsHG6Q3aBBNC_eemu1nDlEFfBjk-js0V-SkEL8Dpy67L5xXG7PEpPmu-jtFZ-c-NnElmbXFsbDcGJQ?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

<br>

## 2. Endpoint List

**Purpose**\
The Endpoint List provides a comprehensive, detailed table of all detected API endpoints and their configurations. This feature allows you to view key information for each endpoint, enabling easier management and security of your APIs.

For each endpoint, the following details are available:

* Method: The HTTP method used for the API request, such as GET, POST, PUT, DELETE, etc.
* URI: The API path that defines the resource, for example, /api/v3/user, /api/v3/pet/findByStatus.
* Action: Available options to configure, monitor, or secure the endpoint. These actions let you manage and protect each API endpoint as necessary.

***

**Example Endpoints:**

1. DELETE /api/v3/user/ww
2. Purpose: Deletes a user with the identifier "ww."

   Action: Typically configured for deletion operations. You can monitor and apply security measures to prevent unauthorized access or accidental deletions.
3. GET /api/v3/pet/findByStatus
4. Purpose: Fetches pets based on their status (e.g., available, sold, or pending).

   Action: Allows fetching data from the system. Monitoring usage of such endpoints is crucial for ensuring it isn't used inappropriately or excessively.
5. POST /api/v3/user/createWithList
6. Purpose: Creates a user with a list of attributes.

   Action: Monitors the creation of new users and ensures secure handling of the input data, protecting against threats like data injection or misuse.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcg8s8RDfd1eYF8icywCIvyo58Jh3qGIEJDhWhlmhu8nBBpREKJtDAjNes-sCtn14t4JAJMSIOoWP6283_J3vhVeDNGlP8EhCVR3uZ2YgXM9UeLPJS2WYclurGCXmfx2VsPEUAqYw?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

## 3. Endpoint Overview

The Endpoint Overview section provides a comprehensive breakdown of each API endpoint, helping you monitor its performance and security. This detailed view allows you to manage and optimize your APIs more effectively while safeguarding them from potential threats.

***

**Endpoint Details:**

* URI\
  The URI (Uniform Resource Identifier) is the specific address of the API endpoint. For example, /api/v3/pet/findByStatus defines the path for fetching pets based on their status. This identifier helps you pinpoint the exact location of each API within your application.
* Endpoint Method\
  The HTTP method used by the endpoint indicates the action being performed. Common methods include:
* GET: Retrieves data from the API.
* POST: Sends data to the server, often for creating or updating resources.
* DELETE: Removes a resource from the system.
* PUT: Updates an existing resource.
* Headers\
  This section displays any custom headers that are required for the endpoint. These could include authorization tokens, content types, or other metadata needed for proper request handling.
* Query Parameters\
  Query Parameters are optional parameters appended to the URI that can alter the API’s response. For example, a status query parameter could be used to filter results, such as showing only pets that are available or sold.
* Body Parameters\
  For POST or PUT requests, Body Parameters refer to the data sent in the body of the request. These parameters typically contain the details necessary to create or modify a resource, such as user information or pet attributes.
* Endpoint Traffic\
  Endpoint Traffic tracks the total number of requests made to the API endpoint over a specific period, such as the last 24 hours. This metric helps you understand the usage patterns of the endpoint and identify any traffic anomalies or overloads.
* Endpoint Attacks\
  The Endpoint Attacks section shows whether any malicious activities or security threats have been detected targeting the endpoint. This helps you monitor and respond to attacks, such as SQL injections or brute-force attempts, ensuring the endpoint remains secure.

  <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfmbZa2Ua7ckd11P_1sYba2dbwJirGoR3ugiyvmdasNIx1cOV5OTzp2mGHqh934GU7vlGdBY6VrbtLUv8fwwNykaxphpTW23AHrNXrDzbTUSttK1WqGLE7-aUqPnvRwtzY9KKqI?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

<br>

## 4. Analytics Sections

Analytics tools offer a comprehensive way to monitor and secure your APIs in real-time, enabling you to identify patterns and threats effectively. Here's how each tool contributes to the security and performance of your endpoints:

***

## Analytics Tools:

* Attack Analytics\
  Provides a visual representation of attack patterns targeting specific APIs, updated for the last 24 hours. This helps you visualize threats such as SQL injections, DDoS attacks, or brute force attempts, allowing you to take timely actions to protect your endpoints.
* Traffic Analytics\
  Tracks the traffic flow to the API and identifies anomalies over time. This feature helps detect unexpected spikes in traffic or unusual usage patterns that might indicate malicious behavior or system overloads.
* Top IP Addresses\
  Displays the most active IP addresses interacting with the API. This can help you identify sources of excessive requests and suspicious activity, providing insight into potential threats or abusive behavior.
* Top Countries\
  Shows the geographic regions generating the most API requests. This allows you to analyze traffic patterns and detect whether unusual amounts of traffic are coming from specific regions, potentially signaling an attack or misuse from certain locations.
* Status Codes\
  Displays the response status codes returned by the API (e.g., 200, 400, 404). Monitoring status codes helps you identify broken endpoints (404 errors), unauthorized access (401 errors), or server-side issues (500 errors) that could indicate attacks or other problems.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdX4cZDlt1w-H6kQptDsjsVWdWT7PgoKqSkh8iFJSZGjTUuBx3IYqBAZjRTtfLHM_ZJf-wJlIkhrGV5h42Sb3JBQfQMGU-yN7cLOMMbxMLaICjpamgrGBwCN3YBXqdd9dH17P4I2w?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

<br>

## 5. Key Features

#### Headers, Query Parameters, and Body Parameters

* This section provides insights into the inputs used for each API call, including headers, query parameters, and body parameters, which are essential for securing and validating requests.
* Example: Query Parameter: The status parameter for /api/v3/pet/findByStatus determines which pets to fetch based on their status (e.g., available, sold, etc.).

#### Attack Insights

* Tracks malicious activities targeting APIs, showing whether an endpoint has been targeted by attacks. For example, a report may show "0 attacks" on a particular endpoint, which helps you identify vulnerabilities and take preventive measures before issues arise.

#### Traffic Analysis

* Provides real-time data on legitimate and malicious traffic interacting with APIs. This helps you analyze traffic trends and take corrective actions, such as blocking abusive IP addresses or limiting traffic from suspicious sources.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdvEqYw-jmwBNwSCNH-0BmgmScTZyVjtV6a8Orec0XZ4Ulj1GJbHOjBulL1en8d0mjEcYWM_HPv_ZWKYTYETrqE3cdRCfFtdPKPY_HencsCZfe3m5DUib-_eP7AuakWGUsw07awTg?key=JNNncIHiGfgDp-np0-4Hq9lR" alt=""><figcaption></figcaption></figure>

<br>

## 6. Use Case Example

#### **GET /api/v3/pet/findByStatus**

● Purpose: Fetches a list of pets filtered by their status.

● Traffic & Security:

○ Endpoint Traffic: Shows how many requests are being made to this endpoint.

○ Endpoint Attacks: Tracks if this endpoint has been targeted by attackers.

● Analytics: Administrators can monitor which IPs are accessing the API and where the traffic is coming from.

## 7. Benefits of the API Security Section

● Comprehensive Monitoring: Provides complete visibility into API traffic and activity.

● Enhanced Security: Monitors potential threats and helps protect APIs against vulnerabilities.

● Actionable Insights: Offers detailed analytics and logs for real-time decision-making.

Prophaze’s API Security solution is designed to provide end-to-end protection for your APIs. From real-time monitoring and attack prevention to detailed analytics and reporting, Prophaze ensures that your API infrastructure is secure, efficient, and ready to handle modern threats.

<br>


# CVE-2025

<table><thead><tr><th width="154.4000244140625">CVE</th><th width="331.39996337890625">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2025-27218</td><td>Sitecore Experience Manager (XM) and Experience Platform (XP) 10.4 before KB1002844 allow remote code execution through insecure deserialization.</td><td><a href="https://www.exploit-db.com/exploits/52344">https://www.exploit-db.com/exploits/52344</a></td></tr><tr><td>CVE-2025-49132</td><td>Pterodactyl is a free, open-source game server management panel. Prior to version 1.11.11, using the /locales/locale.json with the locale and namespace query parameters, a malicious actor is able to execute arbitrary code without being authenticated. With the ability to execute arbitrary code it could be used to gain access to the Panel's server, read credentials from the Panel's config, extract sensitive information from the database, access files of servers managed by the panel, etc. This issue has been patched in version 1.11.11. There are no software workarounds for this vulnerability, but use of an external Web Application Firewall (WAF) could help mitigate this attack.</td><td><a href="https://www.exploit-db.com/exploits/52341">https://www.exploit-db.com/exploits/52341</a></td></tr><tr><td>CVE-2025-49113</td><td>Roundcube Webmail before 1.5.10 and 1.6.x before 1.6.11 allows remote code execution by authenticated users because the _from parameter in a URL is not validated in program/actions/settings/upload.php, leading to PHP Object Deserialization.</td><td><a href="https://www.exploit-db.com/exploits/52324">https://www.exploit-db.com/exploits/52324</a></td></tr><tr><td>CVE-2025-45542</td><td>SQL injection vulnerability in the registrationform endpoint of CloudClassroom-PHP-Project v1.0. The pass parameter is vulnerable due to improper input validation, allowing attackers to inject SQL queries.</td><td><a href="https://www.exploit-db.com/exploits/52314">https://www.exploit-db.com/exploits/52314</a></td></tr><tr><td>CVE-2025-3605</td><td>The Frontend Login and Registration Blocks plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 1.0.7. This is due to the plugin not properly validating a user's identity prior to updating their details like email via the flr_blocks_user_settings_handle_ajax_callback() function. This makes it possible for unauthenticated attackers to change arbitrary user's email addresses, including administrators, and leverage that to reset the user's password and gain access to their account.</td><td><a href="https://www.exploit-db.com/exploits/52291">https://www.exploit-db.com/exploits/52291</a></td></tr><tr><td>CVE-2025-2011</td><td>The Slider &#x26; Popup Builder by Depicter plugin for WordPress is vulnerable to generic SQL Injection via the ‘s' parameter in all versions up to, and including, 3.6.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.</td><td><a href="https://www.exploit-db.com/exploits/52285">https://www.exploit-db.com/exploits/52285</a></td></tr><tr><td>CVE-2025-46041</td><td>A stored cross-site scripting (XSS) vulnerability in Anchor CMS v0.12.7 allows attackers to inject malicious JavaScript via the page description field in the page creation interface (/admin/pages/add).</td><td><a href="https://www.exploit-db.com/exploits/52327">https://www.exploit-db.com/exploits/52327</a></td></tr><tr><td>CVE-2025-29306</td><td>An issue in FoxCMS v.1.2.5 allows a remote attacker to execute arbitrary code via the case display page in the index.html component.</td><td><a href="https://www.exploit-db.com/exploits/52267">https://www.exploit-db.com/exploits/52267</a></td></tr><tr><td>CVE-2025-5298</td><td>A vulnerability, which was classified as critical, was found in Campcodes Online Hospital Management System 1.0. Affected is an unknown function of the file /admin/betweendates-detailsreports.php. The manipulation of the argument fromdate/todate leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.</td><td><a href="https://www.exploit-db.com/exploits/52312">https://www.exploit-db.com/exploits/52312</a></td></tr><tr><td>CVE-2025-46822</td><td>OsamaTaher/Java-springboot-codebase is a collection of Java and Spring Boot code snippets, applications, and projects. Prior to commit c835c6f7799eacada4c0fc77e0816f250af01ad2, insufficient path traversal mechanisms make absolute path traversal possible. This vulnerability allows unauthorized access to sensitive internal files. Commit c835c6f7799eacada4c0fc77e0816f250af01ad2 contains a patch for the issue.</td><td><a href="https://www.exploit-db.com/exploits/52304">https://www.exploit-db.com/exploits/52304</a></td></tr><tr><td>CVE-2025-32370</td><td>Kentico Xperience before 13.0.178 has a specific set of allowed ContentUploader file extensions for unauthenticated uploads; however, because .zip is processed through TryZipProviderSafe, there is additional functionality to create files with other extensions. NOTE: this is a separate issue not necessarily related to SVG or XSS.</td><td><a href="https://www.exploit-db.com/exploits/52290">https://www.exploit-db.com/exploits/52290</a></td></tr><tr><td>CVE-2025-24893</td><td>XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Any guest can perform arbitrary remote code execution through a request to <code>SolrSearch</code>. This impacts the confidentiality, integrity and availability of the whole XWiki installation. To reproduce on an instance, without being logged in, go to <code>&#x26;lt;host&#x26;gt;/xwiki/bin/get/Main/SolrSearch?media=rss&#x26;text=%7D%7D%7D%7B%7Basync%20async%3Dfalse%7D%7D%7B%7Bgroovy%7D%7Dprintln%28"Hello%20from"%20%2B%20"%20search%20text%3A"%20%2B%20%2823%20%2B%2019%29%29%7B%7B%2Fgroovy%7D%7D%7B%7B%2Fasync%7D%7D%20</code>. If there is an output, and the title of the RSS feed contains <code>Hello from search text:42</code>, then the instance is vulnerable. This vulnerability has been patched in XWiki 15.10.11, 16.4.1 and 16.5.0RC1. Users are advised to upgrade. Users unable to upgrade may edit <code>Main.SolrSearchMacros</code> in <code>SolrSearchMacros.xml</code> on line 955 to match the <code>rawResponse</code> macro in <code>macros.vm#L2824</code> with a content type of <code>application/xml</code>, instead of simply outputting the content of the feed.</td><td><a href="https://www.exploit-db.com/exploits/52136">https://www.exploit-db.com/exploits/52136</a></td></tr><tr><td>CVE-2025-31131</td><td>YesWiki is a wiki system written in PHP. The squelette parameter is vulnerable to path traversal attacks, enabling read access to arbitrary files on the server. This vulnerability is fixed in 4.5.2.</td><td><a href="https://www.exploit-db.com/exploits/52135">https://www.exploit-db.com/exploits/52135</a></td></tr><tr><td>CVE-2025-2294</td><td>The Kubio AI Page Builder plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.5.1 via thekubio_hybrid_theme_load_template function. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.</td><td><a href="https://www.exploit-db.com/exploits/52125">https://www.exploit-db.com/exploits/52125</a></td></tr><tr><td>CVE-2025-29471</td><td>Cross Site Scripting vulnerability in Nagios Log Server v.2024R1.3.1 allows a remote attacker to execute arbitrary code via a payload into the Email field.</td><td><a href="https://www.exploit-db.com/exploits/52117">https://www.exploit-db.com/exploits/52117</a></td></tr><tr><td>CVE-2025-2126</td><td>A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla and classified as critical. This issue affects some unknown processing of the file /extensions/realestate/index.php/properties/list/list-with-sidebar/realties of the component GET Parameter Handler. The manipulation of the argument title leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/52089">https://www.exploit-db.com/exploits/52089</a></td></tr><tr><td>CVE-2025-0868</td><td><p>A vulnerability, that could result in Remote Code Execution (RCE), has been found in DocsGPT. Due to improper parsing of JSON data using eval() an unauthorized attacker could send arbitrary Python code to be executed via /api/remote endpoint.</p><p>This issue affects DocsGPT: from 0.8.1 through 0.12.0.</p></td><td><a href="https://www.exploit-db.com/exploits/52145">https://www.exploit-db.com/exploits/52145</a></td></tr><tr><td>CVE-2025-24813</td><td><p>Path Equivalence: 'file.Name' (Internal Dot) leading to Remote Code Execution and/or Information disclosure and/or malicious content added to uploaded files via write enabled Default Servlet in Apache Tomcat.</p><p>This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.2, from 10.1.0-M1 through 10.1.34, from 9.0.0.M1 through 9.0.98.</p><p>If all of the following were true, a malicious user was able to view security sensitive files and/or inject content into those files: - writes enabled for the default servlet (disabled by default)</p><ul><li>support for partial PUT (enabled by default)</li><li>a target URL for security sensitive uploads that was a sub-directory of a target URL for public uploads - attacker knowledge of the names of security sensitive files being uploaded - the security sensitive files also being uploaded via partial PUT</li></ul><p>If all of the following were true, a malicious user was able to perform remote code execution:</p><ul><li>writes enabled for the default servlet (disabled by default) - support for partial PUT (enabled by default) - application was using Tomcat's file based session persistence with the default storage location - application included a library that may be leveraged in a deserialization attack</li></ul><p>Users are recommended to upgrade to version 11.0.3, 10.1.35 or 9.0.99, which fixes the issue.</p></td><td><a href="https://www.exploit-db.com/exploits/52134">https://www.exploit-db.com/exploits/52134</a></td></tr><tr><td>CVE-2025-49619</td><td>Skyvern through 0.1.85 is vulnerable to server-side template injection (SSTI) in the Prompt field of workflow blocks such as the Navigation v2 Block. Improper sanitization of Jinja2 template input allows authenticated users to inject crafted expressions that are evaluated on the server, leading to blind remote code execution (RCE).</td><td><a href="https://www.exploit-db.com/exploits/52335">https://www.exploit-db.com/exploits/52335</a></td></tr></tbody></table>


# CVE-2024

<table><thead><tr><th width="195.39996337890625">CVE</th><th width="400.79986572265625">CVE Description</th><th width="199.20001220703125">Reference</th></tr></thead><tbody><tr><td>CVE-2024-40422</td><td>The snapshot_path parameter in the /api/get-browser-snapshot endpoint in stitionai devika v1 is susceptible to a path traversal attack. An attacker can manipulate the snapshot_path parameter to traverse directories and access sensitive files on the server. This can potentially lead to unauthorized access to critical system files and compromise the confidentiality and integrity of the system.</td><td><a href="https://www.exploit-db.com/exploits/52066">https://www.exploit-db.com/exploits/52066</a></td></tr><tr><td>CVE-2024-32113</td><td>Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Apache OFBiz.This issue affects Apache OFBiz: before 18.12.13. Users are recommended to upgrade to version 18.12.13, which fixes the issue.</td><td><a href="https://www.exploit-db.com/exploits/52020">https://www.exploit-db.com/exploits/52020</a></td></tr><tr><td>CVE-2024-32113</td><td>Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Apache OFBiz.This issue affects Apache OFBiz: before 18.12.13. Users are recommended to upgrade to version 18.12.13, which fixes the issue.</td><td><a href="https://www.exploit-db.com/exploits/52020">https://www.exploit-db.com/exploits/52020</a></td></tr><tr><td>CVE-2024-33559</td><td>Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in 8theme XStore allows SQL Injection.This issue affects XStore: from n/a through 9.3.5.</td><td><a href="https://github.com/absholi7ly/WordPress-XStore-theme-SQL-Injection#poc">https://github.com/absholi7ly/WordPress-XStore-theme-SQL-Injection#poc</a></td></tr><tr><td>CVE-2024-34241</td><td>A cross-site scripting (XSS) vulnerability in Rocketsoft Rocket LMS 1.9 allows an administrator to store a JavaScript payload using the admin web interface when creating new courses and new course notifications.</td><td><a href="https://grumpz.net/cve-2024-34241-a-step-by-step-discovery-guide">https://grumpz.net/cve-2024-34241-a-step-by-step-discovery-guide</a></td></tr><tr><td>CVE-2024-29291</td><td>An issue in Laravel Framework 8 through 11 might allow a remote attacker to discover database credentials in storage/logs/laravel.log. NOTE: this is disputed by multiple third parties because the owner of a Laravel Framework installation can choose to have debugging logs, but needs to set the access control appropriately for the type of data that may be logged.<br></td><td><a href="https://www.exploit-db.com/exploits/52000">https://www.exploit-db.com/exploits/52000</a></td></tr><tr><td>CVE-2024-23897</td><td>Jenkins 2.441 and earlier, LTS 2.426.2 and earlier does not disable a feature of its CLI command parser that replaces an '@' character followed by a file path in an argument with the file's contents, allowing unauthenticated attackers to read arbitrary files on the Jenkins controller file system.</td><td><a href="https://github.com/godylockz/CVE-2024-23897/blob/main/jenkins_fileread.py">https://github.com/godylockz/CVE-2024-23897/blob/main/jenkins_fileread.py</a></td></tr><tr><td>CVE-2024-23897</td><td>Jenkins 2.441 and earlier, LTS 2.426.2 and earlier does not disable a feature of its CLI command parser that replaces an '@' character followed by a file path in an argument with the file's contents, allowing unauthenticated attackers to read arbitrary files on the Jenkins controller file system.</td><td><a href="https://www.exploit-db.com/exploits/51993">https://www.exploit-db.com/exploits/51993</a></td></tr><tr><td>CVE-2024-31777</td><td>File Upload vulnerability in openeclass v.3.15 and before allows an attacker to execute arbitrary code via a crafted file to the certbadge.php endpoint.</td><td><a href="https://www.exploit-db.com/exploits/51975">https://www.exploit-db.com/exploits/51975</a></td></tr><tr><td>CVE-2024-24724</td><td>Gibbon through 26.0.00 allows /modules/School%20Admin/messengerSettings.php Server Side Template Injection leading to Remote Code Execution because input is passed to the Twig template engine (messengerSettings.php) without sanitization.</td><td><a href="https://www.exploit-db.com/exploits/51962">https://www.exploit-db.com/exploits/51962</a></td></tr><tr><td>CVE-2024-24495</td><td>SQL Injection vulnerability in delete-tracker.php in Daily Habit Tracker v.1.0 allows a remote attacker to execute arbitrary code via crafted GET request.</td><td><a href="https://www.exploit-db.com/exploits/51953">https://www.exploit-db.com/exploits/51953</a></td></tr><tr><td>CVE-2024-24494</td><td>Cross Site Scripting vulnerability in Daily Habit Tracker v.1.0 allows a remote attacker to execute arbitrary code via the day, exercise, pray, read_book, vitamins, laundry, alcohol and meat parameters in the add-tracker.php and update-tracker.php components.</td><td><a href="https://www.exploit-db.com/exploits/51952">https://www.exploit-db.com/exploits/51952</a></td></tr><tr><td>CVE-2024-28595</td><td>SQL Injection vulnerability in Employee Management System v1.0 allows attackers to run arbitrary SQL commands via the admin_id parameter in update-admin.php.</td><td><a href="https://www.exploit-db.com/exploits/51911">https://www.exploit-db.com/exploits/51911</a></td></tr><tr><td>CVE-2024-27620</td><td>An issue in Ladder v.0.0.1 thru v.0.0.21 allows a remote attacker to obtain sensitive information via a crafted request to the API.</td><td><a href="https://www.exploit-db.com/exploits/51869">https://www.exploit-db.com/exploits/51869</a></td></tr><tr><td>CVE-2024-27746</td><td>SQL Injection vulnerability in Petrol Pump Mangement Software v.1.0 allows an attacker to execute arbitrary code via a crafted payload to the email address parameter in the index.php component.</td><td><a href="https://www.exploit-db.com/exploits/51838">https://www.exploit-db.com/exploits/51838</a></td></tr><tr><td>CVE-2024-4577</td><td>In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-CGI on Windows, if the system is set up to use certain code pages, Windows may use "Best-Fit" behavior to replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the server, etc.</td><td><a href="https://www.exploit-db.com/exploits/52047">https://www.exploit-db.com/exploits/52047</a></td></tr><tr><td>CVE-2024-36597</td><td>Aegon Life v1.0 was discovered to contain a SQL injection vulnerability via the client_id parameter at clientStatus.php.</td><td><a href="https://www.exploit-db.com/exploits/52046">https://www.exploit-db.com/exploits/52046</a></td></tr><tr><td>CVE-2024-36598</td><td>An arbitrary file upload vulnerability in Aegon Life v1.0 allows attackers to execute arbitrary code via uploading a crafted image file.</td><td><a href="https://www.exploit-db.com/exploits/52045">https://www.exploit-db.com/exploits/52045</a></td></tr><tr><td>CVE-2024-36599</td><td>A cross-site scripting (XSS) vulnerability in Aegon Life v1.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the name parameter at insertClient.php.</td><td><a href="https://www.exploit-db.com/exploits/52042">https://www.exploit-db.com/exploits/52042</a></td></tr><tr><td>CVE-2023-27636</td><td>Progress Sitefinity before 15.0.0 allows XSS by authenticated users via the content form in the SF Editor.</td><td><a href="https://www.exploit-db.com/exploits/52035">https://www.exploit-db.com/exploits/52035</a></td></tr><tr><td>CVE-2024-32136</td><td>Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Xenioushk BWL Advanced FAQ Manager.This issue affects BWL Advanced FAQ Manager: from n/a through 2.0.3.</td><td><a href="https://www.exploit-db.com/exploits/52024">https://www.exploit-db.com/exploits/52024</a></td></tr><tr><td>CVE-2024-32113</td><td>Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Apache OFBiz.This issue affects Apache OFBiz: before 18.12.13. Users are recommended to upgrade to version 18.12.13, which fixes the issue.</td><td><a href="https://www.exploit-db.com/exploits/52020">https://www.exploit-db.com/exploits/52020</a></td></tr><tr><td>CVE-2024-33559</td><td>Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in 8theme XStore allows SQL Injection.This issue affects XStore: from n/a through 9.3.5.</td><td><a href="https://www.exploit-db.com/exploits/52019">https://www.exploit-db.com/exploits/52019</a></td></tr><tr><td>CVE-2024-34241</td><td>A cross-site scripting (XSS) vulnerability in Rocketsoft Rocket LMS 1.9 allows an administrator to store a JavaScript payload using the admin web interface when creating new courses and new course notifications.</td><td><a href="https://www.exploit-db.com/exploits/52018">https://www.exploit-db.com/exploits/52018</a></td></tr><tr><td>CVE-2024-33288</td><td>Prison Management System Using PHP -SQL Injection Authentication Bypass</td><td><a href="https://www.exploit-db.com/exploits/52017">https://www.exploit-db.com/exploits/52017</a></td></tr><tr><td>CVE-2024-3378</td><td>A vulnerability has been found in iboss Secure Web Gateway up to 10.1 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file /login of the component Login Portal. The manipulation of the argument redirectUrl leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 10.2.0.160 is able to address this issue. It is recommended to upgrade the affected component. The identifier VDB-259501 was assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/52009">https://www.exploit-db.com/exploits/52009</a></td></tr><tr><td>CVE-2024-0264</td><td>A vulnerability was found in SourceCodester Clinic Queuing System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /LoginRegistration.php. The manipulation of the argument formToken leads to authorization bypass. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-249820.</td><td><a href="https://www.exploit-db.com/exploits/52008">https://www.exploit-db.com/exploits/52008</a></td></tr><tr><td>CVE-2024-0187</td><td>The Community by PeepSo WordPress plugin before 6.3.1.2 does not sanitise and escape various parameters and generated URLs before outputting them back attributes, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin</td><td><a href="https://wpscan.com/vulnerability/b4600411-bee1-4cc8-aee9-0a613ac9b55b/">https://wpscan.com/vulnerability/b4600411-bee1-4cc8-aee9-0a613ac9b55b/</a></td></tr><tr><td>CVE-2024-0190</td><td>A vulnerability was found in RRJ Nueva Ecija Engineer Online Portal 1.0 and classified as problematic. This issue affects some unknown processing of the file add_quiz.php of the component Quiz Handler. The manipulation of the argument Quiz Title/Quiz Description with the input &#x3C;/title>&#x3C;scRipt>alert(x)&#x3C;/scRipt> leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-249503.</td><td><a href="https://vuldb.com/?id.249503">https://vuldb.com/?id.249503</a></td></tr><tr><td>CVE-2024-0233</td><td>The EventON WordPress plugin before 4.5.5, EventON WordPress plugin before 2.2.7 do not properly sanitise and escape a parameter before outputting it back in pages, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin</td><td><a href="https://wpscan.com/vulnerability/04a708a0-b6f3-47d1-aac9-0bb17f57c61e/">https://wpscan.com/vulnerability/04a708a0-b6f3-47d1-aac9-0bb17f57c61e/</a></td></tr><tr><td>CVE-2024-0238</td><td>The EventON Premium WordPress plugin before 4.5.6, EventON WordPress plugin before 2.2.8 do not have authorisation in an AJAX action, and does not ensure that the post to be updated belong to the plugin, allowing unauthenticated users to update arbitrary post metadata.</td><td><a href="https://wpscan.com/vulnerability/774655ac-b201-4d9f-8790-9eff8564bc91/">https://wpscan.com/vulnerability/774655ac-b201-4d9f-8790-9eff8564bc91/</a></td></tr><tr><td>CVE-2024-0239</td><td>The Contact Form 7 Connector WordPress plugin before 1.2.3 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against administrators.</td><td><a href="https://wpscan.com/vulnerability/b9a4a3e3-7cdd-4354-8541-4219bd41c854/">https://wpscan.com/vulnerability/b9a4a3e3-7cdd-4354-8541-4219bd41c854/</a></td></tr><tr><td>CVE-2024-0250</td><td>The Analytics Insights for Google Analytics 4 (AIWP) WordPress plugin before 6.3 is vulnerable to Open Redirect due to insufficient validation on the redirect oauth2callback.php file. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites if they can successfully trick them into performing an action.</td><td><a href="https://wpscan.com/vulnerability/321b07d1-692f-48e9-a8e5-a15b38efa979/">https://wpscan.com/vulnerability/321b07d1-692f-48e9-a8e5-a15b38efa979/</a></td></tr><tr><td>CVE-2024-0262</td><td>A vulnerability was found in Online Job Portal 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file /Admin/News.php of the component Create News Page. The manipulation of the argument News with the input &#x3C;/title>&#x3C;scRipt>alert(0x00C57D)&#x3C;/scRipt> leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-249818 is the identifier assigned to this vulnerability.</td><td><a href="https://github.com/trickest/cve/blob/main/2024/CVE-2024-0262.md">https://github.com/trickest/cve/blob/main/2024/CVE-2024-0262.md</a></td></tr><tr><td>CVE-2024-43425</td><td>A flaw was found in Moodle. Additional restrictions are required to avoid a remote code execution risk in calculated question types. Note: This requires the capability to add/update questions.</td><td><a href="https://www.exploit-db.com/exploits/52350">https://www.exploit-db.com/exploits/52350</a></td></tr><tr><td>CVE-2024-11956</td><td>A vulnerability, which was classified as critical, has been found in Pimcore customer-data-framework up to 4.2.0. Affected by this issue is some unknown functionality of the file /admin/customermanagementframework/customers/list. The manipulation of the argument filterDefinition/filter leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 4.2.1 is able to address this issue. It is recommended to upgrade the affected component.</td><td><a href="https://www.exploit-db.com/exploits/52193">https://www.exploit-db.com/exploits/52193</a></td></tr><tr><td>CVE-2024-53584</td><td>OpenPanel v0.3.4 was discovered to contain an OS command injection vulnerability via the timezone parameter.</td><td><a href="https://www.exploit-db.com/exploits/52193">https://www.exploit-db.com/exploits/52193</a></td></tr><tr><td>CVE-2024-28000</td><td>Incorrect Privilege Assignment vulnerability in LiteSpeed Technologies LiteSpeed Cache litespeed-cache allows Privilege Escalation.This issue affects LiteSpeed Cache: from 1.9 through 6.3.0.1.</td><td><a href="https://www.exploit-db.com/exploits/52328">https://www.exploit-db.com/exploits/52328</a></td></tr><tr><td>CVE-2024-10758</td><td>A vulnerability, which was classified as critical, was found in code-projects/anirbandutta9 Content Management System and News-Buzz 1.0. This affects an unknown part of the file /index.php. The manipulation of the argument user_name leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. This product is distributed under two entirely different names.</td><td><a href="https://www.exploit-db.com/exploits/52174">https://www.exploit-db.com/exploits/52174</a></td></tr><tr><td>CVE-2024-55661</td><td>Laravel Pulse is a real-time application performance monitoring tool and dashboard for Laravel applications. A vulnerability has been discovered in Laravel Pulse prior to version 1.3.1 that could allow remote code execution through the public <code>remember()</code> method in the <code>Laravel\Pulse\Livewire\Concerns\RemembersQueries</code> trait. This method is accessible via Livewire components and can be exploited to call arbitrary callables within the application. An authenticated user with access to Laravel Pulse dashboard can execute arbitrary code by calling any function or static method in which the callable is a function or static method and the callable has no parameters or no strict parameter types. The vulnerable to component is <code>remember(callable $query, string $key = &#x26;#39;&#x26;#39;)</code> method in <code>Laravel\Pulse\Livewire\Concerns\RemembersQueries</code>, and the vulnerability affects all Pulse card components that use this trait. Version 1.3.1 contains a patch.</td><td><a href="https://www.exploit-db.com/exploits/52319">https://www.exploit-db.com/exploits/52319</a></td></tr><tr><td>CVE-2024-8522</td><td>The LearnPress – WordPress LMS Plugin plugin for WordPress is vulnerable to SQL Injection via the 'c_only_fields' parameter of the /wp-json/learnpress/v1/courses REST API endpoint in all versions up to, and including, 4.2.7 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.</td><td><a href="https://www.exploit-db.com/exploits/52171">https://www.exploit-db.com/exploits/52171</a></td></tr><tr><td>CVE-2024-45440</td><td>core/authorize.php in Drupal 11.x-dev allows Full Path Disclosure (even when error logging is None) if the value of hash_salt is file_get_contents of a file that does not exist.</td><td><a href="https://www.exploit-db.com/exploits/52266">https://www.exploit-db.com/exploits/52266</a></td></tr><tr><td>CVE-2024-12483</td><td>A vulnerability classified as problematic has been found in Dromara UJCMS up to 9.6.3. This affects an unknown part of the file /users/id of the component User ID Handler. The manipulation leads to authorization bypass. It is possible to initiate the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used.</td><td><a href="https://www.exploit-db.com/exploits/52264">https://www.exploit-db.com/exploits/52264</a></td></tr><tr><td>CVE-2024-42640</td><td>angular-base64-upload prior to v0.1.21 is vulnerable to unauthenticated remote code execution via demo/server.php. Exploiting this vulnerability allows an attacker to upload arbitrary content to the server, which can subsequently be accessed through demo/uploads. This leads to the execution of previously uploaded content and enables the attacker to achieve code execution on the server. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.</td><td><a href="https://www.exploit-db.com/exploits/52253">https://www.exploit-db.com/exploits/52253</a></td></tr><tr><td>CVE-2024-48573</td><td>A NoSQL injection vulnerability in AquilaCMS 1.409.20 and prior allows unauthenticated attackers to reset user and administrator account passwords via the "Reset password" feature.</td><td><a href="https://www.exploit-db.com/exploits/52164">https://www.exploit-db.com/exploits/52164</a></td></tr><tr><td>CVE-2024-51378</td><td>getresetstatus in dns/views.py and ftp/views.py in CyberPanel (aka Cyber Panel) before 1c0c6cb allows remote attackers to bypass authentication and execute arbitrary commands via /dns/getresetstatus or /ftp/getresetstatus by bypassing secMiddleware (which is only for a POST request) and using shell metacharacters in the statusfile property, as exploited in the wild in October 2024 by PSAUX. Versions through 2.3.6 and (unpatched) 2.3.7 are affected.</td><td><a href="https://www.exploit-db.com/exploits/52172">https://www.exploit-db.com/exploits/52172</a></td></tr><tr><td>CVE-2024-44541</td><td>evilnapsis Inventio Lite Versions v4 and before is vulnerable to SQL Injection via the "username" parameter in "/?action=processlogin."</td><td><a href="https://www.exploit-db.com/exploits/52263">https://www.exploit-db.com/exploits/52263</a></td></tr><tr><td>CVE-2024-11728</td><td>The KiviCare – Clinic &#x26; Patient Management System (EHR) plugin for WordPress is vulnerable to SQL Injection via the 'visit_type[service_id]' parameter of the tax_calculated_data AJAX action in all versions up to, and including, 3.6.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.</td><td><a href="https://www.exploit-db.com/exploits/52265">https://www.exploit-db.com/exploits/52265</a></td></tr><tr><td>CVE-2024-0566</td><td>The Smart Manager WordPress plugin before 8.28.0 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privilege users such as admin.</td><td><a href="https://www.exploit-db.com/exploits/52247">https://www.exploit-db.com/exploits/52247</a></td></tr><tr><td>CVE-2024-0399</td><td>The WooCommerce Customers Manager WordPress plugin before 29.7 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to an SQL injection exploitable by Subscriber+ role.</td><td><a href="https://www.exploit-db.com/exploits/52248">https://www.exploit-db.com/exploits/52248</a></td></tr><tr><td>CVE-2024-55889</td><td>phpMyFAQ is an open source FAQ web application. Prior to version 3.2.10, a vulnerability exists in the FAQ Record component where a privileged attacker can trigger a file download on a victim's machine upon page visit by embedding it in an &#x3C;iframe> element without user interaction or explicit consent. Version 3.2.10 fixes the issue.</td><td><a href="https://www.exploit-db.com/exploits/52235">https://www.exploit-db.com/exploits/52235</a></td></tr><tr><td>CVE-2024-7815</td><td>A vulnerability has been found in CodeAstro Online Railway Reservation System 1.0 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file /admin/admin-update-employee.php of the component Update Employee Page. The manipulation of the argument emp_fname /emp_lname /emp_nat_idno/emp_addr leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.</td><td><a href="https://www.exploit-db.com/exploits/52159">https://www.exploit-db.com/exploits/52159</a></td></tr><tr><td>CVE-2024-6039</td><td>A vulnerability, which was classified as critical, was found in Feng Office 3.11.1.2. Affected is an unknown function of the component Workspaces. The manipulation of the argument dim leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-268752.</td><td><a href="https://www.exploit-db.com/exploits/52154">https://www.exploit-db.com/exploits/52154</a></td></tr><tr><td>CVE-2024-6244</td><td>The PZ Frontend Manager WordPress plugin before 1.0.6 does not have CSRF checks in some places, which could allow attackers to make logged in users perform unwanted actions via CSRF attacks</td><td><a href="https://www.exploit-db.com/exploits/52153">https://www.exploit-db.com/exploits/52153</a></td></tr><tr><td>CVE-2024-39304</td><td>ChurchCRM is an open-source church management system. Versions of the application prior to 5.9.2 are vulnerable to an authenticated SQL injection due to an improper sanitization of user input. Authentication is required, but no elevated privileges are necessary. This allows attackers to inject SQL statements directly into the database query due to inadequate sanitization of the EID parameter in in a GET request to <code>/GetText.php</code>. Version 5.9.2 patches the issue.</td><td><a href="https://www.exploit-db.com/exploits/52152">https://www.exploit-db.com/exploits/52152</a></td></tr><tr><td>CVE-2024-39143</td><td>A stored cross-site scripting (XSS) vulnerability exists in ResidenceCMS 2.10.1 that allows a low-privilege user to create malicious property content with HTML inside which acts as a stored XSS payload.</td><td><a href="https://www.exploit-db.com/exploits/52150">https://www.exploit-db.com/exploits/52150</a></td></tr><tr><td>CVE-2024-27348</td><td><p>RCE-Remote Command Execution vulnerability in Apache HugeGraph-Server.This issue affects Apache HugeGraph-Server: from 1.0.0 before 1.3.0 in Java8 &#x26; Java11</p><p>Users are recommended to upgrade to version 1.3.0 with Java11 &#x26; enable the Auth system, which fixes the issue.</p></td><td><a href="https://www.exploit-db.com/exploits/52149">https://www.exploit-db.com/exploits/52149</a></td></tr><tr><td>CVE-2024-37732</td><td>Cross Site Scripting vulnerability in Anchor CMS v.0.12.7 allows a remote attacker to execute arbitrary code via a crafted .pdf file.</td><td><a href="https://www.exploit-db.com/exploits/52147">https://www.exploit-db.com/exploits/52147</a></td></tr><tr><td>CVE-2024-9458</td><td>The Reservit Hotel WordPress plugin before 3.0 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).</td><td><a href="https://www.exploit-db.com/exploits/52133">https://www.exploit-db.com/exploits/52133</a></td></tr><tr><td>CVE-2024-1234</td><td>The Exclusive Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via data attribute in all versions up to, and including, 2.6.9 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor access or higher, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.</td><td><a href="https://www.exploit-db.com/exploits/52126">https://www.exploit-db.com/exploits/52126</a></td></tr><tr><td>CVE-2024-42831</td><td>A reflected cross-site scripting (XSS) vulnerability in Elaine's Realtime CRM Automation v6.18.17 allows attackers to execute arbitrary JavaScript code in the web browser of a user via injecting a crafted payload into the dialog parameter at wrapper_dialog.php.</td><td><a href="https://www.exploit-db.com/exploits/52106">https://www.exploit-db.com/exploits/52106</a></td></tr><tr><td>CVE-2024-8945</td><td>A vulnerability has been found in CodeCanyon RISE Ultimate Project Manager 3.7.0 and classified as critical. This vulnerability affects unknown code of the file /index.php/dashboard/save. The manipulation of the argument id leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. It is recommended to upgrade the affected component.</td><td><a href="https://www.exploit-db.com/exploits/52100">https://www.exploit-db.com/exploits/52100</a></td></tr><tr><td>CVE-2024-44000</td><td>Insufficiently Protected Credentials vulnerability in LiteSpeed Technologies LiteSpeed Cache allows Authentication Bypass.This issue affects LiteSpeed Cache: from n/a before 6.5.0.1.</td><td><a href="https://www.exploit-db.com/exploits/52099">https://www.exploit-db.com/exploits/52099</a></td></tr><tr><td>CVE-2024-48120</td><td>X2CRM v8.5 is vulnerable to a stored Cross-Site Scripting (XSS) in the "Opportunities" module. An attacker can inject malicious JavaScript code into the "Name" field when creating a list.</td><td><a href="https://www.exploit-db.com/exploits/52098">https://www.exploit-db.com/exploits/52098</a></td></tr><tr><td>CVE-2024-46626</td><td>OS4ED openSIS-Classic v9.1 was discovered to contain a SQL injection vulnerability via a crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/52080">https://www.exploit-db.com/exploits/52080</a></td></tr><tr><td>CVE-2024-41819</td><td>Note Mark is a web-based Markdown notes app. A stored cross-site scripting (XSS) vulnerability in Note Mark allows attackers to execute arbitrary web scripts via a crafted payload injected into the URL value of a link in the markdown content. This vulnerability is fixed in 0.13.1.</td><td><a href="https://www.exploit-db.com/exploits/52078">https://www.exploit-db.com/exploits/52078</a></td></tr><tr><td>CVE-2024-6886</td><td>Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Gitea Gitea Open Source Git Server allows Stored XSS.This issue affects Gitea Open Source Git Server: 1.22.0.</td><td><a href="https://www.exploit-db.com/exploits/52077">https://www.exploit-db.com/exploits/52077</a></td></tr><tr><td>CVE-2024-36840</td><td>SQL Injection vulnerability in Boelter Blue System Management v.1.3 allows a remote attacker to execute arbitrary code and obtain sensitive information via the id parameter to news_details.php and location_details.php; and the section parameter to services.php.</td><td><a href="https://www.exploit-db.com/exploits/52052">https://www.exploit-db.com/exploits/52052</a></td></tr><tr><td>CVE-2024-3378</td><td>A vulnerability has been found in iboss Secure Web Gateway up to 10.1 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file /login of the component Login Portal. The manipulation of the argument redirectUrl leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 10.2.0.160 is able to address this issue. It is recommended to upgrade the affected component. The identifier VDB-259501 was assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/52009">https://www.exploit-db.com/exploits/52009</a></td></tr><tr><td>CVE-2024-24499</td><td>Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2024-1007. Reason: This candidate is a duplicate of CVE-2024-1007. Notes: All CVE users should reference CVE-2024-1007 instead of this candidate.</td><td><a href="https://www.exploit-db.com/exploits/51950">https://www.exploit-db.com/exploits/51950</a></td></tr><tr><td>CVE-2024-46278</td><td>Teedy 1.11 is vulnerable to Cross Site Scripting (XSS) via the management console.</td><td><a href="https://www.exploit-db.com/exploits/52228">https://www.exploit-db.com/exploits/52228</a></td></tr><tr><td>CVE-2024-25641</td><td>Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, an arbitrary file write vulnerability, exploitable through the "Package Import" feature, allows authenticated users having the "Import Templates" permission to execute arbitrary PHP code on the web server. The vulnerability is located within the <code>import_package()</code> function defined into the <code>/lib/import.php</code> script. The function blindly trusts the filename and file content provided within the XML data, and writes such files into the Cacti base path (or even outside, since path traversal sequences are not filtered). This can be exploited to write or overwrite arbitrary files on the web server, leading to execution of arbitrary PHP code or other security impacts. Version 1.2.27 contains a patch for this issue.</td><td><a href="https://www.exploit-db.com/exploits/52225">https://www.exploit-db.com/exploits/52225</a></td></tr><tr><td>CVE-2024-51463</td><td><p>IBM i 7.3, 7.4, and 7.5</p><p>is vulnerable to server-side request forgery (SSRF). This may allow an authenticated attacker to send unauthorized requests from the system, potentially leading to network enumeration or facilitating other attacks.</p></td><td><a href="https://www.exploit-db.com/exploits/52212">https://www.exploit-db.com/exploits/52212</a></td></tr><tr><td>CVE-2024-41947</td><td>XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. By creating a conflict when another user with more rights is currently editing a page, it is possible to execute JavaScript snippets on the side of the other user, which compromises the confidentiality, integrity and availability of the whole XWiki installation. This has been patched in XWiki 15.10.8 and 16.3.0RC1.</td><td><a href="https://www.exploit-db.com/exploits/52209">https://www.exploit-db.com/exploits/52209</a></td></tr><tr><td>CVE-2024-50672</td><td>A NoSQL injection vulnerability in Adapt Learning Adapt Authoring Tool &#x3C;= 0.11.3 allows unauthenticated attackers to reset user and administrator account passwords via the "Reset password" feature. The vulnerability occurs due to insufficient validation of user input, which is used as a query in Mongoose's find() function. This makes it possible for attackers to perform a full takeover of the administrator account. Attackers can then use the newly gained administrative privileges to upload a custom plugin to perform remote code execution (RCE) on the server hosting the web application.</td><td><a href="https://www.exploit-db.com/exploits/52208">Adapt Authoring Tool 0.11.3 - Remote Command Execution (RCE) - Multiple webapps Exploit</a></td></tr><tr><td>CVE-2024-10924</td><td>The Really Simple Security (Free, Pro, and Pro Multisite) plugins for WordPress are vulnerable to authentication bypass in versions 9.0.0 to 9.1.1.1. This is due to improper user check error handling in the two-factor REST API actions with the 'check_login_and_get_user' function. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, when the "Two-Factor Authentication" setting is enabled (disabled by default).</td><td><a href="https://www.exploit-db.com/exploits/52207">https://www.exploit-db.com/exploits/52207</a></td></tr><tr><td>CVE-2024-52302</td><td>common-user-management is a robust Spring Boot application featuring user management services designed to control user access dynamically. There is a critical security vulnerability in the application endpoint /api/v1/customer/profile-picture. This endpoint allows file uploads without proper validation or restrictions, enabling attackers to upload malicious files that can lead to Remote Code Execution (RCE).</td><td><a href="https://www.exploit-db.com/exploits/52206">https://www.exploit-db.com/exploits/52206</a></td></tr><tr><td>CVE-2024-47605</td><td>silverstripe-asset-admin is a silverstripe assets gallery for asset management. When using the "insert media" functionality, the linked oEmbed JSON includes an HTML attribute which will replace the embed shortcode. The HTML is not sanitized before replacing the shortcode, allowing a script payload to be executed on both the CMS and the front-end of the website. This issue has been addressed in silverstripe/framework version 5.3.8 and users are advised to upgrade. There are no known workarounds for this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/52199">https://www.exploit-db.com/exploits/52199</a></td></tr><tr><td>CVE-2024-11954</td><td>A vulnerability classified as problematic was found in Pimcore 11.4.2. Affected by this vulnerability is an unknown functionality of the component Search Document. The manipulation leads to basic cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.</td><td><a href="https://www.exploit-db.com/exploits/52194">https://www.exploit-db.com/exploits/52194</a></td></tr><tr><td>CVE-2024-56898</td><td>Broken access control vulnerability in Geovision GV-ASWeb with version v6.1.0.0 or less. This vulnerability allows low privilege users perform actions that they aren't authorized to, which can be leveraged to escalate privileges, create, modify or delete accounts.</td><td><a href="https://www.exploit-db.com/exploits/52189">https://www.exploit-db.com/exploits/52189</a></td></tr><tr><td>CVE-2024-37383</td><td>Roundcube Webmail before 1.5.7 and 1.6.x before 1.6.7 allows XSS via SVG animate attributes.</td><td><a href="https://www.exploit-db.com/exploits/52173">https://www.exploit-db.com/exploits/52173</a></td></tr><tr><td>CVE-2024-35540</td><td>A stored cross-site scripting (XSS) vulnerability in Typecho v1.3.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/52162">https://www.exploit-db.com/exploits/52162</a></td></tr><tr><td>CVE-2024-38944</td><td>An issue in Intelight X-1L Traffic controller Maxtime v.1.9.6 allows a remote attacker to execute arbitrary code via the /cgi-bin/generateForm.cgi?formID=142 component.</td><td><a href="https://www.exploit-db.com/exploits/52151">https://www.exploit-db.com/exploits/52151</a></td></tr><tr><td>CVE-2024-2054</td><td>The Artica-Proxy administrative web application will deserialize arbitrary PHP objects supplied by unauthenticated users and subsequently enable code execution as the "www-data" user.</td><td><a href="https://www.exploit-db.com/exploits/52146">https://www.exploit-db.com/exploits/52146</a></td></tr><tr><td>CVE-2024-8856</td><td>The Backup and Staging by WP Time Capsule plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the the UploadHandler.php file and no direct file access prevention in all versions up to, and including, 1.22.21. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.</td><td><a href="https://www.exploit-db.com/exploits/52131">https://www.exploit-db.com/exploits/52131</a></td></tr><tr><td>CVE-2024-48827</td><td>An issue in sbondCo Watcharr v.1.43.0 allows a remote attacker to execute arbitrary code and escalate privileges via the Change Password function.</td><td><a href="https://www.exploit-db.com/exploits/52130">https://www.exploit-db.com/exploits/52130</a></td></tr><tr><td>CVE-2024-5910</td><td><p>Missing authentication for a critical function in Palo Alto Networks Expedition can lead to an Expedition admin account takeover for attackers with network access to Expedition.</p><p>Note: Expedition is a tool aiding in configuration migration, tuning, and enrichment. Configuration secrets, credentials, and other data imported into Expedition is at risk due to this issue.</p></td><td><a href="https://www.exploit-db.com/exploits/52129">https://www.exploit-db.com/exploits/52129</a></td></tr><tr><td>CVE-2024-55963</td><td>An issue was discovered in Appsmith before 1.51. A user on Appsmith that doesn't have admin permissions can trigger the restart API on Appsmith, causing a server restart. This is still within the Appsmith container, and the impact is limited to Appsmith's own server only, but there is a denial of service because it can be continually restarted. This is due to incorrect access control checks, which should check for super user permissions on the incoming request.</td><td><a href="https://www.exploit-db.com/exploits/52118">https://www.exploit-db.com/exploits/52118</a></td></tr><tr><td>CVE-2024-4007</td><td>Default credential in install package in ABB ASPECT; NEXUS Series; MATRIX Series version 3.07 allows attacker to login to product instances wrongly configured.</td><td><a href="https://www.exploit-db.com/exploits/52112">https://www.exploit-db.com/exploits/52112</a></td></tr><tr><td>CVE-2024-6209</td><td><p>Unauthorized file access in WEB Server in ABB ASPECT - Enterprise v3.08.01; NEXUS Series</p><p>v3.08.01</p><p>; MATRIX Series</p><p>v3.08.01 allows Attacker to access files unauthorized.</p></td><td><a href="https://www.exploit-db.com/exploits/52108">https://www.exploit-db.com/exploits/52108</a></td></tr><tr><td>CVE-2024-6298</td><td><p>Unauthorized file access in WEB Server in ABB ASPECT - Enterprise v3.08.01; NEXUS Series</p><p>v3.08.01</p><p>; MATRIX Series</p><p>v3.08.01 allows Attacker to execute arbitrary code remotely.</p></td><td><a href="https://www.exploit-db.com/exploits/52107">https://www.exploit-db.com/exploits/52107</a></td></tr><tr><td>CVE-2024-4358</td><td>In Progress Telerik Report Server, version 2024 Q1 (10.0.24.305) or earlier, on IIS, an unauthenticated attacker can gain access to Telerik Report Server restricted functionality via an authentication bypass vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/52103">https://www.exploit-db.com/exploits/52103</a></td></tr><tr><td>CVE-2024-23692</td><td>Rejetto HTTP File Server, up to and including version 2.3m, is vulnerable to a template injection vulnerability. This vulnerability allows a remote, unauthenticated attacker to execute arbitrary commands on the affected system by sending a specially crafted HTTP request. As of the CVE assignment date, Rejetto HFS 2.3m is no longer supported.</td><td><a href="https://www.exploit-db.com/exploits/52102">https://www.exploit-db.com/exploits/52102</a></td></tr><tr><td>CVE-2024-4956</td><td>Path Traversal in Sonatype Nexus Repository 3 allows an unauthenticated attacker to read system files. Fixed in version 3.68.1.</td><td><a href="https://www.exploit-db.com/exploits/52101">https://www.exploit-db.com/exploits/52101</a></td></tr><tr><td>CVE-2024-44871</td><td>An arbitrary file upload vulnerability in the component /admin/index.php of moziloCMS v3.0 allows attackers to execute arbitrary code via uploading a crafted file.</td><td><a href="https://www.exploit-db.com/exploits/52096">https://www.exploit-db.com/exploits/52096</a></td></tr><tr><td>CVE-2024-31621</td><td>An issue in FlowiseAI Inc Flowise v.1.6.2 and before allows a remote attacker to execute arbitrary code via a crafted script to the api/v1 component.</td><td><a href="https://www.exploit-db.com/exploits/52001">https://www.exploit-db.com/exploits/52001</a></td></tr><tr><td>CVE-2024-29410</td><td>No summary available for this CVE</td><td><a href="https://www.exploit-db.com/exploits/51943">https://www.exploit-db.com/exploits/51943</a></td></tr></tbody></table>


# CVE-2023

<table><thead><tr><th width="195.4000244140625">CVE</th><th width="302.4000244140625">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2023-27636</td><td>Progress Sitefinity before 15.0.0 allows XSS by authenticated users via the content form in the SF Editor.</td><td><a href="https://www.exploit-db.com/exploits/52035">https://www.exploit-db.com/exploits/52035</a></td></tr><tr><td>CVE-2023-48974</td><td>Cross Site Scripting vulnerability in Axigen WebMail prior to 10.3.3.61 allows a remote attacker to escalate privileges via a crafted script to the serverName_input parameter.</td><td><a href="https://www.exploit-db.com/exploits/51963">https://www.exploit-db.com/exploits/51963</a></td></tr><tr><td>CVE-2023-46024</td><td>No summary available for this CVE</td><td><a href="https://www.exploit-db.com/exploits/51914">https://www.exploit-db.com/exploits/51914</a></td></tr><tr><td>CVE-2023-46022</td><td>No summary available for this CVE</td><td><a href="https://www.exploit-db.com/exploits/51912">https://www.exploit-db.com/exploits/51912</a></td></tr><tr><td>CVE-2023-38836</td><td>File Upload vulnerability in BoidCMS v.2.0.0 allows a remote attacker to execute arbitrary code by adding a GIF header to bypass MIME type checks.</td><td><a href="https://www.exploit-db.com/exploits/51741">https://www.exploit-db.com/exploits/51741</a></td></tr><tr><td>CVE-2023-39362</td><td>Cacti is an open source operational monitoring and fault management framework. In Cacti 1.2.24, under certain conditions, an authenticated privileged user, can use a malicious string in the SNMP options of a Device, performing command injection and obtaining remote code execution on the underlying server. The `lib/snmp.php` file has a set of functions, with similar behavior, that accept in input some variables and place them into an `exec` call without a proper escape or validation. This issue has been addressed in version 1.2.25. Users are advised to upgrade. There are no known workarounds for this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51740">https://www.exploit-db.com/exploits/51740</a></td></tr><tr><td>CVE-2023-4708</td><td>A vulnerability was found in Infosoftbd Clcknshop 1.0.0. It has been rated as critical. This issue affects some unknown processing of the file /collection/all of the component GET Parameter Handler. The manipulation of the argument tag leads to sql injection. The attack may be initiated remotely. The associated identifier of this vulnerability is VDB-238571. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51729">https://www.exploit-db.com/exploits/51729</a></td></tr><tr><td>CVE-2023-4548</td><td>A vulnerability classified as critical has been found in SPA-Cart eCommerce CMS 1.9.0.3. This affects an unknown part of the file /search of the component GET Parameter Handler. The manipulation of the argument filter[brandid] leads to sql injection. It is possible to initiate the attack remotely. The associated identifier of this vulnerability is VDB-238059.</td><td><a href="https://www.exploit-db.com/exploits/51714">https://www.exploit-db.com/exploits/51714</a></td></tr><tr><td>CVE-2023-4407</td><td>A vulnerability classified as critical was found in Codecanyon Credit Lite 1.5.4. Affected by this vulnerability is an unknown functionality of the file /portal/reports/account_statement of the component POST Request Handler. The manipulation of the argument date1/date2 leads to sql injection. The attack can be launched remotely. The associated identifier of this vulnerability is VDB-237511.</td><td><a href="https://www.exploit-db.com/exploits/51701">https://www.exploit-db.com/exploits/51701</a></td></tr><tr><td>CVE-2023-4547</td><td>A vulnerability was found in SPA-Cart eCommerce CMS 1.9.0.3. It has been rated as problematic. Affected by this issue is some unknown functionality of the file /search. The manipulation of the argument filter[brandid]/filter[price] leads to cross site scripting. The attack may be launched remotely. VDB-238058 is the identifier assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51713">https://www.exploit-db.com/exploits/51713</a></td></tr><tr><td>CVE-2023-37569</td><td>This vulnerability exists in ESDS Emagic Data Center Management Suit due to lack of input sanitization in its Ping component. A remote authenticated attacker could exploit this by injecting OS commands on the targeted system.Successful exploitation of this vulnerability could allow the attacker to execute arbitrary code on targeted system.</td><td><a href="https://www.exploit-db.com/exploits/51673">https://www.exploit-db.com/exploits/51673</a></td></tr><tr><td>CVE-2023-4174</td><td>A vulnerability has been found in mooSocial mooStore 3.1.6 and classified as problematic. Affected by this vulnerability is an unknown functionality. The manipulation leads to cross site scripting. The attack can be launched remotely. The identifier VDB-236209 was assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51671">https://www.exploit-db.com/exploits/51671</a></td></tr><tr><td>CVE-2023-4173</td><td>A vulnerability, which was classified as problematic, was found in mooSocial mooStore 3.1.6. Affected is an unknown function of the file /search/index. The manipulation of the argument q leads to cross site scripting. It is possible to launch the attack remotely. The identifier of this vulnerability is VDB-236208.</td><td><a href="https://www.exploit-db.com/exploits/51670">https://www.exploit-db.com/exploits/51670</a></td></tr><tr><td>CVE-2023-39115</td><td>install/aiz-uploader/upload in Campcodes Online Matrimonial Website System Script 3.3 allows XSS via a crafted SVG document.</td><td><a href="https://www.exploit-db.com/exploits/51656">https://www.exploit-db.com/exploits/51656</a></td></tr><tr><td>CVE-2023-4119</td><td>A vulnerability has been found in Academy LMS 6.0 and classified as problematic. This vulnerability affects unknown code of the file /academy/home/courses. The manipulation of the argument query/sort_by leads to cross site scripting. The attack can be initiated remotely. VDB-235966 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51654">https://www.exploit-db.com/exploits/51654</a></td></tr><tr><td>CVE-2023-4117</td><td>A vulnerability, which was classified as problematic, has been found in PHP Jabbers Rental Property Booking 2.0. Affected by this issue is some unknown functionality of the file /index.php. The manipulation of the argument index leads to cross site scripting. The attack may be launched remotely. The identifier of this vulnerability is VDB-235964. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51653">https://www.exploit-db.com/exploits/51653</a></td></tr><tr><td>CVE-2023-4116</td><td>A vulnerability classified as problematic was found in PHP Jabbers Taxi Booking 2.0. Affected by this vulnerability is an unknown functionality of the file /index.php. The manipulation of the argument index leads to cross site scripting. The attack can be launched remotely. The associated identifier of this vulnerability is VDB-235963. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51652">https://www.exploit-db.com/exploits/51652</a></td></tr><tr><td>CVE-2023-4115</td><td>A vulnerability classified as problematic has been found in PHP Jabbers Cleaning Business 1.0. Affected is an unknown function of the file /index.php. The manipulation of the argument index leads to cross site scripting. It is possible to launch the attack remotely. VDB-235962 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51651">https://www.exploit-db.com/exploits/51651</a></td></tr><tr><td>CVE-2023-4114</td><td>A vulnerability was found in PHP Jabbers Night Club Booking Software 1.0. It has been rated as problematic. This issue affects some unknown processing of the file /index.php. The manipulation of the argument index leads to cross site scripting. The attack may be initiated remotely. The identifier VDB-235961 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51650">https://www.exploit-db.com/exploits/51650</a></td></tr><tr><td>CVE-2023-4113</td><td>A vulnerability was found in PHP Jabbers Service Booking Script 1.0. It has been declared as problematic. This vulnerability affects unknown code of the file /index.php. The manipulation of the argument index leads to cross site scripting. The attack can be initiated remotely. The identifier of this vulnerability is VDB-235960. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51649">https://www.exploit-db.com/exploits/51649</a></td></tr><tr><td>CVE-2023-37979</td><td>Unauth. Reflected Cross-Site Scripting (XSS) vulnerability in Saturday Drive Ninja Forms Contact Form plugin &#x3C;= 3.6.25 versions.</td><td><a href="https://www.exploit-db.com/exploits/51644">https://www.exploit-db.com/exploits/51644</a></td></tr><tr><td>CVE-2023-36306</td><td>A Cross Site Scripting (XSS) vulnerability in Adiscon Aiscon LogAnalyzer through 4.1.13 allows a remote attacker to execute arbitrary code via the asktheoracle.php, details.php, index.php, search.php, export.php, reports.php, and statistics.php components.</td><td><a href="https://www.exploit-db.com/exploits/51643">https://www.exploit-db.com/exploits/51643</a></td></tr><tr><td>CVE-2023-38501</td><td>copyparty is file server software. Prior to version 1.8.7, the application contains a reflected cross-site scripting via URL-parameter `?k304=...` and `?setck=...`. The worst-case outcome of this is being able to move or delete existing files on the server, or upload new files, using the account of the person who clicks the malicious link. It is recommended to change the passwords of one's copyparty accounts, unless one have inspected one's logs and found no trace of attacks. Version 1.8.7 contains a patch for the issue.</td><td><a href="https://www.exploit-db.com/exploits/51635">https://www.exploit-db.com/exploits/51635</a></td></tr><tr><td>CVE-2023-2636</td><td>The AN_GradeBook WordPress plugin through 5.0.1 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as subscriber</td><td><a href="https://www.exploit-db.com/exploits/51632">https://www.exploit-db.com/exploits/51632</a></td></tr><tr><td>CVE-2023-3849</td><td>A vulnerability, which was classified as problematic, was found in mooSocial mooDating 1.2. Affected is an unknown function of the file /find-a-match of the component URL Handler. The manipulation leads to cross site scripting. It is possible to launch the attack remotely. The identifier of this vulnerability is VDB-235200. NOTE: We tried to contact the vendor early about the disclosure but the official mail address was not working properly.</td><td><a href="https://www.exploit-db.com/exploits/51628">https://www.exploit-db.com/exploits/51628</a></td></tr><tr><td>CVE-2023-36163</td><td>Cross Site Scripting vulnerability in IP-DOT BuildaGate v.BuildaGate5 allows a remote attacker to execute arbitrary code via a crafted script to the mc parameter of the URL.</td><td><a href="https://www.exploit-db.com/exploits/51581">https://www.exploit-db.com/exploits/51581</a></td></tr><tr><td>CVE-2023-33592</td><td>Lost and Found Information System v1.0 was discovered to contain a SQL injection vulnerability via the component /php-lfis/admin/?page=system_info/contact_information.</td><td><a href="https://www.exploit-db.com/exploits/51570">https://www.exploit-db.com/exploits/51570</a></td></tr><tr><td>CVE-2023-24078</td><td>Real Time Logic FuguHub v8.1 and earlier was discovered to contain a remote code execution (RCE) vulnerability via the component /FuguHub/cmsdocs/.</td><td><a href="https://www.exploit-db.com/exploits/51550">https://www.exploit-db.com/exploits/51550</a></td></tr><tr><td>CVE-2023-36346</td><td>POS Codekop v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the nm_member parameter at print.php.</td><td><a href="https://www.exploit-db.com/exploits/51549">https://www.exploit-db.com/exploits/51549</a></td></tr><tr><td>CVE-2023-27372</td><td>SPIP before 4.2.1 allows Remote Code Execution via form values in the public area because serialization is mishandled. The fixed versions are 3.2.18, 4.0.10, 4.1.8, and 4.2.1.</td><td><a href="https://www.exploit-db.com/exploits/51536">https://www.exploit-db.com/exploits/51536</a></td></tr><tr><td>CVE-2023-0297</td><td>Code Injection in GitHub repository pyload/pyload prior to 0.5.0b3.dev31.</td><td><a href="https://www.exploit-db.com/exploits/51532">https://www.exploit-db.com/exploits/51532</a></td></tr><tr><td>CVE-2023-23956</td><td>A user can supply malicious HTML and JavaScript code that will be executed in the client browser</td><td><a href="https://www.exploit-db.com/exploits/51530">https://www.exploit-db.com/exploits/51530</a></td></tr><tr><td>CVE-2023-33580</td><td>Phpgurukul Student Study Center Management System V1.0 is vulnerable to Cross Site Scripting (XSS) in the "Admin Name" field on Admin Profile page.</td><td><a href="https://www.exploit-db.com/exploits/51528">https://www.exploit-db.com/exploits/51528</a></td></tr><tr><td>CVE-2023-30868</td><td>Unauth. Reflected Cross-Site Scripting (XSS) vulnerability in Jon Christopher CMS Tree Page View plugin &#x3C;= 1.6.7 versions.</td><td><a href="https://www.exploit-db.com/exploits/51507">https://www.exploit-db.com/exploits/51507</a></td></tr><tr><td>CVE-2023-33584</td><td>Sourcecodester Enrollment System Project V1.0 is vulnerable to SQL Injection (SQLI) attacks, which allow an attacker to manipulate the SQL queries executed by the application. The application fails to properly validate user-supplied input in the username and password fields during the login process, enabling an attacker to inject malicious SQL code.</td><td><a href="https://www.exploit-db.com/exploits/51501">https://www.exploit-db.com/exploits/51501</a></td></tr><tr><td>CVE-2023-0527</td><td>A vulnerability was found in PHPGurukul Online Security Guards Hiring System 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file search-request.php. The manipulation of the argument searchdata with the input ">&#x3C;script>alert(document.domain)&#x3C;/script> leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-219596.</td><td><a href="https://www.exploit-db.com/exploits/51494">https://www.exploit-db.com/exploits/51494</a></td></tr><tr><td>CVE-2023-33829</td><td>A stored cross-site scripting (XSS) vulnerability in Cloudogu GmbH SCM Manager v1.2 to v1.60 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Description text field.</td><td><a href="https://www.exploit-db.com/exploits/51488">https://www.exploit-db.com/exploits/51488</a></td></tr><tr><td>CVE-2023-34581</td><td>Sourcecodester Service Provider Management System v1.0 is vulnerable to SQL Injection via the ID parameter in /php-spms/?page=services/view&#x26;id=2</td><td><a href="https://www.exploit-db.com/exploits/51482">https://www.exploit-db.com/exploits/51482</a></td></tr><tr><td>CVE-2023-25439</td><td>Stored Cross Site Scripting (XSS) vulnerability in Square Pig FusionInvoice 2023-1.0, allows attackers to execute arbitrary code via the description or content fields to the expenses, tasks, and customer details.</td><td><a href="https://www.exploit-db.com/exploits/51480">https://www.exploit-db.com/exploits/51480</a></td></tr><tr><td>CVE-2023-25440</td><td>Stored Cross Site Scripting (XSS) vulnerability in the add contact function CiviCRM 5.59.alpha1, allows attackers to execute arbitrary code in first/second name field.</td><td><a href="https://www.exploit-db.com/exploits/51478">https://www.exploit-db.com/exploits/51478</a></td></tr><tr><td>CVE-2023-31699</td><td>ChurchCRM v4.5.4 is vulnerable to Reflected Cross-Site Scripting (XSS) via image file.</td><td><a href="https://www.exploit-db.com/exploits/51477">https://www.exploit-db.com/exploits/51477</a></td></tr><tr><td>CVE-2023-31703</td><td>Cross Site Scripting (XSS) in the edit user form in Microworld Technologies eScan management console 14.0.1400.2281 allows remote attacker to inject arbitrary code via the from parameter.</td><td><a href="https://www.exploit-db.com/exploits/51467">https://www.exploit-db.com/exploits/51467</a></td></tr><tr><td>CVE-2023-31702</td><td>SQL injection in the View User Profile in MicroWorld eScan Management Console 14.0.1400.2281 allows remote attacker to dump entire database and gain windows XP command shell to perform code execution on database server via GetUserCurrentPwd?UsrId=1.</td><td><a href="https://www.exploit-db.com/exploits/51466">https://www.exploit-db.com/exploits/51466</a></td></tr><tr><td>CVE-2023-30256</td><td>Cross Site Scripting vulnerability found in Webkil QloApps v.1.5.2 allows a remote attacker to obtain sensitive information via the back and email_create parameters in the AuthController.php file.</td><td><a href="https://www.exploit-db.com/exploits/51465">https://www.exploit-db.com/exploits/51465</a></td></tr><tr><td>CVE-2023-27350</td><td>This vulnerability allows remote attackers to bypass authentication on affected installations of PaperCut NG 22.0.5 (Build 63914). Authentication is not required to exploit this vulnerability. The specific flaw exists within the SetupCompleted class. The issue results from improper access control. An attacker can leverage this vulnerability to bypass authentication and execute arbitrary code in the context of SYSTEM. Was ZDI-CAN-18987.</td><td><a href="https://www.exploit-db.com/exploits/51452">https://www.exploit-db.com/exploits/51452</a></td></tr><tr><td>CVE-2023-1934</td><td>The PnPSCADA system, a product of SDG Technologies CC, is afflicted by a critical unauthenticated error-based PostgreSQL Injection vulnerability. Present within the hitlogcsv.jsp endpoint, this security flaw permits unauthenticated attackers to engage with the underlying database seamlessly and passively. Consequently, malicious actors could gain access to vital information, such as Industrial Control System (ICS) and OT data, alongside other sensitive records like SMS and SMS Logs. The unauthorized database access exposes compromised systems to potential manipulation or breach of essential infrastructure data, highlighting the severity of this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51448">https://www.exploit-db.com/exploits/51448</a></td></tr><tr><td>CVE-2023-29809</td><td>SQL injection vulnerability found in Maximilian Vogt companymaps (cmaps) v.8.0 allows a remote attacker to execute arbitrary code via a crafted script in the request.</td><td><a href="https://www.exploit-db.com/exploits/51422">https://www.exploit-db.com/exploits/51422</a></td></tr><tr><td>CVE-2023-29983</td><td>Cross Site Scripting vulnerability found in Maximilian Vogt cmaps v.8.0 allows a remote attacker to execute arbitrary code via the auditlog tab in the admin panel.</td><td><a href="https://www.exploit-db.com/exploits/51417">https://www.exploit-db.com/exploits/51417</a></td></tr><tr><td>CVE-2023-31714</td><td>Chitor-CMS before v1.1.2 was discovered to contain multiple SQL injection vulnerabilities.</td><td><a href="https://www.exploit-db.com/exploits/51383">https://www.exploit-db.com/exploits/51383</a></td></tr><tr><td>CVE-2023-27179</td><td>GDidees CMS v3.9.1 and lower was discovered to contain an arbitrary file download vulenrability via the filename parameter at /_admin/imgdownload.php.</td><td><a href="https://www.exploit-db.com/exploits/51381">https://www.exploit-db.com/exploits/51381</a></td></tr><tr><td>CVE-2023-26692</td><td>ZCBS Zijper Collectie Beheer Systeem (ZCBS), Zijper Publication Management System (ZPBS), and Zijper Image Bank Management System (ZBBS) 4.14k is vulnerable to Cross Site Scripting (XSS).</td><td><a href="https://www.exploit-db.com/exploits/51347">https://www.exploit-db.com/exploits/51347</a></td></tr><tr><td>CVE-2023-22232</td><td>Adobe Connect versions 11.4.5 (and earlier), 12.1.5 (and earlier) are affected by an Improper Access Control vulnerability that could result in a Security feature bypass. An attacker could leverage this vulnerability to impact the integrity of a minor feature. Exploitation of this issue does not require user interaction.</td><td><a href="https://www.exploit-db.com/exploits/51327">https://www.exploit-db.com/exploits/51327</a></td></tr><tr><td>CVE-2023-28343</td><td>OS command injection affects Altenergy Power Control Software C1.2.5 via shell metacharacters in the index.php/management/set_timezone timezone parameter, because of set_timezone in models/management_model.php.</td><td><a href="https://www.exploit-db.com/exploits/51325">https://www.exploit-db.com/exploits/51325</a></td></tr><tr><td>CVE-2023-24787</td><td>** REJECT ** DO NOT USE THIS CVE RECORD. ConsultIDs: CVE-2023-24685. Reason: This record is a duplicate of CVE-2023-24685. Notes: All CVE users should reference CVE-2023-24685 instead of this record. All references and descriptions in this record have been removed to prevent accidental usage.</td><td><a href="https://www.exploit-db.com/exploits/51319">https://www.exploit-db.com/exploits/51319</a></td></tr><tr><td>CVE-2023-24788</td><td>NotrinosERP v0.7 was discovered to contain a SQL injection vulnerability via the OrderNumber parameter at /NotrinosERP/sales/customer_delivery.php.</td><td><a href="https://www.exploit-db.com/exploits/51318">https://www.exploit-db.com/exploits/51318</a></td></tr><tr><td>CVE-2023-0902</td><td>A vulnerability was found in SourceCodester Simple Food Ordering System 1.0. It has been classified as problematic. This affects an unknown part of the file process_order.php. The manipulation of the argument order leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-221451.</td><td><a href="https://www.exploit-db.com/exploits/51292">https://www.exploit-db.com/exploits/51292</a></td></tr><tr><td>CVE-2023-0962</td><td>A vulnerability was found in SourceCodester Music Gallery Site 1.0. It has been declared as critical. This vulnerability affects unknown code of the file Master.php of the component GET Request Handler. The manipulation of the argument id leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-221632.</td><td><a href="https://www.exploit-db.com/exploits/51291">https://www.exploit-db.com/exploits/51291</a></td></tr><tr><td>CVE-2023-0961</td><td>A vulnerability was found in SourceCodester Music Gallery Site 1.0. It has been classified as critical. This affects an unknown part of the file view_music_details.php of the component GET Request Handler. The manipulation of the argument id leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-221631.</td><td><a href="https://www.exploit-db.com/exploits/51290">https://www.exploit-db.com/exploits/51290</a></td></tr><tr><td>CVE-2023-0938</td><td>A vulnerability classified as critical has been found in SourceCodester Music Gallery Site 1.0. This affects an unknown part of the file music_list.php of the component GET Request Handler. The manipulation of the argument cid leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-221553 was assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51288">https://www.exploit-db.com/exploits/51288</a></td></tr><tr><td>CVE-2023-0902</td><td>A vulnerability was found in SourceCodester Simple Food Ordering System 1.0. It has been classified as problematic. This affects an unknown part of the file process_order.php. The manipulation of the argument order leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-221451.</td><td><a href="https://www.exploit-db.com/exploits/51287">https://www.exploit-db.com/exploits/51287</a></td></tr><tr><td>CVE-2023-0904</td><td>A vulnerability was found in SourceCodester Employee Task Management System 1.0. It has been rated as critical. This issue affects some unknown processing of the file task-details.php. The manipulation of the argument task_id leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-221453 was assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51286">https://www.exploit-db.com/exploits/51286</a></td></tr><tr><td>CVE-2023-0915</td><td>A vulnerability classified as critical has been found in SourceCodester Auto Dealer Management System 1.0. Affected is an unknown function of the file /adms/admin/?page=user/manage_user. The manipulation of the argument id leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. VDB-221490 is the identifier assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51284">https://www.exploit-db.com/exploits/51284</a></td></tr><tr><td>CVE-2023-0913</td><td>A vulnerability classified as critical was found in SourceCodester Auto Dealer Management System 1.0. This vulnerability affects unknown code of the file /adms/admin/?page=vehicles/sell_vehicle. The manipulation of the argument id leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. VDB-221482 is the identifier assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51283">https://www.exploit-db.com/exploits/51283</a></td></tr><tr><td>CVE-2023-0912</td><td>A vulnerability classified as critical has been found in SourceCodester Auto Dealer Management System 1.0. This affects an unknown part of the file /adms/admin/?page=vehicles/view_transaction. The manipulation of the argument id leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-221481 was assigned to this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/51282">https://www.exploit-db.com/exploits/51282</a></td></tr><tr><td>CVE-2023-23156</td><td>Art Gallery Management System Project in PHP 1.0 was discovered to contain a SQL injection vulnerability via the pid parameter in the single-product page.</td><td><a href="https://www.exploit-db.com/exploits/51272">https://www.exploit-db.com/exploits/51272</a></td></tr><tr><td>CVE-2023-23286</td><td>Cross Site Scripting (XSS) vulnerability in Provide server 14.4 allows attackers to execute arbitrary code through the server-log via username field from the login form.</td><td><a href="https://www.exploit-db.com/exploits/51264">https://www.exploit-db.com/exploits/51264</a></td></tr><tr><td>CVE-2023-0214</td><td>A cross-site scripting vulnerability in Skyhigh SWG in main releases 11.x prior to 11.2.6, 10.x prior to 10.2.17, and controlled release 12.x prior to 12.0.1 allows a remote attacker to craft SWG-specific internal requests with URL paths to any third-party website, causing arbitrary content to be injected into the response when accessed through SWG.</td><td><a href="https://www.exploit-db.com/exploits/51237">https://www.exploit-db.com/exploits/51237</a></td></tr><tr><td>CVE-2023-23488</td><td>The Paid Memberships Pro WordPress Plugin, version &#x3C; 2.9.8, is affected by an unauthenticated SQL injection vulnerability in the 'code' parameter of the '/pmpro/v1/order' REST route.</td><td><a href="https://www.exploit-db.com/exploits/51235">https://www.exploit-db.com/exploits/51235</a></td></tr><tr><td>CVE-2023-23163</td><td>Art Gallery Management System Project v1.0 was discovered to contain a SQL injection vulnerability via the editid parameter.</td><td><a href="https://www.exploit-db.com/exploits/51216">https://www.exploit-db.com/exploits/51216</a></td></tr><tr><td>CVE-2023-23162</td><td>Art Gallery Management System Project v1.0 was discovered to contain a SQL injection vulnerability via the cid parameter at product.php.</td><td><a href="https://www.exploit-db.com/exploits/51215">https://www.exploit-db.com/exploits/51215</a></td></tr><tr><td>CVE-2023-23161</td><td>A reflected cross-site scripting (XSS) vulnerability in Art Gallery Management System Project v1.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the artname parameter under ART TYPE option in the navigation bar.</td><td><a href="https://www.exploit-db.com/exploits/51214">https://www.exploit-db.com/exploits/51214</a></td></tr><tr><td>CVE-2023-0084</td><td>The Metform Elementor Contact Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via text areas on forms in versions up to, and including, 3.1.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page, which is the submissions page.</td><td><a href="https://www.exploit-db.com/exploits/51204">https://www.exploit-db.com/exploits/51204</a></td></tr><tr><td>CVE-2023-25289</td><td>Directory Traversal vulnerability in virtualreception Digital Receptie version win7sp1_rtm.101119-1850 6.1.7601.1.0.65792 in embedded web server, allows attacker to gain sensitive information via a crafted GET request.</td><td><a href="https://www.exploit-db.com/exploits/51142">https://www.exploit-db.com/exploits/51142</a></td></tr><tr><td>CVE-2023-24657</td><td>phpipam v1.6 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the closeClass parameter at /subnet-masks/popup.php.</td><td><a href="https://www.exploit-db.com/exploits/52176">https://www.exploit-db.com/exploits/52176</a></td></tr><tr><td>CVE-2023-30258</td><td>Command Injection vulnerability in MagnusSolution magnusbilling 6.x and 7.x allows remote attackers to run arbitrary commands via unauthenticated HTTP request.</td><td><a href="https://www.exploit-db.com/exploits/52170">https://www.exploit-db.com/exploits/52170</a></td></tr><tr><td>CVE-2023-2745</td><td>WordPress Core is vulnerable to Directory Traversal in versions up to, and including, 6.2, via the ‘wp_lang’ parameter. This allows unauthenticated attackers to access and load arbitrary translation files. In cases where an attacker is able to upload a crafted translation file onto the site, such as via an upload form, this could be also used to perform a Cross-Site Scripting attack.</td><td><a href="https://www.exploit-db.com/exploits/52274">https://www.exploit-db.com/exploits/52274</a></td></tr><tr><td>CVE-2023-44088</td><td>Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Pandora FMS on all allows SQL Injection. Arbitrary SQL queries were allowed to be executed using any account with low privileges. This issue affects Pandora FMS: from 700 through 774.</td><td><a href="https://www.exploit-db.com/exploits/52157">https://www.exploit-db.com/exploits/52157</a></td></tr><tr><td>CVE-2023-48292</td><td>The XWiki Admin Tools Application provides tools to help the administration of XWiki. Starting in version 4.4 and prior to version 4.5.1, a cross site request forgery vulnerability in the admin tool for executing shell commands on the server allows an attacker to execute arbitrary shell commands by tricking an admin into loading the URL with the shell command. A very simple possibility for an attack are comments. When the attacker can leave a comment on any page in the wiki it is sufficient to include an image with an URL like <code>/xwiki/bin/view/Admin/RunShellCommand?command=touch%20/tmp/attacked</code> in the comment. When an admin views the comment, the file <code>/tmp/attacked</code> will be created on the server. The output of the command is also vulnerable to XWiki syntax injection which offers a simple way to execute Groovy in the context of the XWiki installation and thus an even easier way to compromise the integrity and confidentiality of the whole XWiki installation. This has been patched by adding a form token check in version 4.5.1 of the admin tools. Some workarounds are available. The patch can be applied manually to the affected wiki pages. Alternatively, the document <code>Admin.RunShellCommand</code> can also be deleted if the possibility to run shell commands isn't needed.</td><td><a href="https://www.exploit-db.com/exploits/52105">https://www.exploit-db.com/exploits/52105</a></td></tr><tr><td>CVE-2023-1545</td><td>SQL Injection in GitHub repository nilsteampassnet/teampass prior to 3.0.0.23.</td><td><a href="https://www.exploit-db.com/exploits/52094">https://www.exploit-db.com/exploits/52094</a></td></tr><tr><td>CVE-2023-6710</td><td>A flaw was found in the mod_proxy_cluster in the Apache server. This issue may allow a malicious user to add a script in the 'alias' parameter in the URL to trigger the stored cross-site scripting (XSS) vulnerability. By adding a script on the alias parameter on the URL, it adds a new virtual host and adds the script to the cluster-manager page.</td><td><a href="https://www.exploit-db.com/exploits/52010">https://www.exploit-db.com/exploits/52010</a></td></tr><tr><td>CVE-2023-6019</td><td>A command injection existed in Ray's cpu_profile URL parameter allowing attackers to execute os commands on the system running the ray dashboard remotely without authentication. The issue is fixed in version 2.8.1+. Ray maintainers' response can be found here: https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023</td><td><a href="https://www.exploit-db.com/exploits/51978">https://www.exploit-db.com/exploits/51978</a></td></tr><tr><td>CVE-2023-4382</td><td>A vulnerability, which was classified as problematic, has been found in tdevs Hyip Rio 2.1. Affected by this issue is some unknown functionality of the file /user/settings of the component Profile Settings. The manipulation of the argument avatar leads to cross site scripting. The attack may be launched remotely. VDB-237314 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51698">Hyip Rio 2.1 - Arbitrary File Upload - PHP webapps Exploit</a></td></tr><tr><td>CVE-2023-4168</td><td>A vulnerability was found in Templatecookie Adlisting 2.14.0. It has been classified as problematic. Affected is an unknown function of the file /ad-list of the component Redirect Handler. The manipulation leads to information disclosure. It is possible to launch the attack remotely. The identifier of this vulnerability is VDB-236184. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51667">https://www.exploit-db.com/exploits/51667</a></td></tr><tr><td>CVE-2023-4112</td><td>A vulnerability was found in PHP Jabbers Shuttle Booking Software 1.0. It has been classified as problematic. This affects an unknown part of the file /index.php. The manipulation leads to cross site scripting. It is possible to initiate the attack remotely. The associated identifier of this vulnerability is VDB-235959. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.</td><td><a href="https://www.exploit-db.com/exploits/51648">https://www.exploit-db.com/exploits/51648</a></td></tr><tr><td>CVE-2023-3849</td><td>A vulnerability, which was classified as problematic, was found in mooSocial mooDating 1.2. Affected is an unknown function of the file /find-a-match of the component URL Handler. The manipulation leads to cross site scripting. It is possible to launch the attack remotely. The identifier of this vulnerability is VDB-235200. NOTE: We tried to contact the vendor early about the disclosure but the official mail address was not working properly.</td><td><a href="https://www.exploit-db.com/exploits/51628">https://www.exploit-db.com/exploits/51628</a></td></tr><tr><td>CVE-2023-34635</td><td>Wifi Soft Unibox Administration 3.0 and 3.1 is vulnerable to SQL Injection. The vulnerability occurs because of not validating or sanitizing the user input in the username field of the login page.</td><td><a href="https://www.exploit-db.com/exploits/51610">https://www.exploit-db.com/exploits/51610</a></td></tr><tr><td>CVE-2023-37629</td><td>Online Piggery Management System 1.0 is vulnerable to File Upload. An unauthenticated user can upload a php file by sending a POST request to "add-pig.php."</td><td><a href="https://www.exploit-db.com/exploits/51598">https://www.exploit-db.com/exploits/51598</a></td></tr><tr><td>CVE-2023-37269</td><td>Winter is a free, open-source content management system (CMS) based on the Laravel PHP framework. Users with the <code>backend.manage_branding</code> permission can upload SVGs as the application logo. Prior to version 1.2.3, SVG uploads were not sanitized, which could have allowed a stored cross-site scripting (XSS) attack. To exploit the vulnerability, an attacker would already need to have developer or super user level permissions in Winter CMS. This means they would already have extensive access and control within the system. Additionally, to execute the XSS, the attacker would need to convince the victim to directly visit the URL of the maliciously uploaded SVG, and the application would have to be using local storage where uploaded files are served under the same domain as the application itself instead of a CDN. This is because all SVGs in Winter CMS are rendered through an <code>img</code> tag, which prevents any payloads from being executed directly. These two factors significantly limit the potential harm of this vulnerability. This issue has been patched in v1.2.3 through the inclusion of full support for SVG uploads and automatic sanitization of uploaded SVG files. As a workaround, one may apply the patches manually.</td><td><a href="https://www.exploit-db.com/exploits/51591">https://www.exploit-db.com/exploits/51591</a></td></tr><tr><td>CVE-2023-36163</td><td>Cross Site Scripting vulnerability in IP-DOT BuildaGate v.BuildaGate5 allows a remote attacker to execute arbitrary code via a crafted script to the mc parameter of the URL.</td><td><a href="https://www.exploit-db.com/exploits/51581">https://www.exploit-db.com/exploits/51581</a></td></tr><tr><td>CVE-2023-36348</td><td>POS Codekop v2.0 was discovered to contain an authenticated remote code execution (RCE) vulnerability via the filename parameter.</td><td><a href="https://www.exploit-db.com/exploits/51551">https://www.exploit-db.com/exploits/51551</a></td></tr><tr><td>CVE-2023-2779</td><td>The Social Share, Social Login and Social Comments WordPress plugin before 7.13.52 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.</td><td><a href="https://www.exploit-db.com/exploits/51534">https://www.exploit-db.com/exploits/51534</a></td></tr><tr><td>CVE-2023-3184</td><td>A vulnerability was found in SourceCodester Sales Tracker Management System 1.0. It has been rated as problematic. Affected by this issue is some unknown functionality of the file /classes/Users.php?f=save. The manipulation of the argument firstname/middlename/lastname/username leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-231164.</td><td><a href="https://www.exploit-db.com/exploits/51513">https://www.exploit-db.com/exploits/51513</a></td></tr><tr><td>CVE-2023-3187</td><td>A vulnerability, which was classified as critical, has been found in PHPGurukul Teachers Record Management System 1.0. Affected by this issue is some unknown functionality of the file /changeimage.php of the component Profile Picture Handler. The manipulation of the argument newpic leads to unrestricted upload. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-231176.</td><td><a href="https://www.exploit-db.com/exploits/51512">https://www.exploit-db.com/exploits/51512</a></td></tr><tr><td>CVE-2023-0455</td><td>Unrestricted Upload of File with Dangerous Type in GitHub repository unilogies/bumsys prior to v1.0.3-beta.</td><td><a href="https://www.exploit-db.com/exploits/51492">https://www.exploit-db.com/exploits/51492</a></td></tr><tr><td>CVE-2023-3219</td><td>The EventON WordPress plugin before 2.1.2 does not validate that the event_id parameter in its eventon_ics_download ajax action is a valid Event, allowing unauthenticated visitors to access any Post (including unpublished or protected posts) content via the ics export functionality by providing the numeric id of the post.</td><td><a href="https://www.exploit-db.com/exploits/51659">https://www.exploit-db.com/exploits/51659</a></td></tr><tr><td>CVE-2023-29918</td><td>RosarioSIS 10.8.4 is vulnerable to CSV injection via the Periods Module.</td><td><a href="https://www.exploit-db.com/exploits/51622">https://www.exploit-db.com/exploits/51622</a></td></tr><tr><td>CVE-2023-30198</td><td>Prestashop winbizpayment &#x3C;= 1.0.2 is vulnerable to Incorrect Access Control via modules/winbizpayment/downloads/download.php.</td><td><a href="https://www.exploit-db.com/exploits/51545">https://www.exploit-db.com/exploits/51545</a></td></tr><tr><td>CVE-2023-5360</td><td>The Royal Elementor Addons and Templates WordPress plugin before 1.3.79 does not properly validate uploaded files, which could allow unauthenticated users to upload arbitrary files, such as PHP and achieve RCE.</td><td><a href="https://www.exploit-db.com/exploits/52127">https://www.exploit-db.com/exploits/52127</a></td></tr><tr><td>CVE-2023-0159</td><td><p>The Extensive VC Addons for WPBakery page builder WordPress plugin before 1.9.1 does not validate a parameter passed to the php extract function when loading templates, allowing an unauthenticated attacker to override the template path to read arbitrary files from the hosts file system. This may be escalated to RCE using PHP filter chains.</p><p></p></td><td><a href="https://www.exploit-db.com/exploits/52085">https://www.exploit-db.com/exploits/52085</a></td></tr><tr><td>CVE-2023-4220</td><td>Unrestricted file upload in big file upload functionality in <code>/main/inc/lib/javascript/bigupload/inc/bigUpload.php</code> in Chamilo LMS &#x3C;= v1.11.24 allows unauthenticated attackers to perform stored cross-site scripting attacks and obtain remote code execution via uploading of web shell.</td><td><a href="https://www.exploit-db.com/exploits/52083">https://www.exploit-db.com/exploits/52083</a></td></tr><tr><td>CVE-2023-40279</td><td>An issue was discovered in OpenClinic GA 5.247.01. An attacker can perform a directory path traversal via the Page parameter in a GET request to main.do.</td><td><a href="https://www.exploit-db.com/exploits/51995">https://www.exploit-db.com/exploits/51995</a></td></tr><tr><td>CVE-2023-39147</td><td>An arbitrary file upload vulnerability in Uvdesk 1.1.3 allows attackers to execute arbitrary code via uploading a crafted image file.</td><td><a href="https://www.exploit-db.com/exploits/51639">https://www.exploit-db.com/exploits/51639</a></td></tr><tr><td>CVE-2023-4634</td><td>The Media Library Assistant plugin for WordPress is vulnerable to Local File Inclusion and Remote Code Execution in versions up to, and including, 3.09. This is due to insufficient controls on file paths being supplied to the 'mla_stream_file' parameter from the ~/includes/mla-stream-image.php file, where images are processed via Imagick(). This makes it possible for unauthenticated attackers to supply files via FTP that will make directory lists, local file inclusion, and remote code execution possible.</td><td><a href="https://www.exploit-db.com/exploits/51737">https://www.exploit-db.com/exploits/51737</a></td></tr></tbody></table>


# CVE-2022

<table><thead><tr><th width="154.60003662109375">CVE</th><th width="299.800048828125">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2022-31470</td><td>An XSS vulnerability in the index_mobile_changepass.hsp reset-password section of Axigen Mobile WebMail before 10.2.3.12 and 10.3.x before 10.3.3.47 allows attackers to run arbitrary Javascript code that, using an active end-user session (for a logged-in user), can access and retrieve mailbox content.</td><td><a href="https://www.exploit-db.com/exploits/51722">https://www.exploit-db.com/exploits/51722</a></td></tr><tr><td>CVE-2022-35919</td><td>MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. In affected versions all 'admin' users authorized for `admin:ServerUpdate` can selectively trigger an error that in response, returns the content of the path requested. Any normal OS system would allow access to contents at any arbitrary paths that are readable by MinIO process. Users are advised to upgrade. Users unable to upgrade may disable ServerUpdate API by denying the `admin:ServerUpdate` action for your admin users via IAM policies.</td><td><a href="https://www.exploit-db.com/exploits/51734">https://www.exploit-db.com/exploits/51734</a></td></tr><tr><td>CVE - 2022-4944</td><td>A vulnerability, which was classified as problematic, has been found in kalcaddle KodExplorer up to 4.49. Affected by this issue is some unknown functionality. The manipulation leads to cross-site request forgery. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 4.50 is able to address this issue. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-227000.</td><td><a href="https://www.exploit-db.com/exploits/51388">https://www.exploit-db.com/exploits/51388</a></td></tr><tr><td>CVE-2022-43939</td><td>Hitachi Vantara Pentaho Business Analytics Server versions before 9.4.0.1 and 9.3.0.2, including 8.3.x contain security restrictions using non-canonical URLs which can be circumvented.</td><td><a href="https://www.exploit-db.com/exploits/51350">https://www.exploit-db.com/exploits/51350</a></td></tr><tr><td>CVE-2022-43769</td><td>Hitachi Vantara Pentaho Business Analytics Server prior to versions 9.4.0.1 and 9.3.0.2, including 8.3.x allow certain web services to set property values which contain Spring templates that are interpreted downstream.</td><td><a href="https://www.exploit-db.com/exploits/51350">https://www.exploit-db.com/exploits/51350</a></td></tr><tr><td>CVE-2022-48177</td><td>X2CRM Open Source Sales CRM 6.6 and 6.9 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the adin/importModels Import Records Model field (model parameter). This vulnerability allows attackers to create malicious JavaScript that will be executed by the victim user's browser.</td><td><a href="https://www.exploit-db.com/exploits/51346">https://www.exploit-db.com/exploits/51346</a></td></tr><tr><td>CVE-2022-25630</td><td>An authenticated user can embed malicious content with XSS into the admin group policy page.</td><td><a href="https://www.exploit-db.com/exploits/51342">https://www.exploit-db.com/exploits/51342</a></td></tr><tr><td>CVE-2022-40347</td><td>SQL Injection vulnerability in Intern Record System version 1.0 in /intern/controller.php in 'phone', 'email', 'deptType' and 'name' parameters, allows attackers to execute arbitrary code and gain sensitive information.</td><td><a href="https://www.exploit-db.com/exploits/51274">https://www.exploit-db.com/exploits/51274</a></td></tr><tr><td>CVE-2022-40032</td><td>SQL Injection vulnerability in Simple Task Managing System version 1.0 in login.php in 'username' and 'password' parameters, allows attackers to execute arbitrary code and gain sensitive information.</td><td><a href="https://www.exploit-db.com/exploits/51273">https://www.exploit-db.com/exploits/51273</a></td></tr><tr><td>CVE-2022-48110</td><td>CKSource CKEditor 5 35.4.0 was discovered to contain a cross-site scripting (XSS) vulnerability via the Full Featured CKEditor5 widget. NOTE: the vendor's position is that this is not a vulnerability. The CKEditor 5 documentation discusses that it is the responsibility of an integrator (who is adding CKEditor 5 functionality to a website) to choose the correct security settings for their use case. Also, safe default values are established (e.g., config.htmlEmbed.showPreviews is false).</td><td><a href="https://www.exploit-db.com/exploits/51260">https://www.exploit-db.com/exploits/51260</a></td></tr><tr><td>CVE-2022-28598</td><td>Frappe ERPNext 12.29.0 is vulnerable to XSS where the software does not neutralize or incorrectly neutralize user-controllable input before it is placed in output that is used as a web page that is served to other users.</td><td><a href="https://www.exploit-db.com/exploits/51255">https://www.exploit-db.com/exploits/51255</a></td></tr><tr><td>CVE-2022-46604</td><td>An issue in Tecrail Responsive FileManager v9.9.5 and below allows attackers to bypass the file extension check mechanism and upload a crafted PHP file, leading to arbitrary code execution.</td><td><a href="https://www.exploit-db.com/exploits/51251">https://www.exploit-db.com/exploits/51251</a></td></tr><tr><td>CVE-2022-34128</td><td>The Cartography (aka positions) plugin before 6.0.1 for GLPI allows remote code execution via PHP code in the POST data to front/upload.php.</td><td><a href="https://www.exploit-db.com/exploits/51234">https://www.exploit-db.com/exploits/51234</a></td></tr><tr><td>CVE-2022-31056</td><td>GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing. In affected versions all assistance forms (Ticket/Change/Problem) permit sql injection on the actor fields. This issue has been resolved in version 10.0.2 and all affected users are advised to upgrade.</td><td><a href="https://www.exploit-db.com/exploits/51233">https://www.exploit-db.com/exploits/51233</a></td></tr><tr><td>CVE-2022-31161</td><td>Roxy-WI is a Web interface for managing HAProxy, Nginx and Keepalived servers. Prior to version 6.1.1.0, the system command can be run remotely via the subprocess_execute function without processing the inputs received from the user in the /app/options.py file. Version 6.1.1.0 contains a patch for this issue.</td><td><a href="https://www.exploit-db.com/exploits/51228">https://www.exploit-db.com/exploits/51228</a></td></tr><tr><td>CVE-2022-31126</td><td>Roxy-wi is an open source web interface for managing Haproxy, Nginx, Apache and Keepalived servers. A vulnerability in Roxy-wi allows a remote, unauthenticated attacker to code execution by sending a specially crafted HTTP request to /app/options.py file. This affects Roxy-wi versions before 6.1.1.0. Users are advised to upgrade. There are no known workarounds for this issue.</td><td><a href="https://www.exploit-db.com/exploits/51227">https://www.exploit-db.com/exploits/51227</a></td></tr><tr><td>CVE-2022-24637</td><td>Open Web Analytics (OWA) before 1.7.4 allows an unauthenticated remote attacker to obtain sensitive user information, which can be used to gain admin privileges by leveraging cache hashes. This occurs because files generated with '&#x3C;?php (instead of the intended "&#x3C;?php sequence) aren't handled by the PHP interpreter.</td><td><a href="https://www.exploit-db.com/exploits/51026">https://www.exploit-db.com/exploits/51026</a></td></tr><tr><td>CVE-2022-2840</td><td>The Zephyr Project Manager WordPress plugin before 3.2.5 does not sanitise and escape various parameters before using them in SQL statements via various AJAX actions available to both unauthenticated and authenticated users, leading to SQL injections</td><td><a href="https://www.exploit-db.com/exploits/51024">https://www.exploit-db.com/exploits/51024</a></td></tr><tr><td>CVE-2022-2941</td><td>The WP-UserOnline plugin for WordPress has multiple Stored Cross-Site Scripting vulnerabilities in versions up to, and including 2.88.0. This is due to the fact that all fields in the "Naming Conventions" section do not properly sanitize user input, nor escape it on output. This makes it possible for authenticated attackers, with administrative privileges, to inject JavaScript code into the setting that will execute whenever a user accesses the injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.</td><td><a href="https://www.exploit-db.com/exploits/51020">https://www.exploit-db.com/exploits/51020</a></td></tr><tr><td>CVE-2022-36633</td><td>Teleport 9.3.6 is vulnerable to Command injection leading to Remote Code Execution. An attacker can craft a malicious ssh agent installation link by URL encoding a bash escape with carriage return line feed. This url encoded payload can be used in place of a token and sent to a user in a social engineering attack. This is fully unauthenticated attack utilizing the trusted teleport server to deliver the payload.</td><td><a href="https://www.exploit-db.com/exploits/51019">https://www.exploit-db.com/exploits/51019</a></td></tr><tr><td>CVE-2022-36267</td><td>In Airspan AirSpot 5410 version 0.3.4.1-4 and under there exists a Unauthenticated remote command injection vulnerability. The ping functionality can be called without user authentication when crafting a malicious http request by injecting code in one of the parameters allowing for remote code execution. This vulnerability is exploited via the binary file /home/www/cgi-bin/diagnostics.cgi that accepts unauthenticated requests and unsanitized data. As a result, a malicious actor can craft a specific request and interact remotely with the device.</td><td><a href="https://www.exploit-db.com/exploits/51011">https://www.exploit-db.com/exploits/51011</a></td></tr><tr><td>CVE-2022-1040</td><td>An authentication bypass vulnerability in the User Portal and Webadmin allows a remote attacker to execute code in Sophos Firewall version v18.5 MR3 and older.</td><td><a href="https://www.exploit-db.com/exploits/51006">https://www.exploit-db.com/exploits/51006</a></td></tr><tr><td>CVE-2022-34140</td><td>A stored cross-site scripting (XSS) vulnerability in /index.php?r=site%2Fsignup of Feehi CMS v2.1.1 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the username field.</td><td><a href="https://www.exploit-db.com/exploits/51002">https://www.exploit-db.com/exploits/51002</a></td></tr><tr><td>CVE-2022-20277</td><td>There are multiple unauthenticated directory traversal vulnerabilities in different FTP commands in uftpd FTP server versions 2.7 to 2.10 due to improper implementation of a chroot jail in common.c's compose_abspath function that can be abused to read or write to arbitrary files on the filesystem, leak process memory, or potentially lead to remote code execution.</td><td><a href="https://www.exploit-db.com/exploits/51000">https://www.exploit-db.com/exploits/51000</a></td></tr><tr><td>CVE-2022-31325</td><td>There is a SQL Injection vulnerability in ChurchCRM 4.4.5 via the 'PersonID' field in /churchcrm/WhyCameEditor.php.</td><td><a href="https://www.exploit-db.com/exploits/50965">https://www.exploit-db.com/exploits/50965</a></td></tr><tr><td>CVE-2022-31885</td><td>Marval MSM v14.19.0.12476 is vulnerable to OS Command Injection due to the insecure handling of VBScripts.</td><td><a href="https://www.exploit-db.com/exploits/50956">https://www.exploit-db.com/exploits/50956</a></td></tr><tr><td>CVE-2022-29296</td><td>A reflected cross-site scripting (XSS) vulnerability in the login portal of Avantune Genialcloud ProJ - 10 allows attackers to execute arbitrary web scripts or HTML via a crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/50955">https://www.exploit-db.com/exploits/50955</a></td></tr><tr><td>CVE-2022-26134</td><td>In affected versions of Confluence Server and Data Center, an OGNL injection vulnerability exists that would allow an unauthenticated attacker to execute arbitrary code on a Confluence Server or Data Center instance. The affected versions are from 1.3.0 before 7.4.17, from 7.13.0 before 7.13.7, from 7.14.0 before 7.14.3, from 7.15.0 before 7.15.2, from 7.16.0 before 7.16.4, from 7.17.0 before 7.17.4, and from 7.18.0 before 7.18.1.</td><td><a href="https://www.exploit-db.com/exploits/50952">https://www.exploit-db.com/exploits/50952</a></td></tr><tr><td>CVE-2022-29298</td><td>SolarView Compact ver.6.00 allows attackers to access sensitive files via directory traversal.</td><td><a href="https://www.exploit-db.com/exploits/50950">https://www.exploit-db.com/exploits/50950</a></td></tr><tr><td>CVE-2022-23626</td><td>m1k1o/blog is a lightweight self-hosted facebook-styled PHP blog. Errors from functions `imagecreatefrom*` and `image*` have not been checked properly. Although PHP issued warnings and the upload function returned `false`, the original file (that could contain a malicious payload) was kept on the disk. Users are advised to upgrade as soon as possible. There are no known workarounds for this issue.</td><td><a href="https://www.exploit-db.com/exploits/50943">https://www.exploit-db.com/exploits/50943</a></td></tr><tr><td>CVE-2022-0967</td><td>Stored XSS via File Upload in star7th/showdoc in star7th/showdoc in GitHub repository star7th/showdoc prior to 2.10.4.</td><td><a href="https://www.exploit-db.com/exploits/50941">https://www.exploit-db.com/exploits/50941</a></td></tr><tr><td>CVE-2022-29303</td><td>SolarView Compact ver.6.00 was discovered to contain a command injection vulnerability via conf_mail.php.</td><td><a href="https://www.exploit-db.com/exploits/50940">https://www.exploit-db.com/exploits/50940</a></td></tr><tr><td>CVE-2022-29727</td><td>Survey Sparrow Enterprise Survey Software 2022 has a Stored cross-site scripting (XSS) vulnerability in the Signup parameter.</td><td><a href="https://www.exploit-db.com/exploits/50937">https://www.exploit-db.com/exploits/50937</a></td></tr><tr><td>CVE-2022-28080</td><td>Royal Event Management System v1.0 was discovered to contain a SQL injection vulnerability via the todate parameter.</td><td><a href="https://www.exploit-db.com/exploits/50934">https://www.exploit-db.com/exploits/50934</a></td></tr><tr><td>CVE-2022-28079</td><td>College Management System v1.0 was discovered to contain a SQL injection vulnerability via the course_code parameter.</td><td><a href="https://www.exploit-db.com/exploits/50933">https://www.exploit-db.com/exploits/50933</a></td></tr><tr><td>CVE-2022-27308</td><td>A stored cross-site scripting (XSS) vulnerability in PHProjekt PhpSimplyGest v1.3.0 allows attackers to execute arbitrary web scripts or HTML via a project title.</td><td><a href="https://www.exploit-db.com/exploits/50922">https://www.exploit-db.com/exploits/50922</a></td></tr><tr><td>CVE-2022-27412</td><td>Explore CMS v1.0 was discovered to contain a SQL injection vulnerability via a /page.php?id= request.</td><td><a href="https://www.exploit-db.com/exploits/50920">https://www.exploit-db.com/exploits/50920</a></td></tr><tr><td>CVE-2022-24707</td><td>Anuko Time Tracker is an open source, web-based time tracking application written in PHP. UNION SQL injection and time-based blind injection vulnerabilities existed in Time Tracker Puncher plugin in versions of anuko timetracker prior to 1.20.0.5642. This was happening because the Puncher plugin was reusing code from other places and was relying on an unsanitized date parameter in POST requests. Because the parameter was not checked, it was possible to craft POST requests with malicious SQL for Time Tracker database. This issue has been resolved in in version 1.20.0.5642. Users unable to upgrade are advised to add their own checks to input.</td><td><a href="https://www.exploit-db.com/exploits/50915">https://www.exploit-db.com/exploits/50915</a></td></tr><tr><td>CVE-2022-28213</td><td>When a user access SOAP Web services in SAP BusinessObjects Business Intelligence Platform - version 420, 430, it does not sufficiently validate the XML document accepted from an untrusted source, which might result in arbitrary files retrieval from the server and in successful exploits of DoS.</td><td><a href="https://www.exploit-db.com/exploits/50900">https://www.exploit-db.com/exploits/50900</a></td></tr><tr><td>CVE-2022-1175</td><td>mproper neutralization of user input in GitLab CE/EE versions 14.4 before 14.7.7, all versions starting from 14.8 before 14.8.5, all versions starting from 14.9 before 14.9.2 allowed an attacker to exploit XSS by injecting HTML in notes.</td><td><a href="https://www.exploit-db.com/exploits/50889">https://www.exploit-db.com/exploits/50889</a></td></tr><tr><td>CVE-2022-1104</td><td>The Popup Maker WordPress plugin before 1.16.5 does not sanitise and escape some of its Popup settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed</td><td><a href="https://www.exploit-db.com/exploits/50876">https://www.exploit-db.com/exploits/50876</a></td></tr><tr><td>CVE-2022-1163</td><td>Cross-site Scripting (XSS) - Stored in GitHub repository mineweb/minewebcms prior to next.</td><td><a href="https://www.exploit-db.com/exploits/50853">https://www.exploit-db.com/exploits/50853</a></td></tr><tr><td>CVE-2022-0824</td><td>Improper Access Control to Remote Code Execution in GitHub repository webmin/webmin prior to 1.990.</td><td><a href="https://www.exploit-db.com/exploits/50809">https://www.exploit-db.com/exploits/50809</a></td></tr><tr><td>CVE-2022-23366</td><td>HMS v1.0 was discovered to contain a SQL injection vulnerability via patientlogin.php.</td><td><a href="https://www.exploit-db.com/exploits/50729">https://www.exploit-db.com/exploits/50729</a></td></tr><tr><td>CVE-2022-24223</td><td>AtomCMS v2.0 was discovered to contain a SQL injection vulnerability via /admin/login.php.</td><td><a href="https://www.exploit-db.com/exploits/50727">https://www.exploit-db.com/exploits/50727</a></td></tr><tr><td>CVE-2022-0448</td><td>The CP Blocks WordPress plugin before 1.0.15 does not sanitise and escape its "License ID" settings, which could allow high privilege users to perform Cross-Site Scripting attacks even when the unfiltered_html is disallowed.</td><td><a href="https://www.exploit-db.com/exploits/50724">https://www.exploit-db.com/exploits/50724</a></td></tr><tr><td>CVE-2022-0332</td><td>A flaw was found in Moodle in versions 3.11 to 3.11.4. An SQL injection risk was identified in the h5p activity web service responsible for fetching user attempt data.</td><td><a href="https://www.exploit-db.com/exploits/50700">https://www.exploit-db.com/exploits/50700</a></td></tr><tr><td>CVE-2022-24263</td><td>Hospital Management System v4.0 was discovered to contain a SQL injection vulnerability in /Hospital-Management-System-master/func.php via the email parameter.</td><td><a href="https://www.exploit-db.com/exploits/50718">https://www.exploit-db.com/exploits/50718</a></td></tr><tr><td>CVE-2022-23046</td><td>PhpIPAM v1.4.4 allows an authenticated admin user to inject SQL sentences in the "subnet" parameter while searching a subnet via app/admin/routing/edit-bgp-mapping-search.php</td><td><a href="https://www.exploit-db.com/exploits/50684">https://www.exploit-db.com/exploits/50684</a></td></tr><tr><td>CVE-2022-21661</td><td>WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. Due to improper sanitization in WP_Query, there can be cases where SQL injection is possible through plugins or themes that use it in a certain way. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 3.7.37. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/50663">https://www.exploit-db.com/exploits/50663</a></td></tr><tr><td>CVE-2022-22965</td><td>A Spring MVC or Spring WebFlux application running on JDK 9+ may be vulnerable to remote code execution (RCE) via data binding. The specific exploit requires the application to run on Tomcat as a WAR deployment. If the application is deployed as a Spring Boot executable jar, i.e. the default, it is not vulnerable to the exploit. However, the nature of the vulnerability is more general, and there may be other ways to exploit it.</td><td><a href="https://pentest-tools.com/blog/detect-exploit-spring4shell-cve-2022-22965">https://pentest-tools.com/blog/detect-exploit-spring4shell-cve-2022-22965</a></td></tr><tr><td>CVE-2022-42889</td><td>Apache Commons Text performs variable interpolation, allowing properties to be dynamically evaluated and expanded. The standard format for interpolation is "${prefix:name}", where "prefix" is used to locate an instance of org.apache.commons.text.lookup.StringLookup that performs the interpolation. Starting with version 1.5 and continuing through 1.9, the set of default Lookup instances included interpolators that could result in arbitrary code execution or contact with remote servers. These lookups are: - "script" - execute expressions using the JVM script execution engine (javax.script) - "dns" - resolve dns records - "url" - load values from urls, including from remote servers Applications using the interpolation defaults in the affected versions may be vulnerable to remote code execution or unintentional contact with remote servers if untrusted configuration values are used. Users are recommended to upgrade to Apache Commons Text 1.10.0, which disables the problematic interpolators by default.</td><td><a href="https://www.exploit-db.com/exploits/52261">https://www.exploit-db.com/exploits/52261</a></td></tr><tr><td>CVE-2022-41358</td><td>A stored cross-site scripting (XSS) vulnerability in Garage Management System v1.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the categoriesName parameter in createCategories.php.</td><td><a href="https://www.exploit-db.com/exploits/52238">https://www.exploit-db.com/exploits/52238</a></td></tr><tr><td>CVE-2022-37061</td><td>All FLIR AX8 thermal sensor cameras version up to and including 1.46.16 are vulnerable to Remote Command Injection. This can be exploited to inject and execute arbitrary shell commands as the root user through the id HTTP POST parameter in the res.php endpoint. A successful exploit could allow the attacker to execute arbitrary commands on the underlying operating system with the root privileges.</td><td><a href="https://www.exploit-db.com/exploits/52240">https://www.exploit-db.com/exploits/52240</a></td></tr><tr><td>CVE-2022-4297</td><td>The WP AutoComplete Search WordPress plugin through 1.0.4 does not sanitise and escape a parameter before using it in a SQL statement via an AJAX available to unauthenticated users, leading to an unauthenticated SQL injection</td><td><a href="https://www.exploit-db.com/exploits/51560">https://www.exploit-db.com/exploits/51560</a></td></tr><tr><td>CVE-2022-4407</td><td>Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.1.9.</td><td><a href="https://www.exploit-db.com/exploits/52226">https://www.exploit-db.com/exploits/52226</a></td></tr><tr><td>CVE-2022-35914</td><td>/vendor/htmlawed/htmlawed/htmLawedTest.php in the htmlawed module for GLPI through 10.0.2 allows PHP code injection.</td><td><a href="https://www.exploit-db.com/exploits/52023">https://www.exploit-db.com/exploits/52023</a></td></tr><tr><td>CVE-2022-4395</td><td>The Membership For WooCommerce WordPress plugin before 2.1.7 does not validate uploaded files, which could allow unauthenticated users to upload arbitrary files, such as malicious PHP code, and achieve RCE.</td><td><a href="https://www.exploit-db.com/exploits/51959">https://www.exploit-db.com/exploits/51959</a></td></tr><tr><td>CVE-2022-4681</td><td>The Hide My WP WordPress plugin before 6.2.9 does not properly sanitize and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection.</td><td><a href="https://www.exploit-db.com/exploits/51871">https://www.exploit-db.com/exploits/51871</a></td></tr></tbody></table>


# CVE-2021

<table><thead><tr><th width="169">CVE</th><th width="324.2000732421875">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2021-42751</td><td>A cross-site scripting (XSS) vulnerability in Rule Engine in ThingsBoard 3.3.1 allows remote attackers (with administrative access) to inject arbitrary JavaScript within the description of a rule node.</td><td><a href="https://www.exploit-db.com/exploits/51004">https://www.exploit-db.com/exploits/51004</a></td></tr><tr><td>CVE-2021-42750</td><td>A cross-site scripting (XSS) vulnerability in Rule Engine in ThingsBoard 3.3.1 allows remote attackers (with administrative access) to inject arbitrary JavaScript within the title of a rule node.</td><td><a href="https://www.exploit-db.com/exploits/51003">https://www.exploit-db.com/exploits/51003</a></td></tr><tr><td>CVE-2021-43481</td><td>An SQL Injection vulnerability exists in Webtareas 2.4p3 and earlier via the $uq HTTP POST parameter in editapprovalstage.php.</td><td><a href="https://www.exploit-db.com/exploits/50893">https://www.exploit-db.com/exploits/50893</a></td></tr><tr><td>CVE-2021-24499</td><td>The Workreap WordPress theme before 2.2.2 AJAX actions workreap_award_temp_file_uploader and workreap_temp_file_uploader did not perform nonce checks, or validate that the request is from a valid user in any other way. The endpoints allowed for uploading arbitrary files to the uploads/workreap-temp directory. Uploaded files were neither sanitized nor validated, allowing an unauthenticated visitor to upload executable code such as php scripts.</td><td><a href="https://www.exploit-db.com/exploits/51510">https://www.exploit-db.com/exploits/51510</a></td></tr><tr><td>CVE-2021-21276</td><td>Polr is an open source URL shortener. in Polr before version 2.3.0, a vulnerability in the setup process allows attackers to gain admin access to site instances, even if they do not possess an existing account. This vulnerability exists regardless of users' settings. If an attacker crafts a request with specific cookie headers to the /setup/finish endpoint, they may be able to obtain admin privileges on the instance. This is caused by a loose comparison (==) in SetupController that is susceptible to attack. The project has been patched to ensure that a strict comparison (===) is used to verify the setup key, and that /setup/finish verifies that no users table exists before performing any migrations or provisioning any new accounts. This is fixed in version 2.3.0. Users can patch this vulnerability without upgrading by adding abort(404) to the very first line of finishSetup in SetupController.php.</td><td><a href="https://www.exploit-db.com/exploits/51277">https://www.exploit-db.com/exploits/51277</a></td></tr><tr><td>CVE-2021-36520</td><td>A SQL injection vulnerability in I-Tech Trainsmart r1044 exists via a evaluation/assign-evaluation?id= URI.</td><td><a href="https://www.exploit-db.com/exploits/51253">https://www.exploit-db.com/exploits/51253</a></td></tr><tr><td>CVE-2021-44790</td><td>A carefully crafted request body can cause a buffer overflow in the mod_lua multipart parser (r:parsebody() called from Lua scripts). The Apache httpd team is not aware of an exploit for the vulnerabilty though it might be possible to craft one. This issue affects Apache HTTP Server 2.4.51 and earlier.</td><td><a href="https://www.exploit-db.com/exploits/51193">https://www.exploit-db.com/exploits/51193</a></td></tr><tr><td>CVE-2021-4045</td><td>TP-Link Tapo C200 IP camera, on its 1.1.15 firmware version and below, is affected by an unauthenticated RCE vulnerability, present in the uhttpd binary running by default as root. The exploitation of this vulnerability allows an attacker to take full control of the camera.</td><td><a href="https://www.exploit-db.com/exploits/51017">https://www.exploit-db.com/exploits/51017</a></td></tr><tr><td>CVE-2021-42751</td><td>A cross-site scripting (XSS) vulnerability in Rule Engine in ThingsBoard 3.3.1 allows remote attackers (with administrative access) to inject arbitrary JavaScript within the description of a rule node.</td><td><a href="https://www.exploit-db.com/exploits/51004">https://www.exploit-db.com/exploits/51004</a></td></tr><tr><td>CVE-2021-42750</td><td>A cross-site scripting (XSS) vulnerability in Rule Engine in ThingsBoard 3.3.1 allows remote attackers (with administrative access) to inject arbitrary JavaScript within the title of a rule node.</td><td><a href="https://www.exploit-db.com/exploits/51003">https://www.exploit-db.com/exploits/51003</a></td></tr><tr><td>CVE-2021-46424</td><td>Telesquare TLR-2005KSH 1.0.0 is affected by an arbitrary file deletion vulnerability that allows a remote attacker to delete any file, even system internal files, via a DELETE request.</td><td><a href="https://www.exploit-db.com/exploits/50935">https://www.exploit-db.com/exploits/50935</a></td></tr><tr><td>CVE-2021-45428</td><td>TLR-2005KSH is affected by an incorrect access control vulnerability. THe PUT method is enabled so an attacker can upload arbitrary files including HTML and CGI formats.</td><td><a href="https://www.exploit-db.com/exploits/50931">https://www.exploit-db.com/exploits/50931</a></td></tr><tr><td>CVE-2021-43481</td><td>An SQL Injection vulnerability exists in Webtareas 2.4p3 and earlier via the $uq HTTP POST parameter in editapprovalstage.php.</td><td><a href="https://www.exploit-db.com/exploits/50893">https://www.exploit-db.com/exploits/50893</a></td></tr><tr><td>CVE-2021-42136</td><td>A stored Cross-Site Scripting (XSS) vulnerability in the Missing Data Codes functionality of REDCap before 11.4.0 allows remote attackers to execute JavaScript code in the client's browser by storing said code as a Missing Data Code value. This can then be leveraged to execute a Cross-Site Request Forgery attack to escalate privileges to administrator.</td><td><a href="https://www.exploit-db.com/exploits/50877">https://www.exploit-db.com/exploits/50877</a></td></tr><tr><td>CVE-2021-46418</td><td>An unauthorized file creation vulnerability in Telesquare TLR-2855KS6 via PUT method can allow creation of CGI scripts.</td><td><a href="https://www.exploit-db.com/exploits/50862">https://www.exploit-db.com/exploits/50862</a></td></tr><tr><td>CVE-2021-46416</td><td>Insecure direct object reference in SUNNY TRIPOWER 5.0 Firmware version 3.10.16.R leads to unauthorized user groups accessing due to insecure cookie handling.</td><td><a href="https://www.exploit-db.com/exploits/50860">https://www.exploit-db.com/exploits/50860</a></td></tr><tr><td>CVE-2021–42171</td><td>Zenario CMS 9.0.54156 is vulnerable to File Upload. The web server can be compromised by uploading and executing a web-shell which can run commands, browse system files, browse local resources, attack other servers, and exploit the local vulnerabilities, and so forth.</td><td><a href="https://www.exploit-db.com/exploits/50850">https://www.exploit-db.com/exploits/50850</a></td></tr><tr><td>CVE-2021-24405</td><td>The Easy Cookies Policy WordPress plugin through 1.6.2 is lacking any capability and CSRF check when saving its settings, allowing any authenticated users (such as subscriber) to change them. If users can't register, this can be done through CSRF. Furthermore, the cookie banner setting is not sanitised or validated before being output in all pages of the frontend and the backend settings one, leading to a Stored Cross-Site Scripting issue.</td><td><a href="https://www.exploit-db.com/exploits/50849">https://www.exploit-db.com/exploits/50849</a></td></tr><tr><td>CVE-2021-43701</td><td>CSZ CMS 1.2.9 has a Time and Boolean-based Blind SQL Injection vulnerability in the endpoint /admin/export/getcsv/article_db, via the fieldS[] and orderby parameters.</td><td><a href="https://www.exploit-db.com/exploits/50846">https://www.exploit-db.com/exploits/50846</a></td></tr><tr><td>CVE-2021-26599</td><td>ImpressCMS before 1.4.3 allows include/findusers.php groups SQL Injection.</td><td><a href="https://www.exploit-db.com/exploits/50839">https://www.exploit-db.com/exploits/50839</a></td></tr><tr><td>CVE-2021-45010</td><td>A path traversal vulnerability in the file upload functionality in tinyfilemanager.php in Tiny File Manager before 2.4.7 allows remote attackers (with valid user accounts) to upload malicious PHP files to the webroot, leading to code execution. A Path Traversal vulnerability exists in TinyFileManager all version up to and including 2.4.6 that allows attackers to upload a file (with Admin credentials or with the CSRF vulnerability) with the "fullpath" parameter containing path traversal strings (../ and ..\) in order to escape the server's intended working directory and write malicious files onto any directory on the computer.</td><td><a href="https://www.exploit-db.com/exploits/50828">https://www.exploit-db.com/exploits/50828</a></td></tr><tr><td>CVE-2021-40964</td><td>A path traversal vulnerability in the file upload functionality in tinyfilemanager.php in Tiny File Manager before 2.4.7 allows remote attackers (with valid user accounts) to upload malicious PHP files to the webroot, leading to code execution. A Path Traversal vulnerability exists in TinyFileManager all version up to and including 2.4.6 that allows attackers to upload a file (with Admin credentials or with the CSRF vulnerability) with the "fullpath" parameter containing path traversal strings (../ and ..\) in order to escape the server's intended working directory and write malicious files onto any directory on the computer.</td><td><a href="https://www.exploit-db.com/exploits/50828">https://www.exploit-db.com/exploits/50828</a></td></tr><tr><td>CVE-2021-46387</td><td>ZyXEL ZyWALL 2 Plus Internet Security Appliance is affected by Cross Site Scripting (XSS). Insecure URI handling leads to bypass security restriction to achieve Cross Site Scripting, which allows an attacker able to execute arbitrary JavaScript codes to perform multiple attacks such as clipboard hijacking and session hijacking.</td><td><a href="https://www.exploit-db.com/exploits/50797">https://www.exploit-db.com/exploits/50797</a></td></tr><tr><td>CVE-2021-25076</td><td>The WP User Frontend WordPress plugin before 3.5.26 does not validate and escape the status parameter before using it in a SQL statement in the Subscribers dashboard, leading to an SQL injection. Due to the lack of sanitisation and escaping, this could also lead to Reflected Cross-Site Scripting</td><td><a href="https://www.exploit-db.com/exploits/50772">https://www.exploit-db.com/exploits/50772</a></td></tr><tr><td>CVE-2021-45092</td><td>Thinfinity VirtualUI before 3.0 has functionality in /lab.html reachable by default that could allow IFRAME injection via the vpath parameter.</td><td><a href="https://www.exploit-db.com/exploits/50770">https://www.exploit-db.com/exploits/50770</a></td></tr><tr><td>CVE-2021-43062</td><td>A improper neutralization of input during web page generation ('cross-site scripting') in Fortinet FortiMail version 7.0.1 and 7.0.0, version 6.4.5 and below, version 6.3.7 and below, version 6.0.11 and below allows attacker to execute unauthorized code or commands via crafted HTTP GET requests to the FortiGuard URI protection service.</td><td><a href="https://www.exploit-db.com/exploits/50759">https://www.exploit-db.com/exploits/50759</a></td></tr><tr><td>CVE-2021-24901</td><td>The Security Audit WordPress plugin through 1.0.0 does not sanitise and escape the Data Id setting, which could allow high privilege users to perform Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed.</td><td><a href="https://www.exploit-db.com/exploits/50723">https://www.exploit-db.com/exploits/50723</a></td></tr><tr><td>CVE-2021-24488</td><td>The slider import search feature and tab parameter of the Post Grid WordPress plugin before 2.1.8 settings are not properly sanitised before being output back in the pages, leading to Reflected Cross-Site Scripting issues</td><td><a href="https://www.exploit-db.com/exploits/50705">https://www.exploit-db.com/exploits/50705</a></td></tr><tr><td>CVE-2021-24300</td><td>The slider import search feature of the PickPlugins Product Slider for WooCommerce WordPress plugin before 1.13.22 did not properly sanitised the keyword GET parameter, leading to reflected Cross-Site Scripting issue</td><td><a href="https://www.exploit-db.com/exploits/50704">https://www.exploit-db.com/exploits/50704</a></td></tr><tr><td>CVE-2021-24247</td><td>The Contact Form Check Tester WordPress plugin through 1.0.2 settings are visible to all registered users in the dashboard and are lacking any sanitisation. As a result, any registered user, such as subscriber, can leave an XSS payload in the plugin settings, which will be triggered by any user visiting them, and could allow for privilege escalation. The vendor decided to close the plugin.</td><td><a href="https://www.exploit-db.com/exploits/50703">https://www.exploit-db.com/exploits/50703</a></td></tr><tr><td>CVE-2021-24926</td><td>The Domain Check WordPress plugin before 1.0.17 does not sanitise and escape the domain parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting issue</td><td><a href="https://www.exploit-db.com/exploits/50697">https://www.exploit-db.com/exploits/50697</a></td></tr><tr><td>CVE-2021-24786</td><td>The Download Monitor WordPress plugin before 4.4.5 does not properly validate and escape the "orderby" GET parameter before using it in a SQL statement when viewing the logs, leading to an SQL Injection issue</td><td><a href="https://www.exploit-db.com/exploits/50695">https://www.exploit-db.com/exploits/50695</a></td></tr><tr><td>CVE-2021-37391</td><td>A user without privileges in Chamilo LMS 1.11.14 can send an invitation message to another user, e.g., the administrator, through main/social/search.php, main/inc/lib/social.lib.php and steal cookies or execute arbitrary code on the administration side via a stored XSS vulnerability via social network the send invitation feature.</td><td><a href="https://www.exploit-db.com/exploits/50694">https://www.exploit-db.com/exploits/50694</a></td></tr><tr><td>CVE-2021-24946</td><td>The Modern Events Calendar Lite WordPress plugin before 6.1.5 does not sanitise and escape the time parameter before using it in a SQL statement in the mec_load_single_page AJAX action, available to unauthenticated users, leading to an unauthenticated SQL injection issue</td><td><a href="https://www.exploit-db.com/exploits/50687">https://www.exploit-db.com/exploits/50687</a></td></tr><tr><td>CVE-2021-24862</td><td>The RegistrationMagic WordPress plugin before 5.0.1.6 does not escape user input in its rm_chronos_ajax AJAX action before using it in a SQL statement when duplicating tasks in batches, which could lead to a SQL injection iss</td><td><a href="https://www.exploit-db.com/exploits/50686">https://www.exploit-db.com/exploits/50686</a></td></tr><tr><td>CVE-2021-24904</td><td>The Mortgage Calculators WP WordPress plugin before 1.56 does not implement any sanitisation on the color setting of the background of a calculator, which could allow high privilege users to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed.</td><td><a href="https://www.exploit-db.com/exploits/50685">https://www.exploit-db.com/exploits/50685</a></td></tr><tr><td>CVE-2021-24563</td><td>The Frontend Uploader WordPress plugin through 1.3.2 does not prevent HTML files from being uploaded via its form, allowing unauthenticated user to upload a malicious HTML file containing JavaScript for example, which will be triggered when someone access the file directly</td><td><a href="https://www.exploit-db.com/exploits/50655">https://www.exploit-db.com/exploits/50655</a></td></tr><tr><td>CVE-2021-44916</td><td>Opmantek Open-AudIT Community 4.2.0 (Fixed in 4.3.0) is affected by a Cross Site Scripting (XSS) vulnerability. If a bad value is passed to the routine via a URL, malicious JavaScript code can be executed in the victim's browser.</td><td><a href="https://www.exploit-db.com/exploits/50651">https://www.exploit-db.com/exploits/50651</a></td></tr><tr><td>CVE-2021-45814</td><td>Nettmp NNT 5.1 is affected by a SQL injection vulnerability. An attacker can bypass authentication and access the panel with an administrative account.</td><td><a href="https://www.exploit-db.com/exploits/50627">https://www.exploit-db.com/exploits/50627</a></td></tr><tr><td>CVE-2021-45425</td><td>Reflected Cross Site Scripting (XSS) in SAFARI Montage versions 8.3 and 8.5 allows remote attackers to execute JavaScript codes.</td><td><a href="https://www.exploit-db.com/exploits/50626">https://www.exploit-db.com/exploits/50626</a></td></tr><tr><td>CVE-2021-24750</td><td>The WP Visitor Statistics (Real Time Traffic) WordPress plugin before 4.8 does not properly sanitise and escape the refUrl in the refDetails AJAX action, available to any authenticated user, which could allow users with a role as low as subscriber to perform SQL injection attacks</td><td><a href="https://www.exploit-db.com/exploits/50619">https://www.exploit-db.com/exploits/50619</a></td></tr><tr><td>CVE-2021-3817</td><td>wbce_cms is vulnerable to Improper Neutralization of Special Elements used in an SQL Command</td><td><a href="https://www.exploit-db.com/exploits/50609">https://www.exploit-db.com/exploits/50609</a></td></tr><tr><td>CVE-2021-43936</td><td>The software allows the attacker to upload or transfer files of dangerous types to the WebHMI portal, that may be automatically processed within the product's environment or lead to arbitrary code execution.</td><td><a href="https://www.exploit-db.com/exploits/50589">https://www.exploit-db.com/exploits/50589</a></td></tr><tr><td>CVE-2021-43798</td><td>Grafana is an open-source platform for monitoring and observability. Grafana versions 8.0.0-beta1 through 8.3.0 (except for patched versions) iss vulnerable to directory traversal, allowing access to local files. The vulnerable URL path is: `&#x3C;grafana_host_url>/public/plugins//`, where is the plugin ID for any installed plugin. At no time has Grafana Cloud been vulnerable. Users are advised to upgrade to patched versions 8.0.7, 8.1.8, 8.2.7, or 8.3.1. The GitHub Security Advisory contains more information about vulnerable URL paths, mitigation, and the disclosure timeline.</td><td><a href="https://www.exploit-db.com/exploits/50581">https://www.exploit-db.com/exploits/50581</a></td></tr><tr><td>CVE-2021-39316</td><td>The Zoomsounds plugin &#x3C;= 6.45 for WordPress allows arbitrary files, including sensitive configuration files such as wp-config.php, to be downloaded via the `dzsap_download` action using directory traversal in the `link` parameter.</td><td><a href="https://www.exploit-db.com/exploits/50564">https://www.exploit-db.com/exploits/50564</a></td></tr><tr><td>CVE-2021-44653</td><td>Online Magazine Management System 1.0 contains a SQL injection authentication bypass vulnerability. The Admin panel authentication can be bypassed due to SQL injection vulnerability in the login form allowing attacker to gain access as admin to the application.</td><td><a href="https://www.exploit-db.com/exploits/50561">https://www.exploit-db.com/exploits/50561</a></td></tr><tr><td>CVE-2021-44655</td><td>Online Pre-owned/Used Car Showroom Management System 1.0 contains a SQL injection authentication bypass vulnerability. Admin panel authentication can be bypassed due to SQL injection vulnerability in the login form allowing attacker to get admin access on the application.</td><td><a href="https://www.exploit-db.com/exploits/50560">https://www.exploit-db.com/exploits/50560</a></td></tr><tr><td>CVE-2021-40577</td><td>A Stored Cross Site Scripting (XSS) vulnerability exists in Sourcecodester Online Enrollment Management System in PHP and PayPal Free Source Code 1.0 in the Add-Users page via the Name parameter.</td><td><a href="https://www.exploit-db.com/exploits/50557">https://www.exploit-db.com/exploits/50557</a></td></tr><tr><td>CVE-2021-43650</td><td>WebRun 3.6.0.42 is vulnerable to SQL Injection via the P_0 parameter used to set the username during the login process.</td><td><a href="https://www.exploit-db.com/exploits/50542">https://www.exploit-db.com/exploits/50542</a></td></tr><tr><td>CVE-2021-22205</td><td>An issue has been discovered in GitLab CE/EE affecting all versions starting from 11.9. GitLab was not properly validating image files that were passed to a file parser which resulted in a remote command execution.</td><td><a href="https://www.exploit-db.com/exploits/50532">https://www.exploit-db.com/exploits/50532</a></td></tr><tr><td>CVE-2021-35323</td><td>Cross Site Scripting (XSS) vulnerability exists in bludit 3-13-1 via the username in admin/login.</td><td><a href="https://www.exploit-db.com/exploits/50529">https://www.exploit-db.com/exploits/50529</a></td></tr><tr><td>CVE-2021-42580</td><td>Sourcecodester Online Learning System 2.0 is vunlerable to sql injection authentication bypass in admin login file (/admin/login.php) and authenticated file upload in (Master.php) file , we can craft these two vunlerablities to get unauthenticated remote command execution.</td><td><a href="https://www.exploit-db.com/exploits/50526">https://www.exploit-db.com/exploits/50526</a></td></tr><tr><td>CVE-2021-43140</td><td>SQL Injection vulnerability exists in Sourcecodester. Simple Subscription Website 1.0. via the login.</td><td><a href="https://www.exploit-db.com/exploits/50522">https://www.exploit-db.com/exploits/50522</a></td></tr><tr><td>CVE-2021-24664</td><td>The School Management System – WPSchoolPress WordPress plugin before 2.1.17 sanitise some fields using sanitize_text_field() but does not escape them before outputting in attributes, resulting in Stored Cross-Site Scripting issues.</td><td><a href="https://www.exploit-db.com/exploits/50520">https://www.exploit-db.com/exploits/50520</a></td></tr><tr><td>CVE-2021-42013</td><td>It was found that the fix for CVE-2021-41773 in Apache HTTP Server 2.4.50 was insufficient. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue only affects Apache 2.4.49 and Apache 2.4.50 and not earlier versions. A flaw was found in a change made to path normalization in Apache HTTP Server 2.4.49. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue is known to be exploited in the wild. This issue only affects Apache 2.4.49 and not earlier versions. The fix in Apache HTTP Server 2.4.50 was found to be incomplete, see CVE-2021-42013.</td><td><a href="https://www.exploit-db.com/exploits/50512">https://www.exploit-db.com/exploits/50512</a></td></tr><tr><td>CVE-2021-41773</td><td>It was found that the fix for CVE-2021-41773 in Apache HTTP Server 2.4.50 was insufficient. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue only affects Apache 2.4.49 and Apache 2.4.50 and not earlier versions. A flaw was found in a change made to path normalization in Apache HTTP Server 2.4.49. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue is known to be exploited in the wild. This issue only affects Apache 2.4.49 and not earlier versions. The fix in Apache HTTP Server 2.4.50 was found to be incomplete, see CVE-2021-42013.</td><td><a href="https://www.exploit-db.com/exploits/50512">https://www.exploit-db.com/exploits/50512</a></td></tr><tr><td>CVE-2021-43405</td><td>An issue was discovered in FusionPBX before 4.5.30. The fax_extension may have risky characters (it is not constrained to be numeric).</td><td><a href="https://www.exploit-db.com/exploits/50505">https://www.exploit-db.com/exploits/50505</a></td></tr><tr><td>CVE-2021-42325</td><td>Froxlor through 0.10.29.1 allows SQL injection in Database/Manager/DbManagerMySQL.php via a custom DB name.</td><td><a href="https://www.exploit-db.com/exploits/50502">https://www.exploit-db.com/exploits/50502</a></td></tr><tr><td>CVE-2021-29156</td><td>ForgeRock OpenAM before 13.5.1 allows LDAP injection via the Webfinger protocol. For example, an unauthenticated attacker can perform character-by-character retrieval of password hashes, or retrieve a session token or a private key.</td><td><a href="https://www.exploit-db.com/exploits/50480">https://www.exploit-db.com/exploits/50480</a></td></tr><tr><td>CVE-2021-43338</td><td>Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2021-43339. Reason: This candidate is a duplicate of CVE-2021-43339. Notes: All CVE users should reference CVE-2021-43339 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage</td><td><a href="https://www.exploit-db.com/exploits/50469">https://www.exploit-db.com/exploits/50469</a></td></tr><tr><td>CVE-2021-43339</td><td>In Ericsson Network Location before 2021-07-31, it is possible for an authenticated attacker to inject commands via file_name in the export functionality. For example, a new admin user could be created.</td><td><a href="https://www.exploit-db.com/exploits/50468">https://www.exploit-db.com/exploits/50468</a></td></tr><tr><td>CVE-2021-20837</td><td>Movable Type 7 r.5002 and earlier (Movable Type 7 Series), Movable Type 6.8.2 and earlier (Movable Type 6 Series), Movable Type Advanced 7 r.5002 and earlier (Movable Type Advanced 7 Series), Movable Type Advanced 6.8.2 and earlier (Movable Type Advanced 6 Series), Movable Type Premium 1.46 and earlier, and Movable Type Premium Advanced 1.46 and earlier allow remote attackers to execute arbitrary OS commands via unspecified vectors. Note that all versions of Movable Type 4.0 or later including unsupported (End-of-Life, EOL) versions are also affected by this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/50464">https://www.exploit-db.com/exploits/50464</a></td></tr><tr><td>CVE-2021-31682</td><td>The login portal for the Automated Logic WebCTRL/WebCTRL OEM web application contains a vulnerability that allows for reflected XSS attacks due to the operatorlocale GET parameter not being sanitized. This issue impacts versions 6.5 and below. This issue works by passing in a basic XSS payload to a vulnerable GET parameter that is reflected in the output without sanitization.</td><td><a href="https://www.exploit-db.com/exploits/50463">https://www.exploit-db.com/exploits/50463</a></td></tr><tr><td>CVE-2021-42013</td><td>It was found that the fix for CVE-2021-41773 in Apache HTTP Server 2.4.50 was insufficient. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue only affects Apache 2.4.49 and Apache 2.4.50 and not earlier versions.</td><td><a href="https://www.exploit-db.com/exploits/50446">https://www.exploit-db.com/exploits/50446</a></td></tr><tr><td>CVE-2021-24444</td><td>The TaxoPress – Create and Manage Taxonomies, Tags, Categories WordPress plugin before 3.0.7.2 does not sanitise its Taxonomy description field, allowing high privilege users to set JavaScript payload in them even when the unfiltered_html capability is disallowed, leading to an authenticated Stored Cross-Site Scripting issue.</td><td><a href="https://www.exploit-db.com/exploits/50442">https://www.exploit-db.com/exploits/50442</a></td></tr><tr><td>CVE-2021-36260</td><td>A command injection vulnerability in the web server of some Hikvision product. Due to the insufficient input validation, attacker can exploit the vulnerability to launch a command injection attack by sending some messages with malicious commands.</td><td><a href="https://www.exploit-db.com/exploits/50441">https://www.exploit-db.com/exploits/50441</a></td></tr><tr><td>CVE-2021-20034</td><td>An improper access control vulnerability in SMA100 allows a remote unauthenticated attacker to bypass the path traversal checks and delete an arbitrary file potentially resulting in a reboot to factory default settings.</td><td><a href="https://www.exploit-db.com/exploits/50430">https://www.exploit-db.com/exploits/50430</a></td></tr><tr><td>CVE-2021-42566</td><td>myfactory.FMS before 7.1-912 allows XSS via the Error parameter. myfactory.FMS before 7.1-912 allows XSS via the UID parameter.</td><td><a href="https://www.exploit-db.com/exploits/50428">https://www.exploit-db.com/exploits/50428</a></td></tr><tr><td>CVE-2021-42565</td><td>myfactory.FMS before 7.1-912 allows XSS via the Error parameter. myfactory.FMS before 7.1-912 allows XSS via the UID parameter.</td><td><a href="https://www.exploit-db.com/exploits/50428">https://www.exploit-db.com/exploits/50428</a></td></tr><tr><td>CVE-2021-24719</td><td>The Enfold Enfold WordPress theme before 4.8.4 was vulnerable to Reflected Cross-Site Scripting (XSS). The vulnerability is present on Enfold versions previous than 4.8.4 which use Avia Page Builder.</td><td><a href="https://www.exploit-db.com/exploits/50427">https://www.exploit-db.com/exploits/50427</a></td></tr><tr><td>CVE-2021-41878</td><td>A reflected cross-site scripting (XSS) vulnerability exists in the i-Panel Administration System Version 2.0 that enables a remote attacker to execute arbitrary JavaScript code in the browser-based web console and it is possible to insert a vulnerable malicious button.</td><td><a href="https://www.exploit-db.com/exploits/50418">https://www.exploit-db.com/exploits/50418</a></td></tr><tr><td>CVE-2021-42013</td><td>It was found that the fix for CVE-2021-41773 in Apache HTTP Server 2.4.50 was insufficient. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue only affects Apache 2.4.49 and Apache 2.4.50 and not earlier versions.</td><td><a href="https://www.exploit-db.com/exploits/50406">https://www.exploit-db.com/exploits/50406</a></td></tr><tr><td>CVE-2021-32172</td><td>Maian Cart v3.8 contains a preauthorization remote code execution (RCE) exploit via a broken access control issue in the Elfinder plugin.</td><td><a href="https://www.exploit-db.com/exploits/50394">https://www.exploit-db.com/exploits/50394</a></td></tr><tr><td>CVE-2021-42053</td><td>The Unicorn framework through 0.35.3 for Django allows XSS via component.name.</td><td><a href="https://www.exploit-db.com/exploits/50393">https://www.exploit-db.com/exploits/50393</a></td></tr><tr><td>CVE-2021-41773</td><td>A flaw was found in a change made to path normalization in Apache HTTP Server 2.4.49. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue is known to be exploited in the wild. This issue only affects Apache 2.4.49 and not earlier versions. The fix in Apache HTTP Server 2.4.50 was found to be incomplete, see CVE-2021-42013.</td><td><a href="https://www.exploit-db.com/exploits/50383">https://www.exploit-db.com/exploits/50383</a></td></tr><tr><td>CVE-2021-41318</td><td>In Progress WhatsUp Gold prior to version 21.1.0, an application endpoint failed to adequately sanitize malicious input. which could allow an unauthenticated attacker to execute arbitrary code in a victim's browser.</td><td><a href="https://www.exploit-db.com/exploits/50366">https://www.exploit-db.com/exploits/50366</a></td></tr><tr><td>CVE-2021-24286</td><td>The settings page of the Redirect 404 to parent WordPress plugin before 1.3.1 did not properly sanitise the tab parameter before outputting it back, leading to a reflected Cross-Site Scripting issue</td><td><a href="https://www.exploit-db.com/exploits/50350">https://www.exploit-db.com/exploits/50350</a></td></tr><tr><td>CVE-2021-24287</td><td>The settings page of the Select All Categories and Taxonomies, Change Checkbox to Radio Buttons WordPress plugin before 1.3.2 did not properly sanitise the tab parameter before outputting it back, leading to a reflected Cross-Site Scripting issue</td><td><a href="https://www.exploit-db.com/exploits/50349">https://www.exploit-db.com/exploits/50349</a></td></tr><tr><td>CVE-2021-24275</td><td>The Popup by Supsystic WordPress plugin before 1.10.5 did not sanitise the tab parameter of its options page before outputting it in an attribute, leading to a reflected Cross-Site Scripting issue</td><td><a href="https://www.exploit-db.com/exploits/50346">https://www.exploit-db.com/exploits/50346</a></td></tr><tr><td>CVE-2021-24274</td><td>The Ultimate Maps by Supsystic WordPress plugin before 1.2.5 did not sanitise the tab parameter of its options page before outputting it in an attribute, leading to a reflected Cross-Site Scripting issue</td><td><a href="https://www.exploit-db.com/exploits/50345">https://www.exploit-db.com/exploits/50345</a></td></tr><tr><td>CVE-2021-24276</td><td>The Contact Form by Supsystic WordPress plugin before 1.7.15 did not sanitise the tab parameter of its options page before outputting it in an attribute, leading to a reflected Cross-Site Scripting issue</td><td><a href="https://www.exploit-db.com/exploits/50344">https://www.exploit-db.com/exploits/50344</a></td></tr><tr><td>CVE-2021-24610</td><td>The TranslatePress WordPress plugin before 2.0.9 does not implement a proper sanitisation on the translated strings. The 'trp_sanitize_string' function only removes script tag with a regex, still allowing other HTML tags and attributes to execute javascript, which could lead to authenticated Stored Cross-Site Scripting issues.</td><td><a href="https://www.exploit-db.com/exploits/50343">https://www.exploit-db.com/exploits/50343</a></td></tr><tr><td>CVE-2021-24169</td><td>This Advanced Order Export For WooCommerce WordPress plugin before 3.1.8 helps you to easily export WooCommerce order data. The tab parameter in the Admin Panel is vulnerable to reflected XSS.</td><td><a href="https://www.exploit-db.com/exploits/50324">https://www.exploit-db.com/exploits/50324</a></td></tr><tr><td>CVE-2021-40868</td><td>In Cloudron 6.2, the returnTo parameter on the login page is vulnerable to Reflected XSS.</td><td><a href="https://www.exploit-db.com/exploits/50317">https://www.exploit-db.com/exploits/50317</a></td></tr><tr><td>CVE-2021-29447</td><td>Wordpress is an open source CMS. A user with the ability to upload files (like an Author) can exploit an XML parsing issue in the Media Library leading to XXE attacks. This requires WordPress installation to be using PHP 8. Access to internal files is possible in a successful XXE attack. This has been patched in WordPress version 5.7.1, along with the older affected versions via a minor release. We strongly recommend you keep auto-updates enabled.</td><td><a href="https://www.exploit-db.com/exploits/50304">https://www.exploit-db.com/exploits/50304</a></td></tr><tr><td>CVE-2021-40651</td><td>OS4Ed OpenSIS Community 8.0 is vulnerable to a local file inclusion vulnerability in Modules.php (modname parameter), which can disclose arbitrary file from the server's filesystem as long as the application has access to the file.</td><td><a href="https://www.exploit-db.com/exploits/50259">https://www.exploit-db.com/exploits/50259</a></td></tr><tr><td>CVE-2021-26084</td><td>In affected versions of Confluence Server and Data Center, an OGNL injection vulnerability exists that would allow an unauthenticated attacker to execute arbitrary code on a Confluence Server or Data Center instance. The affected versions are before version 6.13.23, from version 6.14.0 before 7.4.11, from version 7.5.0 before 7.11.6, and from version 7.12.0 before 7.12.5.</td><td><a href="https://www.exploit-db.com/exploits/50243">https://www.exploit-db.com/exploits/50243</a></td></tr><tr><td>CVE-2021-3441</td><td>A potential security vulnerability has been identified for the HP OfficeJet 7110 Wide Format ePrinter that enables Cross-Site Scripting (XSS).</td><td><a href="https://www.exploit-db.com/exploits/50227">https://www.exploit-db.com/exploits/50227</a></td></tr><tr><td>CVE-2021-36654</td><td>CMSuno 1.7 is vulnerable to an authenticated stored cross site scripting in modifying the filename parameter (tgo) while updating the theme.</td><td><a href="https://www.exploit-db.com/exploits/50179">https://www.exploit-db.com/exploits/50179</a></td></tr><tr><td>CVE-2021-37593</td><td>PEEL Shopping version 9.4.0 allows remote SQL injection. A public user/guest (unauthenticated) can inject a malicious SQL query in order to affect the execution of predefined SQL commands. Upon a successful SQL injection attack, an attacker can read sensitive data from the database and possibly modify database data.</td><td><a href="https://www.exploit-db.com/exploits/50142">https://www.exploit-db.com/exploits/50142</a></td></tr><tr><td>CVE-2021-35464</td><td>ForgeRock AM server before 7.0 has a Java deserialization vulnerability in the jato.pageSession parameter on multiple pages. The exploitation does not require authentication, and remote code execution can be triggered by sending a single crafted /ccversion/* request to the server. The vulnerability exists due to the usage of Sun ONE Application Framework (JATO) found in versions of Java 8 or earlier</td><td><a href="https://www.exploit-db.com/exploits/50131">https://www.exploit-db.com/exploits/50131</a></td></tr><tr><td>CVE-2021-42362</td><td>The WordPress Popular Posts WordPress plugin is vulnerable to arbitrary file uploads due to insufficient input file type validation found in the ~/src/Image.php file which makes it possible for attackers with contributor level access and above to upload malicious files that can be used to obtain remote code execution, in versions up to and including 5.3.2.</td><td><a href="https://www.exploit-db.com/exploits/50129">https://www.exploit-db.com/exploits/50129</a></td></tr><tr><td>CVE-2021-22911</td><td>A improper input sanitization vulnerability exists in Rocket.Chat server 3.11, 3.12 &#x26; 3.13 that could lead to unauthenticated NoSQL injection, resulting potentially in RCE.</td><td><a href="https://www.exploit-db.com/exploits/50108">https://www.exploit-db.com/exploits/50108</a></td></tr><tr><td>CVE-2021-24145</td><td>Arbitrary file upload in the Modern Events Calendar Lite WordPress plugin, versions before 5.16.5, did not properly check the imported file, allowing PHP ones to be uploaded by administrator by using the 'text/csv' content-type in the request.</td><td><a href="https://www.exploit-db.com/exploits/50082">https://www.exploit-db.com/exploits/50082</a></td></tr><tr><td>CVE-2021-35956</td><td>Stored cross-site scripting (XSS) in the embedded webserver of AKCP sensorProbe before SP480-20210624 enables remote authenticated attackers to introduce arbitrary JavaScript via the Sensor Description, Email (from/to/cc), System Name, and System Location fields.</td><td><a href="https://www.exploit-db.com/exploits/50080">https://www.exploit-db.com/exploits/50080</a></td></tr><tr><td>CVE-2021-26078</td><td>The number range searcher component in Jira Server and Jira Data Center before version 8.5.14, from version 8.6.0 before version 8.13.6, and from version 8.14.0 before version 8.16.1 allows remote attackers inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/50068">https://www.exploit-db.com/exploits/50068</a></td></tr><tr><td>CVE-2021-24383</td><td>The WP Google Maps WordPress plugin before 8.1.12 did not sanitise, validate of escape the Map Name when output in the Map List of the admin dashboard, leading to an authenticated Stored Cross-Site Scripting issue</td><td><a href="https://www.exploit-db.com/exploits/50051">https://www.exploit-db.com/exploits/50051</a></td></tr><tr><td>CVE-2021-32305</td><td>WebSVN before 2.6.1 allows remote attackers to execute arbitrary commands via shell metacharacters in the search parameter.</td><td><a href="https://www.exploit-db.com/exploits/50042">https://www.exploit-db.com/exploits/50042</a></td></tr><tr><td>CVE-2021-34370</td><td>Accela Civic Platform through 20.1 allows ssoAdapter/logoutAction.do successURL XSS. NOTE: the vendor states "there are configurable security flags and we are unable to reproduce them with the available information.</td><td><a href="https://www.exploit-db.com/exploits/49990">https://www.exploit-db.com/exploits/49990</a></td></tr><tr><td>CVE-2021–27673</td><td>Cross Site Scripting (XSS) in the "admin_boxes.ajax.php" component of Tribal Systems Zenario CMS v8.8.52729 allows remote attackers to execute arbitrary code by injecting arbitrary HTML into the "cID" parameter when creating a new HTML component.</td><td><a href="https://www.exploit-db.com/exploits/49988">https://www.exploit-db.com/exploits/49988</a></td></tr><tr><td>CVE-2021-33904</td><td>In Accela Civic Platform through 21.1, the security/hostSignon.do parameter servProvCode is vulnerable to XSS. NOTE: The vendor states "there are configurable security flags and we are unable to reproduce them with the available information.</td><td><a href="https://www.exploit-db.com/exploits/49980">https://www.exploit-db.com/exploits/49980</a></td></tr><tr><td>CVE-2021-29440</td><td>Grav is a file based Web-platform. Twig processing of static pages can be enabled in the front matter by any administrative user allowed to create or edit pages. As the Twig processor runs unsandboxed, this behavior can be used to gain arbitrary code execution and elevate privileges on the instance. The issue was addressed in version 1.7.11</td><td><a href="https://www.exploit-db.com/exploits/49961">https://www.exploit-db.com/exploits/49961</a></td></tr><tr><td>CVE-2021-22911</td><td>A improper input sanitization vulnerability exists in Rocket.Chat server 3.11, 3.12 &#x26; 3.13 that could lead to unauthenticated NoSQL injection, resulting potentially in RCE.</td><td><a href="https://www.exploit-db.com/exploits/49960">https://www.exploit-db.com/exploits/49960</a></td></tr><tr><td>CVE-2021-27308</td><td>A cross-site scripting (XSS) vulnerability in the admin login panel in 4images version 1.8 allows remote attackers to inject JavaScript via the "redirect" parameter.</td><td><a href="https://www.exploit-db.com/exploits/49945">https://www.exploit-db.com/exploits/49945</a></td></tr><tr><td>CVE-2021-27520</td><td>A cross-site scripting (XSS) issue in FUDForum 3.1.0 allows remote attackers to inject JavaScript via index.php in the "author" parameter.</td><td><a href="https://www.exploit-db.com/exploits/49943">https://www.exploit-db.com/exploits/49943</a></td></tr><tr><td>CVE-2021-27519</td><td>A cross-site scripting (XSS) issue in FUDForum 3.1.0 allows remote attackers to inject JavaScript via index.php in the "srch" parameter.</td><td><a href="https://www.exploit-db.com/exploits/49942">https://www.exploit-db.com/exploits/49942</a></td></tr><tr><td>CVE-2021-28420</td><td>A cross-site scripting (XSS) issue in Seo Panel 4.8.0 allows remote attackers to inject JavaScript via alerts.php and the "from_time" parameter.</td><td><a href="https://www.exploit-db.com/exploits/49935">https://www.exploit-db.com/exploits/49935</a></td></tr><tr><td>CVE-2021-28418</td><td>A cross-site scripting (XSS) issue in Seo Panel 4.8.0 allows remote attackers to inject JavaScript via settings.php and the "category" parameter.</td><td><a href="https://www.exploit-db.com/exploits/49932">https://www.exploit-db.com/exploits/49932</a></td></tr><tr><td>CVE-2021-28417</td><td>A cross-site scripting (XSS) issue in Seo Panel 4.8.0 allows remote attackers to inject JavaScript via archive.php and the "search_name" parameter</td><td><a href="https://www.exploit-db.com/exploits/49931">https://www.exploit-db.com/exploits/49931</a></td></tr><tr><td>CVE-2021-24308</td><td>The 'State' field of the Edit profile page of the LMS by LifterLMS – Online Course, Membership &#x26; Learning Management System Plugin for WordPress plugin before 4.21.1 is not properly sanitised when output in the About section of the profile page, leading to a stored Cross-Site Scripting issue. This could allow low privilege users (such as students) to elevate their privilege via an XSS attack when an admin will view their profile.</td><td><a href="https://www.exploit-db.com/exploits/49912">https://www.exploit-db.com/exploits/49912</a></td></tr><tr><td>CVE-2021-33570</td><td>Postbird 0.8.4 allows stored XSS via the onerror attribute of an IMG element in any PostgreSQL database table. This can result in reading local files via vectors involving XMLHttpRequest and open of a file:/// URL, or discovering PostgreSQL passwords via vectors involving Window.localStorage and savedConnections.</td><td><a href="https://www.exploit-db.com/exploits/49910">https://www.exploit-db.com/exploits/49910</a></td></tr><tr><td>CVE-2021-24299</td><td>The ReDi Restaurant Reservation WordPress plugin before 21.0426 provides the functionality to let users make restaurant reservations. These reservations are stored and can be listed on an 'Upcoming' page provided by the plugin. An unauthenticated user can fill in the form to make a restaurant reservation. The form to make a restaurant reservation field called 'Comment' does not use proper input validation and can be used to store XSS payloads. The XSS payloads will be executed when the plugin user goes to the 'Upcoming' page, which is an external website https://upcoming.reservationdiary.eu/ loaded in an iframe, and the stored reservation with XSS payload is loaded.</td><td><a href="https://www.exploit-db.com/exploits/49903">https://www.exploit-db.com/exploits/49903</a></td></tr><tr><td>CVE-2021-33561</td><td>A stored cross-site scripting (XSS) vulnerability in Shopizer before 2.17.0 allows remote attackers to inject arbitrary web script or HTML via customer_name in various forms of store administration. It is saved in the database. The code is executed for any user of store administration when information is fetched from the backend, e.g., in admin/customers/list.html. A reflected cross-site scripting (XSS) vulnerability in Shopizer before 2.17.0 allows remote attackers to inject arbitrary web script or HTML via the ref parameter to a page about an arbitrary product, e.g., a product/insert-product-name-here.html/ref= URL.</td><td><a href="https://www.exploit-db.com/exploits/49901">https://www.exploit-db.com/exploits/49901</a></td></tr><tr><td>CVE-2021-33562</td><td>A stored cross-site scripting (XSS) vulnerability in Shopizer before 2.17.0 allows remote attackers to inject arbitrary web script or HTML via customer_name in various forms of store administration. It is saved in the database. The code is executed for any user of store administration when information is fetched from the backend, e.g., in admin/customers/list.html. A reflected cross-site scripting (XSS) vulnerability in Shopizer before 2.17.0 allows remote attackers to inject arbitrary web script or HTML via the ref parameter to a page about an arbitrary product, e.g., a product/insert-product-name-here.html/ref= URL.</td><td><a href="https://www.exploit-db.com/exploits/49901">https://www.exploit-db.com/exploits/49901</a></td></tr><tr><td>CVE-2021-27828</td><td>SQL injection in In4Suite ERP 3.2.74.1370 allows attackers to modify or delete data, causing persistent changes to the application's content or behavior by using malicious SQL queries.</td><td><a href="https://www.exploit-db.com/exploits/49884">https://www.exploit-db.com/exploits/49884</a></td></tr><tr><td>CVE-2021-24245</td><td>The Stop Spammers WordPress plugin before 2021.9 did not escape user input when blocking requests (such as matching a spam word), outputting it in an attribute after sanitising it to remove HTML tags, which is not sufficient and lead to a reflected Cross-Site Scripting issue.</td><td><a href="https://www.exploit-db.com/exploits/49880">https://www.exploit-db.com/exploits/49880</a></td></tr><tr><td>CVE-2021-31933</td><td>A remote code execution vulnerability exists in Chamilo through 1.11.14 due to improper input sanitization of a parameter used for file uploads, and improper file-extension filtering for certain filenames (e.g., .phar or .pht). A remote authenticated administrator is able to upload a file containing arbitrary PHP code into specific directories via main/inc/lib/fileUpload.lib.php directory traversal to achieve PHP code execution.</td><td><a href="https://www.exploit-db.com/exploits/49867">https://www.exploit-db.com/exploits/49867</a></td></tr><tr><td>CVE-2021-28242</td><td>SQL Injection in the "evoadm.php" component of b2evolution v7.2.2-stable allows remote attackers to obtain sensitive database information by injecting SQL commands into the "cf_name" parameter when creating a new filter under the "Collections" tab.</td><td><a href="https://www.exploit-db.com/exploits/49840">https://www.exploit-db.com/exploits/49840</a></td></tr><tr><td>CVE-2021-27973</td><td>SQL injection exists in Piwigo before 11.4.0 via the language parameter to admin.php?page=languages.</td><td><a href="https://www.exploit-db.com/exploits/49818">https://www.exploit-db.com/exploits/49818</a></td></tr><tr><td>CVE-2021-29460</td><td>Kirby is an open source CMS. An editor with write access to the Kirby Panel can upload an SVG file that contains harmful content like `&#x3C;script>` tags. The direct link to that file can be sent to other users or visitors of the site. If the victim opens that link in a browser where they are logged in to Kirby, the script will run and can for example trigger requests to Kirby's API with the permissions of the victim. This vulnerability is critical if you might have potential attackers in your group of authenticated Panel users, as they can escalate their privileges if they get access to the Panel session of an admin user. Depending on your site, other JavaScript-powered attacks are possible. Visitors without Panel access can only use this attack vector if your site allows SVG file uploads in frontend forms and you don't already sanitize uploaded SVG files. The problem has been patched in Kirby 3.5.4. Please update to this or a later version to fix the vulnerability. Frontend upload forms need to be patched separately depending on how they store the uploaded file(s). If you use `File::create()`, you are protected by updating to 3.5.4+. As a work around you can disable the upload of SVG files in your file blueprints</td><td><a href="https://www.exploit-db.com/exploits/49808">https://www.exploit-db.com/exploits/49808</a></td></tr><tr><td>CVE-2021-28419</td><td>The "order_col" parameter in archive.php of SEO Panel 4.8.0 is vulnerable to time-based blind SQL injection, which leads to the ability to retrieve all databases.</td><td><a href="https://www.exploit-db.com/exploits/49804">https://www.exploit-db.com/exploits/49804</a></td></tr><tr><td>CVE-2021-3318</td><td>attach/ajax.php in DzzOffice through 2.02.1 allows XSS via the editorid parameter.</td><td><a href="https://www.exploit-db.com/exploits/49799">https://www.exploit-db.com/exploits/49799</a></td></tr><tr><td>CVE-2021-28935</td><td>CMS Made Simple (CMSMS) 2.2.15 allows authenticated XSS via the /admin/addbookmark.php script through the Site Admin > My Preferences > Title field.</td><td><a href="https://www.exploit-db.com/exploits/49793">https://www.exploit-db.com/exploits/49793</a></td></tr><tr><td>CVE-2021-25680</td><td>The AdTran Personal Phone Manager software is vulnerable to multiple reflected cross-site scripting (XSS) issues. These issues impact at minimum versions 10.8.1 and below but potentially impact later versions as well since they have not previously been disclosed. Only version 10.8.1 was able to be confirmed during primary research. NOTE: The affected appliances NetVanta 7060 and NetVanta 7100 are considered End of Life and as such this issue will not be patched</td><td><a href="https://www.exploit-db.com/exploits/49786">https://www.exploit-db.com/exploits/49786</a></td></tr><tr><td>CVE-2021-25679</td><td>The AdTran Personal Phone Manager software is vulnerable to an authenticated stored cross-site scripting (XSS) issues. These issues impact at minimum versions 10.8.1 and below but potentially impact later versions as well since they have not previously been disclosed. Only version 10.8.1 was able to be confirmed during primary research. NOTE: The affected appliances NetVanta 7060 and NetVanta 7100 are considered End of Life and as such this issue will not be patched</td><td><a href="https://www.exploit-db.com/exploits/49785">https://www.exploit-db.com/exploits/49785</a></td></tr><tr><td>CVE-2021-30044</td><td>Cross Site Scripting (XSS) in Remote Clinic v2.0 via the First Name or Last Name field on staff/register.php.</td><td><a href="https://www.exploit-db.com/exploits/49781">https://www.exploit-db.com/exploits/49781</a></td></tr><tr><td>CVE-2021-30637</td><td>htmly 2.8.0 allows stored XSS via the blog title, Tagline, or Description to config.html.php.</td><td><a href="https://www.exploit-db.com/exploits/49772">https://www.exploit-db.com/exploits/49772</a></td></tr><tr><td>CVE-2021-29003</td><td>Genexis PLATINUM 4410 2.1 P4410-V2-1.28 devices allow remote attackers to execute arbitrary code via shell metacharacters to sys_config_valid.xgi, as demonstrated by the sys_config_valid.xgi?exeshell=%60telnetd%20%26%60 URI.</td><td><a href="https://www.exploit-db.com/exploits/49764">https://www.exploit-db.com/exploits/49764</a></td></tr><tr><td>CVE-2021-30150</td><td>Composr 10.0.36 allows XSS in an XML script.</td><td><a href="https://www.exploit-db.com/exploits/49749">https://www.exploit-db.com/exploits/49749</a></td></tr><tr><td>CVE-2021-27946</td><td>SQL Injection vulnerability in MyBB before 1.8.26 via poll vote count. (issue 1 of 3).</td><td><a href="https://www.exploit-db.com/exploits/49699">https://www.exploit-db.com/exploits/49699</a></td></tr><tr><td>CVE-2021-27890 2021-27889</td><td>SQL Injection vulnerablity in MyBB before 1.8.26 via theme properties included in theme XML files. Cross-site Scripting (XSS) vulnerability in MyBB before 1.8.26 via Nested Auto URL when parsing messages.</td><td><a href="https://www.exploit-db.com/exploits/49696">https://www.exploit-db.com/exploits/49696</a></td></tr><tr><td>CVE-2021-27695</td><td>Multiple stored cross-site scripting (XSS) vulnerabilities in openMAINT 2.1-3.3-b allow remote attackers to inject arbitrary web script or HTML via any "Add" sections, such as Add Card Building &#x26; Floor, or others in the Name and Code Parameters.</td><td><a href="https://www.exploit-db.com/exploits/49649">https://www.exploit-db.com/exploits/49649</a></td></tr><tr><td>CVE-2021-27065</td><td>Microsoft Exchange Server Remote Code Execution Vulnerability</td><td><a href="https://www.exploit-db.com/exploits/49637">https://www.exploit-db.com/exploits/49637</a></td></tr><tr><td>CVE-2021-26855</td><td>Microsoft Exchange Server Remote Code Execution Vulnerability</td><td><a href="https://www.exploit-db.com/exploits/49637">https://www.exploit-db.com/exploits/49637</a></td></tr><tr><td>CVE-2021-3355</td><td>A stored-self XSS exists in LightCMS v1.3.4, allowing an attacker to execute HTML or JavaScript code in a vulnerable Title field to /admin/SensitiveWords.</td><td><a href="https://www.exploit-db.com/exploits/49598">https://www.exploit-db.com/exploits/49598</a></td></tr><tr><td>CVE-2021-27370</td><td>The Contact page in Monica 2.19.1 allows stored XSS via the Last Name field.</td><td><a href="https://www.exploit-db.com/exploits/49582">https://www.exploit-db.com/exploits/49582</a></td></tr><tr><td>CVE-2021–26723</td><td>Jenzabar 9.2.x through 9.2.2 allows /ics?tool=search&#x26;query= XSS.</td><td><a href="https://www.exploit-db.com/exploits/49529">https://www.exploit-db.com/exploits/49529</a></td></tr><tr><td>CVE-2021-3186</td><td>A Stored Cross-site scripting (XSS) vulnerability in /main.html Wifi Settings in Tenda AC5 AC1200 version V15.03.06.47_multi allows remote attackers to inject arbitrary web script or HTML via the Wifi Name parameter.</td><td><a href="https://www.exploit-db.com/exploits/49478">https://www.exploit-db.com/exploits/49478</a></td></tr><tr><td>CVE-2021-3294</td><td>CASAP Automated Enrollment System 1.0 is affected by cross-site scripting (XSS) in users.php. An attacker can steal a cookie to perform user redirection to a malicious website</td><td><a href="https://www.exploit-db.com/exploits/49469">https://www.exploit-db.com/exploits/49469</a></td></tr><tr><td>CVE-2021-3298</td><td>Collabtive 3.1 allows XSS when an authenticated user enters an XSS payload into the address section of the profile edit page, aka the manageuser.php?action=edit address1 parameter</td><td><a href="https://www.exploit-db.com/exploits/49468">https://www.exploit-db.com/exploits/49468</a></td></tr><tr><td>CVE-2021-3129</td><td>Ignition before 2.5.2, as used in Laravel and other products, allows unauthenticated remote attackers to execute arbitrary code because of insecure usage of file_get_contents() and file_put_contents(). This is exploitable on sites using debug mode with Laravel before 8.4.2.</td><td><a href="https://www.exploit-db.com/exploits/49424">https://www.exploit-db.com/exploits/49424</a></td></tr><tr><td>CVE-2021-25791</td><td>Multiple stored cross site scripting (XSS) vulnerabilities in the "Update Profile" module of Online Doctor Appointment System 1.0 allows authenticated attackers to execute arbitrary web scripts or HTML via crafted payloads in the First Name, Last Name, and Address text fields.</td><td><a href="https://www.exploit-db.com/exploits/49396">https://www.exploit-db.com/exploits/49396</a></td></tr><tr><td>CVE-2021-3018</td><td>ipeak Infosystems ibexwebCMS (aka IPeakCMS) 3.5 is vulnerable to an unauthenticated Boolean-based SQL injection via the id parameter on the /cms/print.php page.</td><td><a href="https://www.exploit-db.com/exploits/49372">https://www.exploit-db.com/exploits/49372</a></td></tr><tr><td>CVE-2021-3278</td><td>Local Service Search Engine Management System 1.0 has a vulnerability through authentication bypass using SQL injection . Using this vulnerability, an attacker can bypass the login page.</td><td><a href="https://www.exploit-db.com/exploits/49163">https://www.exploit-db.com/exploits/49163</a></td></tr><tr><td>CVE-2021-36393</td><td>In Moodle, an SQL injection risk was identified in the library fetching a user's recent courses.</td><td><a href="https://www.exploit-db.com/exploits/51984">https://www.exploit-db.com/exploits/51984</a></td></tr><tr><td>CVE-2021-44567</td><td>An unauthenticated SQL Injection vulnerability exists in RosarioSIS before 7.6.1 via the votes parameter in ProgramFunctions/PortalPollsNotes.fnc.php.</td><td><a href="https://www.exploit-db.com/exploits/52169">https://www.exploit-db.com/exploits/52169</a></td></tr><tr><td>CVE-2021-25094</td><td>The Tatsu WordPress plugin before 3.3.12 add_custom_font action can be used without prior authentication to upload a rogue zip file which is uncompressed under the WordPress's upload directory. By adding a PHP shell with a filename starting with a dot ".", this can bypass extension control implemented in the plugin. Moreover, there is a race condition in the zip extraction process which makes the shell file live long enough on the filesystem to be callable by an attacker.</td><td><a href="https://www.exploit-db.com/exploits/52260">https://www.exploit-db.com/exploits/52260</a></td></tr><tr><td>CVE-2021-28976</td><td>Remote Code Execution vulnerability in GetSimpleCMS before 3.3.16 in admin/upload.php via phar filess.</td><td><a href="https://www.exploit-db.com/exploits/52168">https://www.exploit-db.com/exploits/52168</a></td></tr></tbody></table>


# CVE-2020

<table><thead><tr><th width="175.4000244140625">CVE</th><th width="354.39990234375">CVE Description</th><th width="217.4000244140625">Reference</th></tr></thead><tbody><tr><td>CVE-2020-35151</td><td>The Online Marriage Registration System 1.0 post parameter "searchdata" in the user/search.php request is vulnerable to Time Based Sql Injection.</td><td><a href="https://www.exploit-db.com/exploits/49307">https://www.exploit-db.com/exploits/49307</a></td></tr><tr><td>CVE-2020-20139</td><td>Cross Site Scripting (XSS) vulnerability in the Remote JSON component Under the Connect menu in Flexmonster Pivot Table &#x26; Charts 2.7.17.</td><td><a href="https://www.exploit-db.com/exploits/49305">https://www.exploit-db.com/exploits/49305</a></td></tr><tr><td>CVE-2020-20142</td><td>Cross Site Scripting (XSS) vulnerability in the "To Remote CSV" component under "Open" Menu in Flexmonster Pivot Table &#x26; Charts 2.7.17.</td><td><a href="https://www.exploit-db.com/exploits/49304">https://www.exploit-db.com/exploits/49304</a></td></tr><tr><td>CVE-2020-20141</td><td>Cross Site Scripting (XSS) vulnerability in the To OLAP (XMLA) component Under the Connect menu in Flexmonster Pivot Table &#x26; Charts 2.7.17.</td><td><a href="https://www.exploit-db.com/exploits/49303">https://www.exploit-db.com/exploits/49303</a></td></tr><tr><td>CVE-2020-20140</td><td>Cross Site Scripting (XSS) vulnerability in Remote Report component under the Open menu in Flexmonster Pivot Table &#x26; Charts 2.7.17.</td><td><a href="https://www.exploit-db.com/exploits/49302">https://www.exploit-db.com/exploits/49302</a></td></tr><tr><td>CVE-2020-25494</td><td>Xinuos (formerly SCO) Openserver v5 and v6 allows attackers to execute arbitrary commands via shell metacharacters in outputform or toclevels parameter to cgi-bin/printbook.</td><td><a href="https://www.exploit-db.com/exploits/49301">https://www.exploit-db.com/exploits/49301</a></td></tr><tr><td>CVE-2020-25495</td><td>A reflected Cross-site scripting (XSS) vulnerability in Xinuo (formerly SCO) Openserver version 5 and 6 allows remote attackers to inject arbitrary web script or HTML tag via the parameter 'section'.</td><td><a href="https://www.exploit-db.com/exploits/49300">https://www.exploit-db.com/exploits/49300</a></td></tr><tr><td>CVE-2020-35416</td><td>Multiple cross-site scripting (XSS) vulnerabilities exist in PHPJabbers Appointment Scheduler 2.3, in the index.php admin login webpage (with different request parameters), allows remote attackers to inject arbitrary web script or HTML.</td><td><a href="https://www.exploit-db.com/exploits/49281">https://www.exploit-db.com/exploits/49281</a></td></tr><tr><td>CVE-2020-2230</td><td>Jenkins 2.251 and earlier, LTS 2.235.3 and earlier does not escape the project naming strategy description, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by users with Overall/Manage permission.</td><td><a href="https://www.exploit-db.com/exploits/49237">https://www.exploit-db.com/exploits/49237</a></td></tr><tr><td>CVE-2020-2229</td><td>Jenkins 2.251 and earlier, LTS 2.235.3 and earlier does not escape the tooltip content of help icons, resulting in a stored cross-site scripting (XSS) vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/49232">https://www.exploit-db.com/exploits/49232</a></td></tr><tr><td>CVE-2020-29477</td><td>Invision Community 4.5.4 is affected by cross-site scripting (XSS) in the Field Name field. This vulnerability can allow an attacker to inject the XSS payload in Field Name and each time any user will open that, the XSS triggers and the attacker can able to steal the cookie according to the crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/49188">https://www.exploit-db.com/exploits/49188</a></td></tr><tr><td>CVE-2020-29469</td><td>WonderCMS 3.1.3 is affected by cross-site scripting (XSS) in the Menu component. This vulnerability can allow an attacker to inject the XSS payload in the Setting - Menu and each time any user will visits the website directory, the XSS triggers and attacker can steal the cookie according to the crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/49164">https://www.exploit-db.com/exploits/49164</a></td></tr><tr><td>CVE-2020-14073</td><td>XSS exists in PRTG Network Monitor 20.1.56.1574 via crafted map properties. An attacker with Read/Write privileges can create a map, and then use the Map Designer Properties screen to insert JavaScript code. This can be exploited against any user with View Maps or Edit Maps access.</td><td><a href="https://www.exploit-db.com/exploits/49156">https://www.exploit-db.com/exploits/49156</a></td></tr><tr><td>CVE-2020-29395</td><td>The EventON plugin through 3.0.5 for WordPress allows addons/?q= XSS via the search field.</td><td><a href="https://www.exploit-db.com/exploits/49130">https://www.exploit-db.com/exploits/49130</a></td></tr><tr><td>CVE-2020-35313</td><td>A server-side request forgery (SSRF) vulnerability in the addCustomThemePluginRepository function in index.php in WonderCMS 3.1.3 allows remote attackers to execute arbitrary code via a crafted URL to the theme/plugin installer.</td><td><a href="https://www.exploit-db.com/exploits/49154">https://www.exploit-db.com/exploits/49154</a></td></tr><tr><td>CVE-2020-10963</td><td>FrozenNode Laravel-Administrator through 5.0.12 allows unrestricted file upload (and consequently Remote Code Execution) via admin/tips_image/image/file_upload image upload with PHP content within a GIF image that has the .php extension. NOTE: this product is discontinued.</td><td><a href="https://www.exploit-db.com/exploits/49112">https://www.exploit-db.com/exploits/49112</a></td></tr><tr><td>CVE-2020-29470</td><td>OpenCart 3.0.3.6 is affected by cross-site scripting (XSS) in the Subject field of mail. This vulnerability can allow an attacker to inject the XSS payload in the Subject field of the mail and each time any user will open that mail of the website, the XSS triggers and the attacker can able to steal the cookie according to the crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/49099">https://www.exploit-db.com/exploits/49099</a></td></tr><tr><td>CVE-2020-29471</td><td>OpenCart 3.0.3.6 is affected by cross-site scripting (XSS) in the Profile Image. An admin can upload a profile image as a malicious code using JavaScript. Whenever anyone will see the profile picture, the code will execute and XSS will trigger.</td><td><a href="https://www.exploit-db.com/exploits/49098">https://www.exploit-db.com/exploits/49098</a></td></tr><tr><td>CVE-2020-28092</td><td>PESCMS Team 2.3.2 has multiple reflected XSS via the id parameter:?g=Team&#x26;m=Task&#x26;a=my&#x26;status=3&#x26;id=,?g=Team&#x26;m=Task&#x26;a=my&#x26;status=0&#x26;id=,?g=Team&#x26;m=Task&#x26;a=my&#x26;status=1&#x26;id=,?g=Team&#x26;m=Task&#x26;a=my&#x26;status=10&#x26;id=</td><td><a href="https://www.exploit-db.com/exploits/49072">https://www.exploit-db.com/exploits/49072</a></td></tr><tr><td>CVE-2020-25820</td><td>BigBlueButton before 2.2.7 allows remote authenticated users to read local files and conduct SSRF attacks via an uploaded Office document that has a crafted URL in an ODF xlink field.</td><td><a href="https://www.exploit-db.com/exploits/49070">https://www.exploit-db.com/exploits/49070</a></td></tr><tr><td>CVE-2020-29475</td><td>nopCommerce Store 4.30 is affected by cross-site scripting (XSS) in the Schedule tasks name field. This vulnerability can allow an attacker to inject the XSS payload in Schedule tasks and each time any user will go to that page of the website, the XSS triggers and attacker can able to steal the cookie according to the crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/49093">https://www.exploit-db.com/exploits/49093</a></td></tr><tr><td>CVE-2020-7934</td><td>In LifeRay Portal CE 7.1.0 through 7.2.1 GA2, the First Name, Middle Name, and Last Name fields for user accounts in MyAccountPortlet are all vulnerable to a persistent XSS issue. Any user can modify these fields with a particular XSS payload, and it will be stored in the database. The payload will then be rendered when a user utilizes the search feature to search for other users (i.e., if a user with modified fields occurs in the search results). This issue was fixed in Liferay Portal CE version 7.3.0 GA1.</td><td><a href="https://www.exploit-db.com/exploits/49091">https://www.exploit-db.com/exploits/49091</a></td></tr><tr><td>CVE-2020-29233</td><td>WonderCMS 3.1.3 is affected by cross-site scripting (XSS) in the Page description component. This vulnerability can allow an attacker to inject the XSS payload in the Page description and each time any user will visits the website, the XSS triggers and attacker can steal the cookie according to the crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/49085">https://www.exploit-db.com/exploits/49085</a></td></tr><tr><td>CVE-2020-15478</td><td>The Journal theme before 3.1.0 for OpenCart allows exposure of sensitive data via SQL errors.</td><td><a href="https://www.exploit-db.com/exploits/49044">https://www.exploit-db.com/exploits/49044</a></td></tr><tr><td>CVE-2020-26218</td><td>touchbase.ai before version 2.0 is vulnerable to Cross-Site Scripting. The vulnerability allows an attacker to inject HTML payloads which could result in defacement, user redirection to a malicious webpage/website etc. The issue is patched in version 2.0.</td><td><a href="https://www.exploit-db.com/exploits/49040">https://www.exploit-db.com/exploits/49040</a></td></tr><tr><td>CVE-2020-15255</td><td>In Anuko Time Tracker before verion 1.19.23.5325, due to not properly filtered user input a CSV export of a report could contain cells that are treated as formulas by spreadsheet software (for example, when a cell value starts with an equal sign). This is fixed in version 1.19.23.5325.</td><td><a href="https://www.exploit-db.com/exploits/49027">https://www.exploit-db.com/exploits/49027</a></td></tr><tr><td>CVE-2020-28249</td><td>Joplin 1.2.6 for Desktop allows XSS via a LINK element in a note.</td><td><a href="https://www.exploit-db.com/exploits/49024">https://www.exploit-db.com/exploits/49024</a></td></tr><tr><td>CVE-2020-27533</td><td>A Cross Site Scripting (XSS) issue was discovered in the search feature of DedeCMS v.5.8 that allows malicious users to inject code into web pages, and other users will be affected when viewing web pages.</td><td><a href="https://www.exploit-db.com/exploits/48974">https://www.exploit-db.com/exploits/48974</a></td></tr><tr><td>CVE-2020-14864</td><td>Vulnerability in the Oracle Business Intelligence Enterprise Edition product of Oracle Fusion Middleware (component: Installation). Supported versions that are affected are 5.5.0.0.0, 12.2.1.3.0 and 12.2.1.4.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Business Intelligence Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle Business Intelligence Enterprise Edition accessible data. CVSS 3.1 Base Score 7.5 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).</td><td><a href="https://www.exploit-db.com/exploits/48964">https://www.exploit-db.com/exploits/48964</a></td></tr><tr><td>CVE-2020-5791</td><td>Improper neutralization of special elements used in an OS command in Nagios XI 5.7.3 allows a remote, authenticated admin user to execute operating system commands with the privileges of the apache user.</td><td><a href="https://www.exploit-db.com/exploits/48959">https://www.exploit-db.com/exploits/48959</a></td></tr><tr><td>CVE-2020-25270</td><td>PHPGurukul hostel-management-system 2.1 allows XSS via Guardian Name, Guardian Relation, Guardian Contact no, Address, or City.</td><td><a href="https://www.exploit-db.com/exploits/48905">https://www.exploit-db.com/exploits/48905</a></td></tr><tr><td>CVE-2020-35241</td><td>FlatPress 1.0.3 is affected by cross-site scripting (XSS) in the Blog Content component. This vulnerability can allow an attacker to inject the XSS payload in Blog content via the admin panel. Each time any user will go to that blog page, the XSS triggers and the attacker can steal the cookie according to the crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/48826">https://www.exploit-db.com/exploits/48826</a></td></tr><tr><td>CVE-2020-25762</td><td>An issue was discovered in SourceCodester Seat Reservation System 1.0. The file admin_class.php does not perform input validation on the username and password parameters. An attacker can send malicious input in the post request to /admin/ajax.php?action=login and bypass authentication, extract sensitive information etc.</td><td><a href="https://www.exploit-db.com/exploits/48889">https://www.exploit-db.com/exploits/48889</a></td></tr><tr><td>CVE-2020-9467</td><td>Piwigo 2.10.1 has stored XSS via the file parameter in a /ws.php request because of the pwg.images.setInfo function.</td><td><a href="https://www.exploit-db.com/exploits/48814">https://www.exploit-db.com/exploits/48814</a></td></tr><tr><td>CVE-2020-13260</td><td>A vulnerability in the web-based management interface of RAD SecFlow-1v through 2020-05-21 could allow an authenticated attacker to upload a JavaScript file, with a stored XSS payload, that will remain stored in the system as an OVPN file in Configuration-Services-Security-OpenVPN-Config or as the static key file in Configuration-Services-Security-OpenVPN-Static Keys. This payload will execute each time a user opens an affected web page. This could be exploited in conjunction with CVE-2020-13259.</td><td><a href="https://www.exploit-db.com/exploits/48807">https://www.exploit-db.com/exploits/48807</a></td></tr><tr><td>CVE-2020-24609</td><td>TechKshetra Info Solutions Pvt. Ltd Savsoft Quiz 5.5 and earlier has XSS which can result in an attacker injecting the XSS payload in the User Registration section and each time the admin visits the manage user section from the admin panel, the XSS triggers and the attacker can steal the cookie via crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/48785">https://www.exploit-db.com/exploits/48785</a></td></tr><tr><td>CVE-2020-24223</td><td>Mara CMS 7.5 allows cross-site scripting (XSS) in contact.php via the theme or pagetheme parameters.</td><td><a href="https://www.exploit-db.com/exploits/48777">https://www.exploit-db.com/exploits/48777</a></td></tr><tr><td>CVE-2020-23835</td><td>A Reflected Cross-Site Scripting (XSS) vulnerability in the index.php login-portal webpage of SourceCodester Tailor Management System v1.0 allows remote attackers to harvest keys pressed by an unauthenticated victim who clicks on a malicious URL and begins typing.</td><td><a href="https://www.exploit-db.com/exploits/48813">https://www.exploit-db.com/exploits/48813</a></td></tr><tr><td>CVE-2020-24609</td><td>TechKshetra Info Solutions Pvt. Ltd Savsoft Quiz 5.5 and earlier has XSS which can result in an attacker injecting the XSS payload in the User Registration section and each time the admin visits the manage user section from the admin panel, the XSS triggers and the attacker can steal the cookie via crafted payload.</td><td><a href="https://www.exploit-db.com/exploits/48753">https://www.exploit-db.com/exploits/48753</a></td></tr><tr><td>CVE-2020-17506</td><td>Artica Web Proxy 4.30.00000000 allows remote attacker to bypass privilege detection and gain web backend administrator privileges through SQL injection of the apikey parameter in fw.login.php.</td><td><a href="https://www.exploit-db.com/exploits/48744">https://www.exploit-db.com/exploits/48744</a></td></tr><tr><td>CVE-2020-15038</td><td>The SeedProd coming-soon plugin before 5.1.1 for WordPress allows XSS.</td><td><a href="https://www.exploit-db.com/exploits/48724">https://www.exploit-db.com/exploits/48724</a></td></tr><tr><td>CVE-2020-8163</td><td>The is a code injection vulnerability in versions of Rails prior to 5.0.1 that wouldallow an attacker who controlled the `locals` argument of a `render` call to perform a RCE.</td><td><a href="https://www.exploit-db.com/exploits/48716">https://www.exploit-db.com/exploits/48716</a></td></tr><tr><td>CVE-2020-5902</td><td>In BIG-IP versions 15.0.0-15.1.0.3, 14.1.0-14.1.2.5, 13.1.0-13.1.3.3, 12.1.0-12.1.5.1, and 11.6.1-11.6.5.1, the Traffic Management User Interface (TMUI), also referred to as the Configuration utility, has a Remote Code Execution (RCE) vulnerability in undisclosed pages.</td><td><a href="https://www.exploit-db.com/exploits/48711">https://www.exploit-db.com/exploits/48711</a></td></tr><tr><td>CVE-2020-15364</td><td>The Nexos theme through 1.7 for WordPress allows top-map/?search_location= reflected XSS.</td><td><a href="https://www.exploit-db.com/exploits/48682">https://www.exploit-db.com/exploits/48682</a></td></tr><tr><td>CVE-2020-15046</td><td>The web interface on Supermicro X10DRH-iT motherboards with BIOS 2.0a and IPMI firmware 03.40 allows remote attackers to exploit a cgi/config_user.cgi CSRF issue to add new admin users. The fixed versions are BIOS 3.2 and firmware 03.88.</td><td><a href="https://www.exploit-db.com/exploits/48668">https://www.exploit-db.com/exploits/48668</a></td></tr><tr><td>CVE-2020-15600</td><td>An issue was discovered in CMSUno before 1.6.1. uno.php allows CSRF to change the admin password.</td><td>https://www.exploit-db.com/exploits/48679</td></tr><tr><td>CVE-2020-14946</td><td>downloadFile.ashx in the Administrator section of the Surveillance module in Global RADAR BSA Radar 1.6.7234.24750 and earlier allows users to download transaction files. When downloading the files, a user is able to view local files on the web server by manipulating the FileName and FilePath parameters in the URL, or while using a proxy. This vulnerability could be used to view local sensitive files or configuration files.</td><td><a href="https://www.exploit-db.com/exploits/48666">https://www.exploit-db.com/exploits/48666</a></td></tr><tr><td>CVE-2020-3452</td><td>A vulnerability in the web services interface of Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to conduct directory traversal attacks and read sensitive files on a targeted system. The vulnerability is due to a lack of proper input validation of URLs in HTTP requests processed by an affected device. An attacker could exploit this vulnerability by sending a crafted HTTP request containing directory traversal character sequences to an affected device. A successful exploit could allow the attacker to view arbitrary files within the web services file system on the targeted device. The web services file system is enabled when the affected device is configured with either WebVPN or AnyConnect features. This vulnerability cannot be used to obtain access to ASA or FTD system files or underlying operating system (OS) files.</td><td><a href="https://www.exploit-db.com/exploits/48722">https://www.exploit-db.com/exploits/48722</a></td></tr><tr><td>CVE-2020-15046</td><td>The web interface on Supermicro X10DRH-iT motherboards with BIOS 2.0a and IPMI firmware 03.40 allows remote attackers to exploit a cgi/config_user.cgi CSRF issue to add new admin users. The fixed versions are BIOS 3.2 and firmware 03.88.</td><td><a href="https://www.exploit-db.com/exploits/48652">https://www.exploit-db.com/exploits/48652</a></td></tr><tr><td>CVE-2020-5902</td><td>In BIG-IP versions 15.0.0-15.1.0.3, 14.1.0-14.1.2.5, 13.1.0-13.1.3.3, 12.1.0-12.1.5.1, and 11.6.1-11.6.5.1, the Traffic Management User Interface (TMUI), also referred to as the Configuration utility, has a Remote Code Execution (RCE) vulnerability in undisclosed pages.</td><td><a href="https://www.exploit-db.com/exploits/48643">https://www.exploit-db.com/exploits/48643</a></td></tr><tr><td>CVE-2020-15599</td><td>Victor CMS through 2019-02-28 allows XSS via the register.php user_firstname or user_lastname field.</td><td>https://www.exploit-db.com/exploits/48626</td></tr><tr><td>CVE-2020-14943</td><td>The Firstname and Lastname parameters in Global RADAR BSA Radar 1.6.7234.24750 and earlier are vulnerable to stored cross-site scripting (XSS) via Update User Profile.</td><td><a href="https://www.exploit-db.com/exploits/48619">https://www.exploit-db.com/exploits/48619</a></td></tr><tr><td>CVE-2020-13228</td><td>An issue was discovered in Sysax Multi Server 6.90. There is reflected XSS via the /scgi sid parameter.</td><td><a href="https://www.exploit-db.com/exploits/48582">https://www.exploit-db.com/exploits/48582</a></td></tr><tr><td>CVE-2020-5192</td><td>PHPGurukul Hospital Management System in PHP v4.0 suffers from multiple SQL injection vulnerabilities: multiple pages and parameters are not validating user input, and allow for the application's database and information to be fully compromised.</td><td><a href="https://www.exploit-db.com/exploits/47840">https://www.exploit-db.com/exploits/47840</a></td></tr><tr><td>CVE-2020-5191</td><td>PHPGurukul Hospital Management System in PHP v4.0 suffers from multiple Persistent XSS vulnerabilities.</td><td><a href="https://www.exploit-db.com/exploits/47841">https://www.exploit-db.com/exploits/47841</a></td></tr><tr><td>CVE-2020-7991</td><td>dive Framework 2.0.8 has admin/config CSRF to change the Administrator password.</td><td><a href="https://www.exploit-db.com/exploits/47966">https://www.exploit-db.com/exploits/47966</a></td></tr><tr><td>CVE-2020-8512</td><td>In IceWarp Webmail Server through 11.4.4.1, there is XSS in the /webmail/ color parameter.</td><td><a href="https://www.exploit-db.com/exploits/47988">https://www.exploit-db.com/exploits/47988</a></td></tr><tr><td>CVE-2020-8839</td><td>Stored XSS was discovered on CHIYU BF-430 232/485 TCP/IP Converter devices before 1.16.00, as demonstrated by the /if.cgi TF_submask field.</td><td><a href="https://www.exploit-db.com/exploits/48040">https://www.exploit-db.com/exploits/48040</a></td></tr><tr><td>CVE-2020-8825</td><td>index.php?p=/dashboard/settings/branding in Vanilla 2.6.3 allows stored XSS.</td><td><a href="https://www.exploit-db.com/exploits/48042">https://www.exploit-db.com/exploits/48042</a></td></tr><tr><td>CVE-2020-10173</td><td>Comtrend VR-3033 DE11-416SSG-C01_R02.A2pvI042j1.d26m devices have Multiple Authenticated Command Injection vulnerabilities via the ping and traceroute diagnostic pages, as demonstrated by shell metacharacters in the pingIpAddress parameter to ping.cgi.</td><td>https://www.exploit-db.com/exploits/48142</td></tr><tr><td>CVE-2020-6756</td><td>languageOptions.php in Rasilient PixelStor 5000 K:4.0.1580-20150629 (KDI Version) allows unauthenticated attackers to remotely execute code via the lang parameter.</td><td><a href="https://www.exploit-db.com/exploits/47899">https://www.exploit-db.com/exploits/47899</a></td></tr><tr><td>CVE-2020-8656</td><td>An issue was discovered in EyesOfNetwork 5.3. The EyesOfNetwork API 2.4.2 is prone to SQL injection, allowing an unauthenticated attacker to perform various tasks such as authentication bypass via the username field to getApiKey in include/api_functions.php.</td><td><a href="https://www.exploit-db.com/exploits/48025">https://www.exploit-db.com/exploits/48025</a></td></tr><tr><td>CVE-2020-8947</td><td>unctions_netflow.php in Artica Pandora FMS 7.0 allows remote attackers to execute arbitrary OS commands via shell metacharacters in the index.php?operation/netflow/nf_live_view ip_dst, dst_port, or src_port parameter, a different vulnerability than CVE-2019-20224.</td><td><a href="https://www.exploit-db.com/exploits/48064">https://www.exploit-db.com/exploits/48064</a></td></tr><tr><td>CVE-2020-9374</td><td>On TP-Link TL-WR849N 0.9.1 4.16 devices, a remote command execution vulnerability in the diagnostics area can be exploited when an attacker sends specific shell metacharacters to the panel's traceroute feature.</td><td><a href="https://www.exploit-db.com/exploits/48155">https://www.exploit-db.com/exploits/48155</a></td></tr><tr><td>CVE-2020-8776</td><td>Alfresco Enterprise before 5.2.7 and Alfresco Community before 6.2.0 (rb65251d6-b368) has XSS via the URL property of a file.</td><td><a href="https://www.exploit-db.com/exploits/48162">https://www.exploit-db.com/exploits/48162</a></td></tr><tr><td>CVE-2020-8777</td><td>Alfresco Enterprise before 5.2.7 and Alfresco Community before 6.2.0 (rb65251d6-b368) has XSS via a user profile photo, as demonstrated by a SCRIPT element in an SVG document.</td><td><a href="https://www.exploit-db.com/exploits/48162">https://www.exploit-db.com/exploits/48162</a></td></tr><tr><td>CVE-2020-8778</td><td>Alfresco Enterprise before 5.2.7 and Alfresco Community before 6.2.0 (rb65251d6-b368) has XSS via an uploaded document, when the attacker has write access to a project.</td><td><a href="https://www.exploit-db.com/exploits/48162">https://www.exploit-db.com/exploits/48162</a></td></tr><tr><td>CVE-2020-9371</td><td>Stored XSS exists in the Appointment Booking Calendar plugin before 1.3.35 for WordPress. In the cpabc_appointments.php file, the Calendar Name input could allow attackers to inject arbitrary JavaScript or HTML.</td><td><a href="https://www.exploit-db.com/exploits/48204">https://www.exploit-db.com/exploits/48204</a></td></tr><tr><td>CVE-2020-9372</td><td>The Appointment Booking Calendar plugin before 1.3.35 for WordPress allows user input (in fields such as Description or Name) in any booking form to be any formula, which then could be exported via the Bookings list tab in /wp-admin/admin.php?page=cpabc_appointments.php. The attacker could achieve remote code execution via CSV injection.</td><td><a href="https://www.exploit-db.com/exploits/48204">https://www.exploit-db.com/exploits/48204</a></td></tr><tr><td>CVE-2020-10221</td><td>lib/ajaxHandlers/ajaxAddTemplate.php in rConfig through 3.94 allows remote attackers to execute arbitrary OS commands via shell metacharacters in the fileName POST parameter.</td><td><a href="https://www.exploit-db.com/exploits/48207">https://www.exploit-db.com/exploits/48207</a></td></tr><tr><td>CVE-2020-15468</td><td>Persian VIP Download Script 1.0 allows SQL Injection via the cart_edit.php active parameter.</td><td><a href="https://www.exploit-db.com/exploits/48190">https://www.exploit-db.com/exploits/48190</a></td></tr><tr><td>CVE-2020-8865</td><td>This vulnerability allows remote attackers to execute local PHP files on affected installations of Horde Groupware Webmail Edition 5.2.22. Authentication is required to exploit this vulnerability. The specific flaw exists within edit.php. When parsing the params[template] parameter, the process does not properly validate a user-supplied path prior to using it in file operations. An attacker can leverage this in conjunction with other vulnerabilities to execute code in the context of the www-data user. Was ZDI-CAN-10469.</td><td><a href="https://www.exploit-db.com/exploits/48209">https://www.exploit-db.com/exploits/48209</a></td></tr><tr><td>CVE-2020-8866</td><td>This vulnerability allows remote attackers to create arbitrary files on affected installations of Horde Groupware Webmail Edition 5.2.22. Authentication is required to exploit this vulnerability. The specific flaw exists within add.php. The issue results from the lack of proper validation of user-supplied data, which can allow the upload of arbitrary files. An attacker can leverage this in conjunction with other vulnerabilities to execute code in the context of the www-data user. Was ZDI-CAN-10125.</td><td><a href="https://www.exploit-db.com/exploits/48209">https://www.exploit-db.com/exploits/48209</a></td></tr><tr><td>CVE-2020-10230</td><td>CentOS-WebPanel.com (aka CWP) CentOS Web Panel (for CentOS 6 and 7) allows SQL Injection via the /cwp_{SESSION_HASH}/admin/loader_ajax.php term parameter.</td><td><a href="https://www.exploit-db.com/exploits/48212">https://www.exploit-db.com/exploits/48212</a></td></tr><tr><td>CVE-2020-10387</td><td>Path Traversal in admin/download.php in Chadha PHPKB Standard Multi-Language 9 allows remote attackers to download files from the server using a dot-dot-slash sequence (../) via the GET parameter file.</td><td><a href="https://www.exploit-db.com/exploits/48220">https://www.exploit-db.com/exploits/48220</a></td></tr><tr><td>CVE-2020-10386</td><td>admin/imagepaster/image-upload.php in Chadha PHPKB Standard Multi-Language 9 allows remote attackers to achieve Code Execution by uploading a .php file in the admin/js/ directory.</td><td><a href="https://www.exploit-db.com/exploits/48221">https://www.exploit-db.com/exploits/48221</a></td></tr><tr><td>CVE-2020-11455</td><td>LimeSurvey before 4.1.12+200324 contains a path traversal vulnerability in application/controllers/admin/LimeSurveyFileManager.php.</td><td><a href="https://www.exploit-db.com/exploits/48297">https://www.exploit-db.com/exploits/48297</a></td></tr><tr><td>CVE-2020-5726</td><td>The Grandstream UCM6200 series before 1.0.20.22 is vulnerable to an SQL injection via the CTI server on port 8888. A remote unauthenticated attacker can invoke the challenge action with a crafted username and discover user passwords.</td><td><a href="https://www.exploit-db.com/exploits/48270">https://www.exploit-db.com/exploits/48270</a></td></tr><tr><td>CVE-2020-11530</td><td>A blind SQL injection vulnerability is present in Chop Slider 3, a WordPress plugin. The vulnerability is introduced in the id GET parameter supplied to get_script/index.php, and allows an attacker to execute arbitrary SQL queries in the context of the WP database user.</td><td><a href="https://www.exploit-db.com/exploits/48457">https://www.exploit-db.com/exploits/48457</a></td></tr><tr><td>CVE-2020-13118</td><td>An issue was discovered in Mikrotik-Router-Monitoring-System through 2018-10-22. SQL Injection exists in check_community.php via the parameter community.</td><td><a href="https://www.exploit-db.com/exploits/48474">https://www.exploit-db.com/exploits/48474</a></td></tr><tr><td>CVE-2020-3952</td><td>Under certain conditions, vmdir that ships with VMware vCenter Server, as part of an embedded or external Platform Services Controller (PSC), does not correctly implement access controls.</td><td><a href="https://www.exploit-db.com/exploits/48535">https://www.exploit-db.com/exploits/48535</a></td></tr><tr><td>CVE-2020-13448</td><td>QuickBox Community Edition through 2.5.5 and Pro Edition through 2.1.8 allows an authenticated remote attacker to execute code on the server via command injection in the servicestart parameter.</td><td><a href="https://www.exploit-db.com/exploits/48536">https://www.exploit-db.com/exploits/48536</a></td></tr><tr><td>CVE-2020-12704</td><td>UliCMS before 2020.2 has PageController stored XSS.</td><td><a href="https://www.exploit-db.com/exploits/48244">https://www.exploit-db.com/exploits/48244</a></td></tr><tr><td>CVE-2020-10385</td><td>A stored cross-site scripting (XSS) vulnerability exists in the WPForms Contact Form (aka wpforms-lite) plugin before 1.5.9 for WordPress.</td><td><a href="https://www.exploit-db.com/exploits/48245">https://www.exploit-db.com/exploits/48245</a></td></tr><tr><td>CVE-2020-12707</td><td>An XSS vulnerability exists in modules/wysiwyg/save.php of LeptonCMS 4.5.0. This can be exploited because the only security measure used against XSS is the stripping of SCRIPT elements. A malicious actor can use HTML event handlers to run JavaScript instead of using SCRIPT elements.</td><td><a href="https://www.exploit-db.com/exploits/48250">https://www.exploit-db.com/exploits/48250</a></td></tr><tr><td>CVE-2020-11456</td><td>LimeSurvey before 4.1.12+200324 has stored XSS in application/views/admin/surveysgroups/surveySettings.php and application/models/SurveysGroups.php (aka survey groups).</td><td><a href="https://www.exploit-db.com/exploits/48289">https://www.exploit-db.com/exploits/48289</a></td></tr><tr><td>CVE-2020-11457</td><td>pfSense before 2.4.5 has stored XSS in system_usermanager_addprivs.php in the WebGUI via the descr parameter (aka full name) of a user.</td><td><a href="https://www.exploit-db.com/exploits/48300">https://www.exploit-db.com/exploits/48300</a></td></tr><tr><td>CVE-2020-12706</td><td>Multiple Cross-site scripting vulnerabilities in PHP-Fusion 9.03.50 allow remote attackers to inject arbitrary web script or HTML via the go parameter to faq/faq_admin.php or shoutbox_panel/shoutbox_admin.php</td><td><a href="https://www.exploit-db.com/exploits/48404">https://www.exploit-db.com/exploits/48404</a></td></tr><tr><td>CVE-2020-11023</td><td>In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing &#x3C;option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.</td><td><a href="https://www.exploit-db.com/exploits/49767">https://www.exploit-db.com/exploits/49767</a></td></tr><tr><td>CVE-2020-18662</td><td>SQL Injection vulnerability in gnuboard5 &#x3C;=v5.3.2.8 via the table_prefix parameter in install_db.php.</td><td><a href="https://www.exploit-db.com/exploits/52167">https://www.exploit-db.com/exploits/52167</a></td></tr><tr><td>CVE-2020-5509</td><td>PHPGurukul Car Rental Project v1.0 allows Remote Code Execution via an executable file in an upload of a new profile image.</td><td><a href="https://www.exploit-db.com/exploits/52243">https://www.exploit-db.com/exploits/52243</a></td></tr><tr><td>CVE-2020-7656</td><td>jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "&#x3C;script>" HTML tags that contain a whitespace character, i.e: "&#x3C;/script >", which results in the enclosed script logic to be executed.</td><td><a href="https://www.exploit-db.com/exploits/52141">https://www.exploit-db.com/exploits/52141</a></td></tr></tbody></table>


# CVE-2019

<table><thead><tr><th width="192.199951171875">CVE</th><th width="334.800048828125">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2019-19368</td><td>A Reflected Cross Site Scripting was discovered in the Login page of Rumpus FTP Web File Manager 8.2.9.1. An attacker can exploit it by sending a crafted link to end users and can execute arbitrary Javascripts</td><td><a href="https://www.exploit-db.com/exploits/47789">https://www.exploit-db.com/exploits/47789</a></td></tr><tr><td>CVE-2019-19731</td><td>Roxy Fileman 1.4.5 for .NET is vulnerable to path traversal. A remote attacker can write uploaded files to arbitrary locations via the RENAMEFILE action. This can be leveraged for code execution by uploading a specially crafted Windows shortcut file and writing the file to the Startup folder (because an incomplete blacklist of file extensions allows Windows shortcut files to be uploaded).</td><td><a href="https://www.exploit-db.com/exploits/47777">https://www.exploit-db.com/exploits/47777</a></td></tr><tr><td>CVE-2019-19742</td><td>On D-Link DIR-615 devices, the User Account Configuration page is vulnerable to blind XSS via the name field.</td><td><a href="https://www.exploit-db.com/exploits/47776">https://www.exploit-db.com/exploits/47776</a></td></tr><tr><td>CVE-2019-19576</td><td>class.upload.php in verot.net class.upload before 1.0.3 and 2.x before 2.0.4, as used in the K2 extension for Joomla! and other products, omits .phar from the set of dangerous file extensions.</td><td><a href="https://www.exploit-db.com/exploits/47749">https://www.exploit-db.com/exploits/47749</a></td></tr><tr><td>CVE-2019-5434</td><td>An attacker could send a specifically crafted payload to the XML-RPC invocation script and trigger the unserialize() call on the "what" parameter in the "openads.spc" RPC method. Such vulnerability could be used to perform various types of attacks, e.g. exploit serialize-related PHP vulnerabilities or PHP object injection. It is possible, although unconfirmed, that the vulnerability has been used by some attackers in order to gain access to some Revive Adserver instances and deliver malware through them to third party websites. This vulnerability was addressed in version 4.2.0.</td><td><a href="https://www.exploit-db.com/exploits/47739">https://www.exploit-db.com/exploits/47739</a></td></tr><tr><td>CVE-2019–14343</td><td>TemaTres 3.0 has stored XSS via the value parameter to the vocab/admin.php?vocabulario_id=list URI.</td><td><a href="https://www.exploit-db.com/exploits/47672">https://www.exploit-db.com/exploits/47672</a></td></tr><tr><td>CVE-2019-18951</td><td>An issue was discovered in certain Oi third-party firmware that may be installed on Technicolor TD5130v2 devices. A Command Injection in the Ping module in the Web Interface in OI_Fw_V20 allows remote attackers to execute arbitrary OS commands in the pingAddr parameter to mnt_ping.cgi. NOTE: This may overlap CVE-2017–14127.</td><td><a href="https://www.exploit-db.com/exploits/47659">https://www.exploit-db.com/exploits/47659</a></td></tr><tr><td>CVE-2019-18396</td><td>An issue was discovered in certain Oi third-party firmware that may be installed on Technicolor TD5130v2 devices. A Command Injection in the Ping module in the Web Interface in OI_Fw_V20 allows remote attackers to execute arbitrary OS commands in the pingAddr parameter to mnt_ping.cgi. NOTE: This may overlap CVE-2017–14127.</td><td><a href="https://www.exploit-db.com/exploits/47651">https://www.exploit-db.com/exploits/47651</a></td></tr><tr><td>CVE-2019-18873</td><td>FUDForum 3.0.9 is vulnerable to Stored XSS via the User-Agent HTTP header. This may result in remote code execution. An attacker can use a user account to fully compromise the system via a GET request. When the admin visits user information under "User Manager" in the control panel, the payload will execute. This will allow for PHP files to be written to the web root, and for code to execute on the remote server. The problem is in admsession.php and admuser.php.</td><td><a href="https://www.exploit-db.com/exploits/47650">https://www.exploit-db.com/exploits/47650</a></td></tr><tr><td>CVE-2019-7666</td><td>Prima Systems FlexAir, Versions 2.3.38 and prior. The application allows improper authentication using the MD5 hash value of the password, which may allow an attacker with access to the database to login as admin without decrypting the password.</td><td><a href="https://www.exploit-db.com/exploits/47644">https://www.exploit-db.com/exploits/47644</a></td></tr><tr><td>CVE-2019-7276</td><td>Optergy Proton/Enterprise devices allow Remote Root Code Execution via a Backdoor Console.</td><td><a href="https://www.exploit-db.com/exploits/47641">https://www.exploit-db.com/exploits/47641</a></td></tr><tr><td>CVE-2019-7272</td><td>Optergy Proton/Enterprise devices allow Username Disclosure.</td><td><a href="https://www.exploit-db.com/exploits/47640">https://www.exploit-db.com/exploits/47640</a></td></tr><tr><td>CVE-2019-9189</td><td>Prima Systems FlexAir, Versions 2.4.9api3 and prior. The application allows the upload of arbitrary Python scripts when configuring the main central controller. These scripts can be immediately executed because of root code execution, not as a web server user, allowing an authenticated attacker to gain full system access.</td><td><a href="https://www.exploit-db.com/exploits/47634">https://www.exploit-db.com/exploits/47634</a></td></tr><tr><td>CVE-2019-7671</td><td>Prima Systems FlexAir, Versions 2.3.38 and prior. Parameters sent to scripts are not properly sanitized before being returned to the user, which may allow an attacker to execute arbitrary code in a user’s browser session in context of an affected site.</td><td><a href="https://www.exploit-db.com/exploits/47633">https://www.exploit-db.com/exploits/47633</a></td></tr><tr><td>CVE-2019-10848</td><td>Computrols CBAS 18.0.0 allows Username Enumeration.</td><td><a href="https://www.exploit-db.com/exploits/47630">https://www.exploit-db.com/exploits/47630</a></td></tr><tr><td>CVE-2019-7255</td><td>Linear eMerge E3-Series devices allow XSS.</td><td><a href="https://www.exploit-db.com/exploits/47623">https://www.exploit-db.com/exploits/47623</a></td></tr><tr><td>CVE-2019-7257</td><td>Linear eMerge E3-Series devices allow Unrestricted File Upload.</td><td><a href="https://www.exploit-db.com/exploits/47622">https://www.exploit-db.com/exploits/47622</a></td></tr><tr><td>CVE-2019-7256</td><td>Linear eMerge E3-Series devices allow Command Injections.</td><td><a href="https://www.exploit-db.com/exploits/47619">https://www.exploit-db.com/exploits/47619</a></td></tr><tr><td>CVE-2019-7254</td><td>Linear eMerge E3-Series devices allow File Inclusion.</td><td><a href="https://www.exploit-db.com/exploits/47616">https://www.exploit-db.com/exploits/47616</a></td></tr><tr><td>CVE-2019-10846</td><td>Computrols CBAS 18.0.0 allows Unauthenticated Reflected Cross-Site Scripting vulnerabilities in the login page and password reset page via the username GET parameter.</td><td><a href="https://www.exploit-db.com/exploits/47614">https://www.exploit-db.com/exploits/47614</a></td></tr><tr><td>CVE-2019-7670</td><td>Prima Systems FlexAir, Versions 2.3.38 and prior. The application incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component, which could allow attackers to execute commands directly on the operating system.</td><td><a href="https://www.exploit-db.com/exploits/47612">https://www.exploit-db.com/exploits/47612</a></td></tr><tr><td>CVE-2019-14347</td><td>Internal/Views/addUsers.php in Schben Adive 2.0.7 allows remote unprivileged users (editor or developer) to create an administrator account via admin/user/add, as demonstrated by a Python PoC script.</td><td><a href="https://www.exploit-db.com/exploits/47600">https://www.exploit-db.com/exploits/47600</a></td></tr><tr><td>CVE-2019-10475</td><td>A reflected cross-site scripting vulnerability in Jenkins build-metrics Plugin allows attackers to inject arbitrary HTML and JavaScript into web pages provided by this plugin.</td><td><a href="https://www.exploit-db.com/exploits/47598">https://www.exploit-db.com/exploits/47598</a></td></tr><tr><td>CVE-2019-16662</td><td>An issue was discovered in rConfig 3.9.2. An attacker can directly execute system commands by sending a GET request to ajaxServerSettingsChk.php because the rootUname parameter is passed to the exec function without filtering, which can lead to command execution.</td><td><a href="https://www.exploit-db.com/exploits/47555">https://www.exploit-db.com/exploits/47555</a></td></tr><tr><td>CVE-2019-11043</td><td>In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it is possible to cause FPM module to write past allocated buffers into the space reserved for FCGI protocol data, thus opening the possibility of remote code execution.</td><td><a href="https://www.exploit-db.com/exploits/47553">https://www.exploit-db.com/exploits/47553</a></td></tr><tr><td>CVE-2019-17220</td><td>Rocket.Chat before 2.1.0 allows XSS via a URL on a ![title] line.</td><td><a href="https://www.exploit-db.com/exploits/47537">https://www.exploit-db.com/exploits/47537</a></td></tr><tr><td>CVE-2019-17503</td><td>An issue was discovered in Kirona Dynamic Resource Scheduling (DRS) 5.5.3.5. An unauthenticated user can access /osm/REGISTER.cmd (aka /osm_tiles/REGISTER.cmd) directly: it contains sensitive information about the database through the SQL queries within this batch file. This file exposes SQL database information such as database version, table name, column name, etc.</td><td><a href="https://www.exploit-db.com/exploits/47498">https://www.exploit-db.com/exploits/47498</a></td></tr><tr><td>CVE-2019-6971</td><td>An issue was discovered on TP-Link TL-WR1043ND V2 devices. An attacker can send a cookie in an HTTP authentication packet to the router management web interface, and fully control the router without knowledge of the credentials.</td><td><a href="https://www.exploit-db.com/exploits/47483">https://www.exploit-db.com/exploits/47483</a></td></tr><tr><td>CVE-2019-17132</td><td>vBulletin through 5.5.4 mishandles custom avatars.</td><td><a href="https://www.exploit-db.com/exploits/47475">https://www.exploit-db.com/exploits/47475</a></td></tr><tr><td>CVE-2019-17225</td><td>Subrion 4.2.1 allows XSS via the panel/members/ Username, Full Name, or Email field, aka an "Admin Member JSON Update" issue.</td><td><a href="https://www.exploit-db.com/exploits/47469">https://www.exploit-db.com/exploits/47469</a></td></tr><tr><td>CVE-2019-12562</td><td>Stored Cross-Site Scripting in DotNetNuke (DNN) Version before 9.4.0 allows remote attackers to store and embed the malicious script into the admin notification page. The exploit could be used to perfom any action with admin privileges such as managing content, adding users, uploading backdoors to the server, etc. Successful exploitation occurs when an admin user visits a notification page with stored cross-site scripting.</td><td><a href="https://www.exploit-db.com/exploits/47448">https://www.exploit-db.com/exploits/47448</a></td></tr><tr><td>CVE-2019-16759</td><td>vBulletin 5.x through 5.5.4 allows remote command execution via the widgetConfig[code] parameter in an ajax/render/widget_php routestring request.</td><td><a href="https://www.exploit-db.com/exploits/47447">https://www.exploit-db.com/exploits/47447</a></td></tr><tr><td>CVE-2019-16902</td><td>In the ARforms plugin 3.7.1 for WordPress, arf_delete_file in arformcontroller.php allows unauthenticated deletion of an arbitrary file by supplying the full pathname.</td><td><a href="https://www.exploit-db.com/exploits/47443">https://www.exploit-db.com/exploits/47443</a></td></tr><tr><td>CVE-2019-16692</td><td>phpIPAM 1.4 allows SQL injection via the app/admin/custom-fields/filter-result.php table parameter when action=add is used.</td><td><a href="https://www.exploit-db.com/exploits/47438">https://www.exploit-db.com/exploits/47438</a></td></tr><tr><td>CVE-2019-16759</td><td>vBulletin 5.x through 5.5.4 allows remote command execution via the widgetConfig[code] parameter in an ajax/render/widget_php routestring request.</td><td><a href="https://www.exploit-db.com/exploits/47437">https://www.exploit-db.com/exploits/47437</a></td></tr><tr><td>CVE-2019-16894</td><td>download.php in inoERP 4.15 allows SQL injection through insecure deserialization.</td><td><a href="https://www.exploit-db.com/exploits/47426">https://www.exploit-db.com/exploits/47426</a></td></tr><tr><td>CVE-2019-1262</td><td>A cross-site-scripting (XSS) vulnerability exists when Microsoft SharePoint Server does not properly sanitize a specially crafted web request to an affected SharePoint server, aka 'Microsoft Office SharePoint XSS Vulnerability'.</td><td><a href="https://www.exploit-db.com/exploits/47417">https://www.exploit-db.com/exploits/47417</a></td></tr><tr><td>CVE-2019-16679</td><td>Gila CMS before 1.11.1 allows admin/fm/?f=../ directory traversal, leading to Local File Inclusion.</td><td><a href="https://www.exploit-db.com/exploits/47407">https://www.exploit-db.com/exploits/47407</a></td></tr><tr><td>CVE-2019-16399</td><td>Western Digital WD My Book World through II 1.02.12 suffers from Broken Authentication, which allows an attacker to access the /admin/ directory without credentials. An attacker can easily enable SSH from /admin/system_advanced.php?lang=en and login with the default root password welc0me.</td><td><a href="https://www.exploit-db.com/exploits/47399">https://www.exploit-db.com/exploits/47399</a></td></tr><tr><td>CVE-2019-16173</td><td>LimeSurvey before v3.17.14 allows reflected XSS for escalating privileges from a low-privileged account to, for example, SuperAdmin. This occurs in application/core/Survey_Common_Action.php,</td><td><a href="https://www.exploit-db.com/exploits/47386">https://www.exploit-db.com/exploits/47386</a></td></tr><tr><td>CVE-2019-16197</td><td>In htdocs/societe/card.php in Dolibarr 10.0.1, the value of the User-Agent HTTP header is copied into the HTML document as plain text between tags, leading to XSS.</td><td><a href="https://www.exploit-db.com/exploits/47384">https://www.exploit-db.com/exploits/47384</a></td></tr><tr><td>CVE-2019-16118</td><td>Cross site scripting (XSS) in the photo-gallery (10Web Photo Gallery) plugin before 1.5.35 for WordPress exists via admin/controllers/Options.php.</td><td><a href="https://www.exploit-db.com/exploits/47373">https://www.exploit-db.com/exploits/47373</a></td></tr><tr><td>CVE-2019-16117</td><td>Cross site scripting (XSS) in the photo-gallery (10Web Photo Gallery) plugin before 1.5.35 for WordPress exists via admin/models/Galleries.php.</td><td><a href="https://www.exploit-db.com/exploits/47372">https://www.exploit-db.com/exploits/47372</a></td></tr><tr><td>CVE-2019-16119</td><td>SQL injection in the photo-gallery (10Web Photo Gallery) plugin before 1.5.35 for WordPress exists via the admin/controllers/Albumsgalleries.php album_id parameter.</td><td><a href="https://www.exploit-db.com/exploits/47371">https://www.exploit-db.com/exploits/47371</a></td></tr><tr><td>CVE-2019-16065</td><td>A remote SQL injection web vulnerability was discovered in the Enigma NMS 65.0.0 and prior web application that allows an attacker to execute SQL commands to expose and compromise the web server, expose database tables and values, and potentially execute system-based commands as the mysql user. This affects the search_pattern value of the manage_hosts_short.cgi script.</td><td><a href="https://www.exploit-db.com/exploits/47365">https://www.exploit-db.com/exploits/47365</a></td></tr><tr><td>CVE-2019-16072</td><td>An OS command injection vulnerability in the discover_and_manage CGI script in NETSAS Enigma NMS 65.0.0 and prior allows an attacker to execute arbitrary code because of improper neutralization of shell metacharacters in the ip_address variable within an snmp_browser action.</td><td><a href="https://www.exploit-db.com/exploits/47364">https://www.exploit-db.com/exploits/47364</a></td></tr><tr><td>CVE-2019-10677</td><td>Multiple Cross-Site Scripting (XSS) issues in the web interface on DASAN Zhone ZNID GPON 2426A EU version S3.1.285 devices allow a remote attacker to execute arbitrary JavaScript via manipulation of an unsanitized GET parameter: /zhndnsdisplay.cmd (name), /wlsecrefresh.wl (wlWscCfgMethod, wl_wsc_reg).</td><td><a href="https://www.exploit-db.com/exploits/47351">https://www.exploit-db.com/exploits/47351</a></td></tr><tr><td>CVE-2019-15889</td><td>The download-manager plugin before 2.9.94 for WordPress has XSS via the category shortcode feature, as demonstrated by the orderby or search[publish_date] parameter.</td><td><a href="https://www.exploit-db.com/exploits/47350">https://www.exploit-db.com/exploits/47350</a></td></tr><tr><td>CVE-2019-13237</td><td>In Alkacon OpenCms 10.5.4 and 10.5.5, there are multiple resources vulnerable to Local File Inclusion that allow an attacker to access server resources: clearhistory.jsp, convertxml.jsp, group_new.jsp, loginmessage.jsp, xmlcontentrepair.jsp, and /system/workplace/admin/history/settings/index.jsp.</td><td><a href="https://www.exploit-db.com/exploits/47340">https://www.exploit-db.com/exploits/47340</a></td></tr><tr><td>CVE-2019-13236</td><td>In system/workplace/ in Alkacon OpenCms 10.5.4 and 10.5.5, there are multiple Reflected and Stored XSS issues in the management interface.</td><td><a href="https://www.exploit-db.com/exploits/47339">https://www.exploit-db.com/exploits/47339</a></td></tr><tr><td>CVE-2019-13235</td><td>In the Alkacon OpenCms Apollo Template 10.5.4 and 10.5.5, there is XSS in the Login form.</td><td><a href="https://www.exploit-db.com/exploits/47338">https://www.exploit-db.com/exploits/47338</a></td></tr><tr><td>CVE-2019-15081</td><td>OpenCart 3.x, when the attacker has login access to the admin panel, allows stored XSS within the Source/HTML editing feature of the Categories, Product, and Information pages.</td><td><a href="https://www.exploit-db.com/exploits/47331">https://www.exploit-db.com/exploits/47331</a></td></tr><tr><td>CVE-2019-1010124</td><td>WebAppick WooCommerce Product Feed 2.2.18 and earlier is affected by: Cross Site Scripting (XSS). The impact is: XSS to RCE via editing theme files in WordPress. The component is: admin/partials/woo-feed-manage-list.php:63. The attack vector is: Administrator must be logged in.</td><td><a href="https://www.exploit-db.com/exploits/47327">https://www.exploit-db.com/exploits/47327</a></td></tr><tr><td>CVE-2019-15811</td><td>In DomainMOD through 4.13, the parameter daterange in the file reporting/domains/cost-by-month.php has XSS.</td><td><a href="https://www.exploit-db.com/exploits/47325">https://www.exploit-db.com/exploits/47325</a></td></tr><tr><td>CVE-2019-15814</td><td>Multiple stored XSS vulnerabilities in Sentrifugo 3.2 could allow authenticated users to inject arbitrary web script or HTML.</td><td><a href="https://www.exploit-db.com/exploits/47324">https://www.exploit-db.com/exploits/47324</a></td></tr><tr><td>CVE-2019-15813</td><td>Multiple file upload restriction bypass vulnerabilities in Sentrifugo 3.2 could allow authenticated users to execute arbitrary code via a webshell.</td><td><a href="https://www.exploit-db.com/exploits/47323">https://www.exploit-db.com/exploits/47323</a></td></tr><tr><td>CVE-2019-9083</td><td>SQLiteManager 1.20 and 1.24 allows SQL injection via the /sqlitemanager/main.php dbsel parameter. NOTE: This product is discontinued.</td><td><a href="https://www.exploit-db.com/exploits/47310">https://www.exploit-db.com/exploits/47310</a></td></tr><tr><td>CVE-2019-14470</td><td>cosenary Instagram-PHP-API (aka Instagram PHP API V2), as used in the UserPro plugin through 4.9.32 for WordPress, has XSS via the example/success.php error_description parameter.</td><td><a href="https://www.exploit-db.com/exploits/47304">https://www.exploit-db.com/exploits/47304</a></td></tr><tr><td>CVE-2019-15501</td><td>Reflected cross site scripting (XSS) in L-Soft LISTSERV before 16.5-2018a exists via the /scripts/wa.exe OK parameter.</td><td><a href="https://www.exploit-db.com/exploits/47302">https://www.exploit-db.com/exploits/47302</a></td></tr><tr><td>CVE-2019-18935</td><td>Progress Telerik UI for ASP.NET AJAX through 2019.3.1023 contains a .NET deserialization vulnerability in the RadAsyncUpload function. This is exploitable when the encryption keys are known due to the presence of CVE-2017-11317 or CVE-2017-11357, or other means. Exploitation can result in remote code execution. (As of 2020.1.114, a default setting prevents the exploit. In 2019.3.1023, but not earlier versions, a non-default setting can prevent exploitation.)</td><td><a href="https://www.exploit-db.com/exploits/47793">https://www.exploit-db.com/exploits/47793</a></td></tr><tr><td>CVE-2019-11013</td><td>Nimble Streamer 3.0.2-2 through 3.5.4-9 has a ../ directory traversal vulnerability. Successful exploitation could allow an attacker to traverse the file system to access files or directories that are outside of the restricted directory on the remote server.</td><td><a href="https://www.exploit-db.com/exploits/47301">https://www.exploit-db.com/exploits/47301</a></td></tr><tr><td>CVE-2019-14430</td><td>plugin/Audit/Objects/AuditTable.php in YouPHPTube through 7.2 allows SQL Injection.</td><td><a href="https://www.exploit-db.com/exploits/47294">https://www.exploit-db.com/exploits/47294</a></td></tr><tr><td>CVE-2019-15107</td><td>An issue was discovered in Webmin &#x3C;=1.920. The parameter old in password_change.cgi contains a command injection vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/47293">https://www.exploit-db.com/exploits/47293</a></td></tr><tr><td>CVE-2019-14974</td><td>SugarCRM Enterprise 9.0.0 allows mobile/error-not-supported-platform.html?desktop_url= XSS.</td><td><a href="https://www.exploit-db.com/exploits/47247">https://www.exploit-db.com/exploits/47247</a></td></tr><tr><td>CVE-2019-14931</td><td>An issue was discovered on Mitsubishi Electric Europe B.V. ME-RTU devices through 2.02 and INEA ME-RTU devices through 3.0. An unauthenticated remote OS Command Injection vulnerability allows an attacker to execute arbitrary commands on the RTU due to the passing of unsafe user supplied data to the RTU's system shell. Functionality in mobile.php provides users with the ability to ping sites or IP addresses via Mobile Connection Test. When the Mobile Connection Test is submitted, action.php is called to execute the test. An attacker can use a shell command separator (;) in the host variable to execute operating system commands upon submitting the test data.</td><td><a href="https://www.exploit-db.com/exploits/47235">https://www.exploit-db.com/exploits/47235</a></td></tr><tr><td>CVE-2019-14750</td><td>An issue was discovered in osTicket before 1.10.7 and 1.12.x before 1.12.1. Stored XSS exists in setup/install.php. It was observed that no input sanitization was provided in the firstname and lastname fields of the application. The insertion of malicious queries in those fields leads to the execution of those queries. This can further lead to cookie stealing or other malicious actions.</td><td><a href="https://www.exploit-db.com/exploits/47226">https://www.exploit-db.com/exploits/47226</a></td></tr><tr><td>CVE-2019-14749</td><td>An issue was discovered in osTicket before 1.10.7 and 1.12.x before 1.12.1. CSV (aka Formula) injection exists in the export spreadsheets functionality. These spreadsheets are generated dynamically from unvalidated or unfiltered user input in the Name and Internal Notes fields in the Users tab, and the Issue Summary field in the tickets tab. This allows other agents to download data in a .csv file format or .xls file format. This is used as input for spreadsheet applications such as Excel and OpenOffice Calc, resulting in a situation where cells in the spreadsheets can contain input from an untrusted source. As a result, the end user who is accessing the exported spreadsheet can be affected.</td><td><a href="https://www.exploit-db.com/exploits/47225">https://www.exploit-db.com/exploits/47225</a></td></tr><tr><td>CVE-2019-14748</td><td>An issue was discovered in osTicket before 1.10.7 and 1.12.x before 1.12.1. The Ticket creation form allows users to upload files along with queries. It was found that the file-upload functionality has fewer (or no) mitigations implemented for file content checks; also, the output is not handled properly, causing persistent XSS that leads to cookie stealing or malicious actions. For example, a non-agent user can upload a .html file, and Content-Disposition will be set to inline instead of attachment.</td><td><a href="https://www.exploit-db.com/exploits/47224">https://www.exploit-db.com/exploits/47224</a></td></tr><tr><td>CVE-2019-14804</td><td>studio/polyglot.php?page=etemplates in UNA 10.0.0-RC1 allows XSS via the System Name field under Emails during template editing.</td><td><a href="https://www.exploit-db.com/exploits/47221">https://www.exploit-db.com/exploits/47221</a></td></tr><tr><td>CVE-2019-14312</td><td>Aptana Jaxer 1.0.3.4547 is vulnerable to a local file inclusion vulnerability in the wikilite source code viewer. This vulnerability allows a remote attacker to read internal files on the server via a tools/sourceViewer/index.html?filename=../ URI.</td><td><a href="https://www.exploit-db.com/exploits/47214">https://www.exploit-db.com/exploits/47214</a></td></tr><tr><td>CVE-2019-14696</td><td>Open-School 3.0, and Community Edition 2.3, allows XSS via the osv/index.php?r=students/guardians/create id parameter.</td><td><a href="https://www.exploit-db.com/exploits/47212">https://www.exploit-db.com/exploits/47212</a></td></tr><tr><td>CVE-2019-14348</td><td>The BearDev JoomSport plugin 3.3 for WordPress allows SQL injection to steal, modify, or delete database information via the joomsport_season/new-yorkers/?action=playerlist sid parameter.</td><td><a href="https://www.exploit-db.com/exploits/47210">https://www.exploit-db.com/exploits/47210</a></td></tr><tr><td>CVE-2019-14221</td><td>1CRM On-Premise Software 8.5.7 allows XSS via a payload that is mishandled during a Run Report operation.</td><td><a href="https://www.exploit-db.com/exploits/47206">https://www.exploit-db.com/exploits/47206</a></td></tr><tr><td>CVE-2019-2861</td><td>Vulnerability in the Oracle Hyperion Planning component of Oracle Hyperion (subcomponent: Security). The supported version that is affected is 11.1.2.4. Difficult to exploit vulnerability allows high privileged attacker with network access via HTTP to compromise Oracle Hyperion Planning. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Oracle Hyperion Planning accessible data. CVSS 3.0 Base Score 4.2 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:H/A:N).</td><td><a href="https://www.exploit-db.com/exploits/47196">https://www.exploit-db.com/exploits/47196</a></td></tr><tr><td>CVE-2019-10266</td><td>An issue was discovered in Ahsay Cloud Backup Suite before 8.1.1.50. When sending an out-of-bounds XML document to a URL, it is possible to read the file structure and even the content of files without authentication.</td><td><a href="https://www.exploit-db.com/exploits/47181">https://www.exploit-db.com/exploits/47181</a></td></tr><tr><td>CVE-2019-10267</td><td>An insecure file upload and code execution issue was discovered in Ahsay Cloud Backup Suite 8.1.0.50. It is possible to upload a file into any directory of the server. One can insert a JSP shell into the web server's directory and execute it. This leads to full access to the system, as the configured user (e.g., Administrator).</td><td><a href="https://www.exploit-db.com/exploits/47180">https://www.exploit-db.com/exploits/47180</a></td></tr><tr><td>CVE-2019-10267</td><td>An insecure file upload and code execution issue was discovered in Ahsay Cloud Backup Suite 8.1.0.50. It is possible to upload a file into any directory of the server. One can insert a JSP shell into the web server's directory and execute it. This leads to full access to the system, as the configured user (e.g., Administrator).</td><td><a href="https://www.exploit-db.com/exploits/47179">https://www.exploit-db.com/exploits/47179</a></td></tr><tr><td>CVE-2019-13977</td><td>index.php in Ovidentia 8.4.3 has XSS via tg=groups, tg=maildoms&#x26;idx=create&#x26;userid=0&#x26;bgrp=y, tg=delegat, tg=site&#x26;idx=create, tg=site&#x26;item=4, tg=admdir&#x26;idx=mdb&#x26;id=1, tg=notes&#x26;idx=Create, tg=admfaqs&#x26;idx=Add, or tg=admoc&#x26;idx=addoc&#x26;item=.</td><td><a href="https://www.exploit-db.com/exploits/47159">https://www.exploit-db.com/exploits/47159</a></td></tr><tr><td>CVE-2019-13029</td><td>Multiple stored Cross-site scripting (XSS) issues in the admin panel and survey system in REDCap 8 before 8.10.20 and 9 before 9.1.2 allow an attacker to inject arbitrary malicious HTML or JavaScript code into a user's web browser.</td><td><a href="https://www.exploit-db.com/exploits/47146">https://www.exploit-db.com/exploits/47146</a></td></tr><tr><td>CVE-2019-13359</td><td>In CentOS-WebPanel.com (aka CWP) CentOS Web Panel 0.9.8.836, a cwpsrv-xxx cookie allows a normal user to craft and upload a session file to the /tmp directory, and use it to become the root user.</td><td><a href="https://www.exploit-db.com/exploits/47124">https://www.exploit-db.com/exploits/47124</a></td></tr><tr><td>CVE-2019-13396</td><td>FlightPath 4.x and 5.0-x allows directory traversal and Local File Inclusion through the form_include parameter in an index.php?q=system-handle-form-submit POST request because of an include_once in system_handle_form_submit in modules/system/system.module.</td><td><a href="https://www.exploit-db.com/exploits/47121">https://www.exploit-db.com/exploits/47121</a></td></tr><tr><td>CVE-2019-12991</td><td>Citrix SD-WAN 10.2.x before 10.2.3 and NetScaler SD-WAN 10.0.x before 10.0.8 have Improper Input Validation (issue 5 of 6).</td><td><a href="https://www.exploit-db.com/exploits/47112">https://www.exploit-db.com/exploits/47112</a></td></tr><tr><td>CVE-2019-10349</td><td>A stored cross site scripting vulnerability in Jenkins Dependency Graph Viewer Plugin 0.13 and earlier allowed attackers able to configure jobs in Jenkins to inject arbitrary HTML and JavaScript in the plugin-provided web pages in Jenkins.</td><td><a href="https://www.exploit-db.com/exploits/47111">https://www.exploit-db.com/exploits/47111</a></td></tr><tr><td>CVE-2019-13597</td><td>_s_/sprm/_s_/dyn/Player_setScriptFile in Sahi Pro 8.0.0 allows command execution. It allows one to run ".sah" scripts via Sahi Launcher. Also, one can create a new script with an editor. It is possible to execute commands on the server using the _execute() function.</td><td><a href="https://www.exploit-db.com/exploits/47110">https://www.exploit-db.com/exploits/47110</a></td></tr><tr><td>CVE-2019-13346</td><td>In MyT 1.5.1, the User[username] parameter has XSS.</td><td><a href="https://www.exploit-db.com/exploits/47109">https://www.exploit-db.com/exploits/47109</a></td></tr><tr><td>CVE-2019-13491</td><td>No summary available for this CVE</td><td><a href="https://www.exploit-db.com/exploits/47107">https://www.exploit-db.com/exploits/47107</a></td></tr><tr><td>CVE-2019-13493</td><td>In Sitecore 9.0 rev 171002, Persistent XSS exists in the Media Library and File Manager. An authenticated unprivileged user can modify the uploaded file extension parameter to inject arbitrary JavaScript.</td><td><a href="https://www.exploit-db.com/exploits/47106">https://www.exploit-db.com/exploits/47106</a></td></tr><tr><td>CVE-2019-13344</td><td>An authentication bypass vulnerability in the CRUDLab WP Like Button plugin through 1.6.0 for WordPress allows unauthenticated attackers to change settings. The contains() function in wp_like_button.php did not check if the current request is made by an authorized user, thus allowing any unauthenticated user to successfully update settings, as demonstrated by the wp-admin/admin.php?page=facebook-like-button each_page_url or code_snippet parameter.</td><td><a href="https://www.exploit-db.com/exploits/47078">https://www.exploit-db.com/exploits/47078</a></td></tr><tr><td>CVE-2019-9701</td><td>DLP 15.5 MP1 and all prior versions may be susceptible to a cross-site scripting (XSS) vulnerability, a type of issue that can enable attackers to inject client-side scripts into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy.</td><td><a href="https://www.exploit-db.com/exploits/47071">https://www.exploit-db.com/exploits/47071</a></td></tr><tr><td>CVE-2019-13024</td><td>Centreon 18.x before 18.10.6, 19.x before 19.04.3, and Centreon web before 2.8.29 allows the attacker to execute arbitrary system commands by using the value "init_script"-"Monitoring Engine Binary" in main.get.php to insert a arbitrary command into the database, and execute it by calling the vulnerable page www/include/configuration/configGenerate/xml/generateFiles.php (which passes the inserted value to the database to shell_exec without sanitizing it, allowing one to execute system arbitrary commands).</td><td><a href="https://www.exploit-db.com/exploits/47069">https://www.exploit-db.com/exploits/47069</a></td></tr><tr><td>CVE-2019-13063</td><td>Within Sahi Pro 8.0.0, an attacker can send a specially crafted URL to include any victim files on the system via the script parameter on the Script_view page. This will result in file disclosure (i.e., being able to pull any file from the remote victim application). This can be used to steal and obtain sensitive config and other files. This can result in complete compromise of the application. The script parameter is vulnerable to directory traversal and both local and remote file inclusion.</td><td><a href="https://www.exploit-db.com/exploits/47062">https://www.exploit-db.com/exploits/47062</a></td></tr><tr><td>CVE-2019-0285</td><td>The .NET SDK WebForm Viewer in SAP Crystal Reports for Visual Studio (fixed in version 2010) discloses sensitive database information including credentials which can be misused by the attacker.</td><td><a href="https://www.exploit-db.com/exploits/47061">https://www.exploit-db.com/exploits/47061</a></td></tr><tr><td>CVE-2019-12276</td><td>A Path Traversal vulnerability in Controllers/LetsEncryptController.cs in LetsEncryptController in GrandNode 4.40 allows remote, unauthenticated attackers to retrieve arbitrary files on the web server via specially crafted LetsEncrypt/Index?fileName= HTTP requests. A patch for this issue was made on 2019-05-30 in GrandNode 4.40.</td><td><a href="https://www.exploit-db.com/exploits/47027">https://www.exploit-db.com/exploits/47027</a></td></tr><tr><td>CVE-2019-12801</td><td>out/out.GroupMgr.php in SeedDMS 5.1.11 has Stored XSS by making a new group with a JavaScript payload as the "GROUP" Name.</td><td><a href="https://www.exploit-db.com/exploits/47024">https://www.exploit-db.com/exploits/47024</a></td></tr><tr><td>CVE-2019-12745</td><td>out/out.UsrMgr.php in SeedDMS before 5.1.11 allows Stored Cross-Site Scripting (XSS) via the name field.</td><td><a href="https://www.exploit-db.com/exploits/47023">https://www.exploit-db.com/exploits/47023</a></td></tr><tr><td>CVE-2019-12744</td><td>SeedDMS before 5.1.11 allows Remote Command Execution (RCE) because of unvalidated file upload of PHP scripts, a different vulnerability than CVE-2018-12940.</td><td><a href="https://www.exploit-db.com/exploits/47022">https://www.exploit-db.com/exploits/47022</a></td></tr><tr><td>CVE-2019-11354</td><td>The client in Electronic Arts (EA) Origin 10.5.36 on Windows allows template injection in the title parameter of the Origin2 URI handler. This can be used to escape the underlying AngularJS sandbox and achieve remote code execution via an origin2://game/launch URL for QtApplication QDesktopServices communication.</td><td><a href="https://www.exploit-db.com/exploits/47021">https://www.exploit-db.com/exploits/47021</a></td></tr><tr><td>CVE-2019-3778</td><td>Spring Security OAuth, versions 2.3 prior to 2.3.5, and 2.2 prior to 2.2.4, and 2.1 prior to 2.1.4, and 2.0 prior to 2.0.17, and older unsupported versions could be susceptible to an open redirector attack that can leak an authorization code. A malicious user or attacker can craft a request to the authorization endpoint using the authorization code grant type, and specify a manipulated redirection URI via the "redirect_uri" parameter. This can cause the authorization server to redirect the resource owner user-agent to a URI under the control of the attacker with the leaked authorization code. This vulnerability exposes applications that meet all of the following requirements: Act in the role of an Authorization Server (e.g. @EnableAuthorizationServer) and uses the DefaultRedirectResolver in the AuthorizationEndpoint. This vulnerability does not expose applications that: Act in the role of an Authorization Server and uses a different RedirectResolver implementation other than DefaultRedirectResolver, act in the role of a Resource Server only (e.g. @EnableResourceServer), act in the role of a Client only (e.g. @EnableOAuthClient).</td><td><a href="https://www.exploit-db.com/exploits/47000">https://www.exploit-db.com/exploits/47000</a></td></tr><tr><td>CVE-2019-11080</td><td>Sitecore Experience Platform (XP) prior to 9.1.1 is vulnerable to remote code execution via deserialization, aka TFS # 293863. An authenticated user with necessary permissions is able to remotely execute OS commands by sending a crafted serialized object.</td><td><a href="https://www.exploit-db.com/exploits/46987">https://www.exploit-db.com/exploits/46987</a></td></tr><tr><td>CVE-2019-6588</td><td>In Liferay Portal before 7.1 CE GA4, an XSS vulnerability exists in the SimpleCaptcha API when custom code passes unsanitized input into the "url" parameter of the JSP taglib call &#x3C;liferay-ui:captcha url="&#x3C;%= url %>" /> or &#x3C;liferay-captcha:captcha url="&#x3C;%= url %>" />. Liferay Portal out-of-the-box behavior with no customizations is not vulnerable.</td><td><a href="https://www.exploit-db.com/exploits/46983">https://www.exploit-db.com/exploits/46983</a></td></tr><tr><td>CVE-2019-11398</td><td>Multiple cross-site scripting (XSS) vulnerabilities in UliCMS 2019.2 and 2019.1 allow remote attackers to inject arbitrary web script or HTML via the go parameter to admin/index.php, the go parameter to /admin/index.php?register=register, or the error parameter to admin/index.php?action=favicon.</td><td><a href="https://www.exploit-db.com/exploits/46977">https://www.exploit-db.com/exploits/46977</a></td></tr><tr><td>CVE-2019-12543</td><td>An issue was discovered in Zoho ManageEngine ServiceDesk Plus 9.3. There is XSS via the PurchaseRequest.do serviceRequestId parameter.</td><td><a href="https://www.exploit-db.com/exploits/46966">https://www.exploit-db.com/exploits/46966</a></td></tr><tr><td>CVE-2019-12542</td><td>An issue was discovered in Zoho ManageEngine ServiceDesk Plus 9.3. There is XSS via the SearchN.do userConfigID parameter.</td><td><a href="https://www.exploit-db.com/exploits/46965">https://www.exploit-db.com/exploits/46965</a></td></tr><tr><td>CVE-2019-12541</td><td>An issue was discovered in Zoho ManageEngine ServiceDesk Plus 9.3. There is XSS via the SolutionSearch.do searchText parameter.</td><td><a href="https://www.exploit-db.com/exploits/46964">https://www.exploit-db.com/exploits/46964</a></td></tr><tr><td>CVE-2019-12538</td><td>An issue was discovered in Zoho ManageEngine ServiceDesk Plus 9.3. There is XSS via the SiteLookup.do search field.</td><td><a href="https://www.exploit-db.com/exploits/46963">https://www.exploit-db.com/exploits/46963</a></td></tr><tr><td>CVE-2019-12593</td><td>IceWarp Mail Server through 10.4.4 is prone to a local file inclusion vulnerability via webmail/calendar/minimizer/index.php?style=..%5c directory traversal.</td><td><a href="https://www.exploit-db.com/exploits/46959">https://www.exploit-db.com/exploits/46959</a></td></tr><tr><td>CVE-2019-10866</td><td>In the Form Maker plugin before 1.13.3 for WordPress, it's possible to achieve SQL injection in the function get_labels_parameters in the file form-maker/admin/models/Submissions_fm.php with a crafted value of the /models/Submissioc parameter.</td><td><a href="https://www.exploit-db.com/exploits/46958">https://www.exploit-db.com/exploits/46958</a></td></tr><tr><td>CVE-2019-12347</td><td>In pfSense 2.4.4-p3, a stored XSS vulnerability occurs when attackers inject a payload into the Name or Description field via an acme_accountkeys_edit.php action. The vulnerability occurs due to input validation errors.</td><td><a href="https://www.exploit-db.com/exploits/46936">https://www.exploit-db.com/exploits/46936</a></td></tr><tr><td>CVE-2019-12314</td><td>Deltek Maconomy 2.2.5 is prone to local file inclusion via absolute path traversal in the WS.macx1.W_MCS/ PATH_INFO, as demonstrated by a cgi-bin/Maconomy/MaconomyWS.macx1.W_MCS/etc/passwd URI.</td><td><a href="https://www.exploit-db.com/exploits/46931">https://www.exploit-db.com/exploits/46931</a></td></tr><tr><td>CVE-2019-12279</td><td>Nagios XI 5.6.1 allows SQL injection via the username parameter to login.php?forgotpass (aka the reset password form). NOTE: The vendor disputes this issues as not being a vulnerability because the issue does not seem to be a legitimate SQL Injection. The POC does not show any valid injection that can be done with the variable provided, and while the username value being passed does get used in a SQL query, it is passed through SQL escaping functions when creating the call. The vendor tried re-creating the issue with no luck</td><td><a href="https://www.exploit-db.com/exploits/46910">https://www.exploit-db.com/exploits/46910</a></td></tr><tr><td>CVE-2019-11369</td><td>An issue was discovered in Carel pCOWeb prior to B1.2.4. In /config/pw_changeusers.html the device stores cleartext passwords, which may allow sensitive information to be read by someone with access to the device.</td><td><a href="https://www.exploit-db.com/exploits/46898">https://www.exploit-db.com/exploits/46898</a></td></tr><tr><td>CVE-2019-11370</td><td>Stored XSS was discovered in Carel pCOWeb prior to B1.2.4, as demonstrated by the config/pw_snmp.html "System contact" field.</td><td><a href="https://www.exploit-db.com/exploits/46897">https://www.exploit-db.com/exploits/46897</a></td></tr><tr><td>CVE-2019-11368</td><td>Stored XSS was discovered in AUO Solar Data Recorder before 1.3.0 via the protect/config.htm addr parameter.</td><td><a href="https://www.exploit-db.com/exploits/46896">https://www.exploit-db.com/exploits/46896</a></td></tr><tr><td>CVE-2019-12189</td><td>An issue was discovered in Zoho ManageEngine ServiceDesk Plus 9.3. There is XSS via the SearchN.do search field.</td><td><a href="https://www.exploit-db.com/exploits/46895">https://www.exploit-db.com/exploits/46895</a></td></tr><tr><td>CVE-2019-9881</td><td>The createComment mutation in the WPGraphQL 0.2.3 plugin for WordPress allows unauthenticated users to post comments on any article, even when 'allow comment' is disabled.</td><td><a href="https://www.exploit-db.com/exploits/46886">https://www.exploit-db.com/exploits/46886</a></td></tr><tr><td>CVE-2019-12195</td><td>TP-Link TL-WR840N v5 00000005 devices allow XSS via the network name. The attacker must log into the router by breaking the password and going to the admin login page by THC-HYDRA to get the network name. With an XSS payload, the network name changed automatically and the internet connection was disconnected. All the users become disconnected from the internet.</td><td><a href="https://www.exploit-db.com/exploits/46882">https://www.exploit-db.com/exploits/46882</a></td></tr><tr><td>CVE-2019-12185</td><td>eLabFTW 1.8.5 is vulnerable to arbitrary file uploads via the /app/controllers/EntityController.php component. This may result in remote command execution. An attacker can use a user account to fully compromise the system using a POST request. This will allow for PHP files to be written to the web root, and for code to execute on the remote server.</td><td><a href="https://www.exploit-db.com/exploits/46869">https://www.exploit-db.com/exploits/46869</a></td></tr><tr><td>CVE-2019-11600</td><td>A SQL injection vulnerability in the activities API in OpenProject before 8.3.2 allows a remote attacker to execute arbitrary SQL commands via the id parameter. The attack can be performed unauthenticated if OpenProject is configured not to require authentication for API access.</td><td><a href="https://www.exploit-db.com/exploits/46838">https://www.exploit-db.com/exploits/46838</a></td></tr><tr><td>CVE-2019-7442</td><td>An XML external entity (XXE) vulnerability in the Password Vault Web Access (PVWA) of CyberArk Enterprise Password Vault &#x3C;=10.7 allows remote attackers to read arbitrary files or potentially bypass authentication via a crafted DTD in the SAML authentication system.</td><td><a href="https://www.exploit-db.com/exploits/46828">https://www.exploit-db.com/exploits/46828</a></td></tr><tr><td>CVE-2019-10685</td><td>A Reflected Cross Site Scripting (XSS) Vulnerability was discovered in Heidelberg Prinect Archiver v2013 release 1.0.</td><td><a href="https://www.exploit-db.com/exploits/46804">https://www.exploit-db.com/exploits/46804</a></td></tr><tr><td>CVE-2019-9978</td><td>The social-warfare plugin before 3.5.3 for WordPress has stored XSS via the wp-admin/admin-post.php?swp_debug=load_options swp_url parameter, as exploited in the wild in March 2019. This affects Social Warfare and Social Warfare Pro.</td><td><a href="https://www.exploit-db.com/exploits/46794">https://www.exploit-db.com/exploits/46794</a></td></tr><tr><td>CVE-2019-11504</td><td>Zotonic before version 0.47 has mod_admin XSS.</td><td><a href="https://www.exploit-db.com/exploits/46788">https://www.exploit-db.com/exploits/46788</a></td></tr><tr><td>CVE-2019-3929</td><td>The Crestron AM-100 firmware 1.6.0.2, Crestron AM-101 firmware 2.7.0.1, Barco wePresent WiPG-1000P firmware 2.3.0.10, Barco wePresent WiPG-1600W before firmware 2.4.1.19, Extron ShareLink 200/250 firmware 2.0.3.4, Teq AV IT WIPS710 firmware 1.1.0.7, SHARP PN-L703WA firmware 1.4.2.3, Optoma WPS-Pro firmware 1.0.0.5, Blackbox HD WPS firmware 1.0.0.5, InFocus LiteShow3 firmware 1.0.16, and InFocus LiteShow4 2.0.0.7 are vulnerable to command injection via the file_transfer.cgi HTTP endpoint. A remote, unauthenticated attacker can use this vulnerability to execute operating system commands as root.</td><td><a href="https://www.exploit-db.com/exploits/46786">https://www.exploit-db.com/exploits/46786</a></td></tr><tr><td>CVE-2019-11429</td><td>CentOS-WebPanel.com (aka CWP) CentOS Web Panel 0.9.8.793 (Free/Open Source Version), 0.9.8.753 (Pro) and 0.9.8.807 (Pro) is vulnerable to Reflected XSS for the "Domain" field on the "DNS Functions > "Add DNS Zone" screen.</td><td><a href="https://www.exploit-db.com/exploits/46784">https://www.exploit-db.com/exploits/46784</a></td></tr><tr><td>CVE-2019-2725</td><td>Vulnerability in the Oracle WebLogic Server component of Oracle Fusion Middleware (subcomponent: Web Services). Supported versions that are affected are 10.3.6.0.0 and 12.1.3.0.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle WebLogic Server. Successful attacks of this vulnerability can result in takeover of Oracle WebLogic Server. CVSS 3.0 Base Score 9.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).</td><td><a href="https://www.exploit-db.com/exploits/46780">https://www.exploit-db.com/exploits/46780</a></td></tr><tr><td>CVE-2019-10678</td><td>Domoticz before 4.10579 neglects to categorize \n and \r as insecure argument options.</td><td><a href="https://www.exploit-db.com/exploits/46773">https://www.exploit-db.com/exploits/46773</a></td></tr><tr><td>CVE-2019-3799</td><td>Spring Cloud Config, versions 2.1.x prior to 2.1.2, versions 2.0.x prior to 2.0.4, and versions 1.4.x prior to 1.4.6, and older unsupported versions allow applications to serve arbitrary configuration files through the spring-cloud-config-server module. A malicious user, or attacker, can send a request using a specially crafted URL that can lead a directory traversal attack.</td><td><a href="https://www.exploit-db.com/exploits/46772">https://www.exploit-db.com/exploits/46772</a></td></tr><tr><td>CVE-2019-11564</td><td>A cross-site scripting (XSS) vulnerability in HumHub 1.3.12 allows remote attackers to inject arbitrary web script or HTML via a /protected/vendor/codeception/codeception/tests/data/app/view/index.php POST request.</td><td><a href="https://www.exploit-db.com/exploits/46771">https://www.exploit-db.com/exploits/46771</a></td></tr><tr><td>CVE-2019-0186</td><td>The input fields of the Apache Pluto "Chat Room" demo portlet 3.0.0 and 3.0.1 are vulnerable to Cross-Site Scripting (XSS) attacks. Mitigation: * Uninstall the ChatRoomDemo war file - or - * migrate to version 3.1.0 of the chat-room-demo war file</td><td><a href="https://www.exploit-db.com/exploits/46759">https://www.exploit-db.com/exploits/46759</a></td></tr><tr><td>CVE-2019-11537</td><td>In osTicket before 1.12, XSS exists via /upload/file.php, /upload/scp/users.php?do=import-users, and /upload/scp/ajax.php/users/import if an agent manager user uploads a crafted .csv file to the User Importer, because file contents can appear in an error message. The XSS can lead to local file inclusion.</td><td><a href="https://www.exploit-db.com/exploits/46753">https://www.exploit-db.com/exploits/46753</a></td></tr><tr><td>CVE-2019-7438</td><td>cgi-bin/qcmap_web_cgi on JioFi 4G M2S 1.0.2 devices has XSS and HTML injection via the mask POST parameter.</td><td><a href="https://www.exploit-db.com/exploits/46751">https://www.exploit-db.com/exploits/46751</a></td></tr><tr><td>CVE-2019-11398</td><td>Multiple cross-site scripting (XSS) vulnerabilities in UliCMS 2019.2 and 2019.1 allow remote attackers to inject arbitrary web script or HTML via the go parameter to admin/index.php, the go parameter to /admin/index.php?register=register, or the error parameter to admin/index.php?action=favicon.</td><td><a href="https://www.exploit-db.com/exploits/46741">https://www.exploit-db.com/exploits/46741</a></td></tr><tr><td>CVE-2019-2588</td><td>Vulnerability in the BI Publisher (formerly XML Publisher) component of Oracle Fusion Middleware (subcomponent: BI Publisher Security). Supported versions that are affected are 11.1.1.9.0, 12.2.1.3.0 and 12.2.1.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via HTTP to compromise BI Publisher (formerly XML Publisher). Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all BI Publisher (formerly XML Publisher) accessible data. CVSS 3.0 Base Score 4.9 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N).</td><td><a href="https://www.exploit-db.com/exploits/46728">https://www.exploit-db.com/exploits/46728</a></td></tr><tr><td>CVE-2019-10945</td><td>An issue was discovered in Joomla! before 3.9.5. The Media Manager component does not properly sanitize the folder parameter, allowing attackers to act outside the media manager root directory.</td><td><a href="https://www.exploit-db.com/exploits/46710">https://www.exploit-db.com/exploits/46710</a></td></tr><tr><td>CVE-2019-9955</td><td>On Zyxel ATP200, ATP500, ATP800, USG20-VPN, USG20W-VPN, USG40, USG40W, USG60, USG60W, USG110, USG210, USG310, USG1100, USG1900, USG2200-VPN, ZyWALL 110, ZyWALL 310, ZyWALL 1100 devices, the security firewall login page is vulnerable to Reflected XSS via the unsanitized 'mp_idx' parameter.</td><td><a href="https://www.exploit-db.com/exploits/46706">https://www.exploit-db.com/exploits/46706</a></td></tr><tr><td>CVE-2019-11193</td><td>The FileManager in InfinitumIT DirectAdmin through v1.561 has XSS via CMD_FILE_MANAGER, CMD_SHOW_USER, and CMD_SHOW_RESELLER; an attacker can bypass the CSRF protection with this, and take over the administration panel.</td><td><a href="https://www.exploit-db.com/exploits/46694">https://www.exploit-db.com/exploits/46694</a></td></tr><tr><td>CVE-2019-11446</td><td>An issue was discovered in ATutor through 2.2.4. It allows the user to run commands on the server with the teacher user privilege. The Upload Files section in the File Manager field contains an arbitrary file upload vulnerability via upload.php. The $IllegalExtensions value only lists lowercase (and thus .phP is a bypass), and omits .shtml and .phtml.</td><td><a href="https://www.exploit-db.com/exploits/46691">https://www.exploit-db.com/exploits/46691</a></td></tr><tr><td>CVE-2019-11017</td><td>On D-Link DI-524 V2.06RU devices, multiple Stored and Reflected XSS vulnerabilities were found in the Web Configuration: /spap.htm, /smap.htm, and /cgi-bin/smap, as demonstrated by the cgi-bin/smap RC parameter.</td><td><a href="https://www.exploit-db.com/exploits/46687">https://www.exploit-db.com/exploits/46687</a></td></tr><tr><td>CVE-2019-10893</td><td>CentOS-WebPanel.com (aka CWP) CentOS Web Panel 0.9.8.793 (Free/Open Source Version) and 0.9.8.753 (Pro) is vulnerable to Stored/Persistent XSS for Admin Email fields on the "CWP Settings > "Edit Settings" screen. By changing the email ID to any XSS Payload and clicking on Save Changes, the XSS Payload will execute.</td><td><a href="https://www.exploit-db.com/exploits/46669">https://www.exploit-db.com/exploits/46669</a></td></tr><tr><td>CVE-2019-10887</td><td>A reflected HTML injection vulnerability on Salicru SLC-20-cube3(5) devices running firmware version cs121-SNMP v4.54.82.130611 allows remote attackers to inject arbitrary HTML elements via a /DataLog.csv?log= or /AlarmLog.csv?log= or /waitlog.cgi?name= or /chart.shtml?data= or /createlog.cgi?name= request.</td><td><a href="https://www.exploit-db.com/exploits/46667">https://www.exploit-db.com/exploits/46667</a></td></tr><tr><td>CVE-2019-9593</td><td>A reflected Cross-site scripting (XSS) vulnerability in ShoreTel Connect ONSITE 18.82.2000.0 allows remote attackers to inject arbitrary web script or HTML via the page parameter.</td><td><a href="https://www.exploit-db.com/exploits/46666">https://www.exploit-db.com/exploits/46666</a></td></tr><tr><td>CVE-2019-10874</td><td>Cross Site Request Forgery (CSRF) in the bolt/upload File Upload feature in Bolt CMS 3.6.6 allows remote attackers to execute arbitrary code by uploading a JavaScript file to include executable extensions in the file/edit/config/config.yml configuration file.</td><td><a href="https://www.exploit-db.com/exploits/46664">https://www.exploit-db.com/exploits/46664</a></td></tr><tr><td>CVE-2019-10008</td><td>Zoho ManageEngine ServiceDesk 9.3 allows session hijacking and privilege escalation because an established guest session is automatically converted into an established administrator session when the guest user enters the administrator username, with an arbitrary incorrect password, in an mc/ login attempt within a different browser tab.</td><td><a href="https://www.exploit-db.com/exploits/46659">https://www.exploit-db.com/exploits/46659</a></td></tr><tr><td>CVE-2019-9053</td><td>An issue was discovered in CMS Made Simple 2.2.8. It is possible with the News module, through a crafted URL, to achieve unauthenticated blind time-based SQL injection via the m1_idlist parameter.</td><td><a href="https://www.exploit-db.com/exploits/46635">https://www.exploit-db.com/exploits/46635</a></td></tr><tr><td>CVE-2019-7441</td><td>cgi-bin/webscr?cmd=_cart in the WooCommerce PayPal Checkout Payment Gateway plugin 1.6.8 for WordPress allows Parameter Tampering in an amount parameter (such as amount_1), as demonstrated by purchasing an item for lower than the intended price. NOTE: The plugin author states it is true that the amount can be manipulated in the PayPal payment flow. However, the amount is validated against the WooCommerce order total before completing the order, and if it doesn’t match then the order will be left in an “On Hold” state</td><td><a href="https://www.exploit-db.com/exploits/46632">https://www.exploit-db.com/exploits/46632</a></td></tr><tr><td>CVE-2019-10261</td><td>CentOS Web Panel (CWP) 0.9.8.789 is vulnerable to Stored/Persistent XSS for the "Name Server 1" and "Name Server 2" fields via a "DNS Functions" "Edit Nameservers IPs" action.</td><td><a href="https://www.exploit-db.com/exploits/46629">https://www.exploit-db.com/exploits/46629</a></td></tr><tr><td>CVE-2019-6965</td><td>An XSS issue was discovered in i-doit Open 1.12 via the src/tools/php/qr/qr.php url parameter.</td><td><a href="https://www.exploit-db.com/exploits/46620">https://www.exploit-db.com/exploits/46620</a></td></tr><tr><td>CVE-2019-10226</td><td>HTML Injection has been discovered in the v0.19.0 version of the Fat Free CRM product via an authenticated request to the /comments URI. NOTE: the vendor disputes the significance of this report because some HTML formatting (such as with an H1 element) is allowed, but there is a XSS protection mechanism.</td><td><a href="https://www.exploit-db.com/exploits/46617">https://www.exploit-db.com/exploits/46617</a></td></tr><tr><td>CVE-2019-8385</td><td>An issue was discovered in Thomson Reuters Desktop Extensions 1.9.0.358. An unauthenticated directory traversal and local file inclusion vulnerability in the ThomsonReuters.Desktop.Service.exe and ThomsonReuters.Desktop.exe allows a remote attacker to list or enumerate sensitive contents of files via a \.. to port 6677. Additionally, this could allow for privilege escalation by dumping the affected machine's SAM and SYSTEM database files, as well as remote code execution.</td><td><a href="https://www.exploit-db.com/exploits/46615">https://www.exploit-db.com/exploits/46615</a></td></tr><tr><td>CVE-2019-10009</td><td>A Directory Traversal issue was discovered in the Web GUI in Titan FTP Server 2019 Build 3505. When an authenticated user attempts to preview an uploaded file (through PreviewHandler.ashx) by using a \..\..\ technique, arbitrary files can be loaded in the server response outside the root directory.</td><td><a href="https://www.exploit-db.com/exploits/46611">https://www.exploit-db.com/exploits/46611</a></td></tr><tr><td>CVE-2019-7400</td><td>Rukovoditel before 2.4.1 allows XSS.</td><td><a href="https://www.exploit-db.com/exploits/46608">https://www.exploit-db.com/exploits/46608</a></td></tr><tr><td>CVE-2019-6279</td><td>ChinaMobile PLC Wireless Router GPN2.4P21-C-CN devices with firmware W2001EN-00 have an Incorrect Access Control vulnerability via the cgi-bin/webproc?getpage=html/index.html subpage=wlsecurity URI, allowing an Attacker to change the Wireless Security Password.</td><td><a href="https://www.exploit-db.com/exploits/46580">https://www.exploit-db.com/exploits/46580</a></td></tr><tr><td>CVE-2019-9650</td><td>An XSS issue was discovered in upcoming_events.php in the Upcoming Events plugin before 1.33 for MyBB via a crafted name for an event.</td><td><a href="https://www.exploit-db.com/exploits/46558">https://www.exploit-db.com/exploits/46558</a></td></tr><tr><td>CVE-2019-9647</td><td>Gila CMS 1.9.1 has XSS.</td><td><a href="https://www.exploit-db.com/exploits/46557">https://www.exploit-db.com/exploits/46557</a></td></tr><tr><td>CVE-2019-9834</td><td>The Netdata web application through 1.13.0 allows remote attackers to inject their own malicious HTML code into an imported snapshot, aka HTML Injection. Successful exploitation will allow attacker-supplied HTML to run in the context of the affected browser, potentially allowing the attacker to steal authentication credentials or to control how the site is rendered to the user. NOTE: the vendor disputes the risk because there is a clear warning next to the button for importing a snapshot</td><td><a href="https://www.exploit-db.com/exploits/46545">https://www.exploit-db.com/exploits/46545</a></td></tr><tr><td>CVE-2019-8953</td><td>The HAProxy package before 0.59_16 for pfSense has XSS via the desc (aka Description) or table_actionsaclN parameter, related to haproxy_listeners.php and haproxy_listeners_edit.php.</td><td><a href="https://www.exploit-db.com/exploits/46538">https://www.exploit-db.com/exploits/46538</a></td></tr><tr><td>CVE-2019-9618</td><td>The GraceMedia Media Player plugin 1.0 for WordPress allows Local File Inclusion via the "cfg" parameter.</td><td><a href="https://www.exploit-db.com/exploits/46537">https://www.exploit-db.com/exploits/46537</a></td></tr><tr><td>CVE-2019-9556</td><td>FiberHome an5506-04-f RP2669 devices have XSS.</td><td><a href="https://www.exploit-db.com/exploits/46498">https://www.exploit-db.com/exploits/46498</a></td></tr><tr><td>CVE-2019-9554</td><td>In the 3.1.12 Pro version of Craft CMS, XSS has been discovered in the header insertion field when adding source code at an s/admin/entries/news/new URI.</td><td><a href="https://www.exploit-db.com/exploits/46496">https://www.exploit-db.com/exploits/46496</a></td></tr><tr><td>CVE-2019-9553</td><td>Bolt 3.6.4 has XSS via the slug, teaser, or title parameter to editcontent/pages, a related issue to CVE-2017-11128 and CVE-2018-19933.</td><td><a href="https://www.exploit-db.com/exploits/46495">https://www.exploit-db.com/exploits/46495</a></td></tr><tr><td>CVE-2019-7751</td><td>A directory traversal and local file inclusion vulnerability in FPProducerInternetServer.exe in Ricoh MarcomCentral, formerly PTI Marketing, FusionPro VDP before 10.0 allows a remote attacker to list or enumerate sensitive contents of files. Furthermore, this could allow for privilege escalation by dumping the local machine's SAM and SYSTEM database files, and possibly remote code execution.</td><td><a href="https://www.exploit-db.com/exploits/46494">https://www.exploit-db.com/exploits/46494</a></td></tr><tr><td>CVE-2019-7385</td><td>An authenticated shell command injection issue has been discovered in Raisecom ISCOM HT803G-U, HT803G-W, HT803G-1GE, and HT803G GPON products with the firmware version ISCOMHT803G-U_2.0.0_140521_R4.1.47.002 or below, The values of the newpass and confpass parameters in /bin/WebMGR are used in a system call in the firmware. Because there is no user input validation, this leads to authenticated code execution on the device.</td><td><a href="https://www.exploit-db.com/exploits/46489">https://www.exploit-db.com/exploits/46489</a></td></tr><tr><td>CVE-2019-9581</td><td>phpscheduleit Booked Scheduler 2.7.5 allows arbitrary file upload via the Favicon field, leading to execution of arbitrary Web/custom-favicon.php PHP code, because Presenters/Admin/ManageThemePresenter.php does not ensure an image file extension.</td><td><a href="https://www.exploit-db.com/exploits/46486">https://www.exploit-db.com/exploits/46486</a></td></tr><tr><td>CVE-2019-9194</td><td>elFinder before 2.1.48 has a command injection vulnerability in the PHP connector.</td><td><a href="https://www.exploit-db.com/exploits/46481">https://www.exploit-db.com/exploits/46481</a></td></tr><tr><td>CVE-2019-9184</td><td>SQL injection vulnerability in the J2Store plugin 3.x before 3.3.7 for Joomla! allows remote attackers to execute arbitrary SQL commands via the product_option[] parameter.</td><td><a href="https://www.exploit-db.com/exploits/46467">https://www.exploit-db.com/exploits/46467</a></td></tr><tr><td>CVE-2019-6340</td><td>Some field types do not properly sanitize data from non-form sources in Drupal 8.5.x before 8.5.11 and Drupal 8.6.x before 8.6.10. This can lead to arbitrary PHP code execution in some cases. A site is only affected by this if one of the following conditions is met: The site has the Drupal 8 core RESTful Web Services (rest) module enabled and allows PATCH or POST requests, or the site has another web services module enabled, like JSON:API in Drupal 8, or Services or RESTful Web Services in Drupal 7. (Note: The Drupal 7 Services module itself does not require an update at this time, but you should apply other contributed updates associated with this advisory if Services is in use.)</td><td><a href="https://www.exploit-db.com/exploits/46459">https://www.exploit-db.com/exploits/46459</a></td></tr><tr><td>CVE-2019-9041</td><td>An issue was discovered in ZZZCMS zzzphp V1.6.1. In the inc/zzz_template.php file, the parserIfLabel() function's filtering is not strict, resulting in PHP code execution, as demonstrated by the if:assert substring.</td><td><a href="https://www.exploit-db.com/exploits/46454">https://www.exploit-db.com/exploits/46454</a></td></tr><tr><td>CVE-2019-1003000</td><td>A sandbox bypass vulnerability exists in Script Security Plugin 1.49 and earlier in src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/GroovySandbox.java that allows attackers with the ability to provide sandboxed scripts to execute arbitrary code on the Jenkins master JVM.</td><td><a href="https://www.exploit-db.com/exploits/46453">https://www.exploit-db.com/exploits/46453</a></td></tr><tr><td>CVE-2019-6340</td><td>Some field types do not properly sanitize data from non-form sources in Drupal 8.5.x before 8.5.11 and Drupal 8.6.x before 8.6.10. This can lead to arbitrary PHP code execution in some cases. A site is only affected by this if one of the following conditions is met: The site has the Drupal 8 core RESTful Web Services (rest) module enabled and allows PATCH or POST requests, or the site has another web services module enabled, like JSON:API in Drupal 8, or Services or RESTful Web Services in Drupal 7. (Note: The Drupal 7 Services module itself does not require an update at this time, but you should apply other contributed updates associated with this advisory if Services is in use.)</td><td><a href="https://www.exploit-db.com/exploits/46452">https://www.exploit-db.com/exploits/46452</a></td></tr><tr><td>CVE-2019-3475</td><td>A local privilege escalation vulnerability in the famtd component of Micro Focus Filr 3.0 allows a local attacker authenticated as a low privilege user to escalate to root. This vulnerability affects all versions of Filr 3.x prior to Security Update 6.</td><td><a href="https://www.exploit-db.com/exploits/46450">https://www.exploit-db.com/exploits/46450</a></td></tr><tr><td>CVE-2019-8937</td><td>HotelDruid 2.3.0 has XSS affecting the nsextt, cambia1, mese_fine, origine, and anno parameters in creaprezzi.php, tabella3.php, personalizza.php, and visualizza_tabelle.php.</td><td><a href="https://www.exploit-db.com/exploits/46429">https://www.exploit-db.com/exploits/46429</a></td></tr><tr><td>CVE-2019-1003002</td><td>A sandbox bypass vulnerability exists in Pipeline: Declarative Plugin 1.3.3 and earlier in pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/Converter.groovy that allows attackers with Overall/Read permission to provide a pipeline script to an HTTP endpoint that can result in arbitrary code execution on the Jenkins master JVM.</td><td><a href="https://www.exploit-db.com/exploits/46427">https://www.exploit-db.com/exploits/46427</a></td></tr><tr><td>CVE-2019-8929</td><td>An issue was discovered in Zoho ManageEngine Netflow Analyzer Professional 7.0.0.2. XSS exists in the Administration zone /netflow/jspui/selectDevice.jsp file in these GET parameters: param and rtype.</td><td><a href="https://www.exploit-db.com/exploits/46425">https://www.exploit-db.com/exploits/46425</a></td></tr><tr><td>CVE-2019-8924</td><td>XAMPP through 5.6.8 allows XSS via the cds-fpdf.php interpret or titel parameter. NOTE: This product is discontinued.</td><td><a href="https://www.exploit-db.com/exploits/46424">https://www.exploit-db.com/exploits/46424</a></td></tr><tr><td>CVE-2019-8394</td><td>Zoho ManageEngine ServiceDesk Plus (SDP) before 10.0 build 10012 allows remote attackers to upload arbitrary files via login page customization.</td><td><a href="https://www.exploit-db.com/exploits/46413">https://www.exploit-db.com/exploits/46413</a></td></tr><tr><td>CVE-2019-8390</td><td>qdPM 9.1 suffers from Cross-site Scripting (XSS) in the search[keywords] parameter.</td><td><a href="https://www.exploit-db.com/exploits/46399">https://www.exploit-db.com/exploits/46399</a></td></tr><tr><td>CVE-2019-8391</td><td>qdPM 9.1 suffers from Cross-site Scripting (XSS) via configuration?type=[XSS] parameter.</td><td><a href="https://www.exploit-db.com/exploits/46398">https://www.exploit-db.com/exploits/46398</a></td></tr><tr><td>CVE-2019-8341</td><td>An issue was discovered in Jinja2 2.10. The from_string function is prone to Server Side Template Injection (SSTI) where it takes the "source" parameter as a template object, renders it, and then returns it. The attacker can exploit it with {{INJECTION COMMANDS}} in a URI. NOTE: The maintainer and multiple third parties believe that this vulnerability isn't valid because users shouldn't use untrusted templates without sandboxing</td><td><a href="https://www.exploit-db.com/exploits/46386">https://www.exploit-db.com/exploits/46386</a></td></tr><tr><td>CVE-2019-7541</td><td>Rukovoditel through 2.4.1 allows XSS via a URL that lacks a module=users%2flogin substring.</td><td><a href="https://www.exploit-db.com/exploits/46366">https://www.exploit-db.com/exploits/46366</a></td></tr><tr><td>CVE-2019-6714</td><td>An issue was discovered in BlogEngine.NET through 3.3.6.0. A path traversal and Local File Inclusion vulnerability in PostList.ascx.cs can cause unauthenticated users to load a PostView.ascx component from a potentially untrusted location on the local filesystem. This is especially dangerous if an authenticated user uploads a PostView.ascx file using the file manager utility, which is currently allowed. This results in remote code execution for an authenticated user.</td><td><a href="https://www.exploit-db.com/exploits/46353">https://www.exploit-db.com/exploits/46353</a></td></tr><tr><td>CVE-2019-7646</td><td>CentOS-WebPanel.com (aka CWP) CentOS Web Panel through 0.9.8.763 is vulnerable to Stored/Persistent XSS for the "Package Name" field via the add_package module parameter.</td><td><a href="https://www.exploit-db.com/exploits/46349">https://www.exploit-db.com/exploits/46349</a></td></tr><tr><td>CVE-2019-6979</td><td>An issue was discovered in the User IP History Logs (aka IP_History_Logs) plugin 1.0.2 for MyBB. There is XSS via the admin/modules/tools/ip_history_logs.php useragent field.</td><td><a href="https://www.exploit-db.com/exploits/46273">https://www.exploit-db.com/exploits/46273</a></td></tr><tr><td>CVE-2019-1642</td><td>A vulnerability in the web-based management interface of Cisco Firepower Management Center (FMC) software could allow an unauthenticated, remote attacker to conduct a cross-site scripting (XSS) attack against a user of the web-based management interface of the affected software. The vulnerability is due to insufficient validation of user-supplied input by the web-based management interface of the affected software. An attacker could exploit this vulnerability by persuading a user of the interface to click a crafted link. A successful exploit could allow the attacker to execute arbitrary script code in the context of the affected interface or access sensitive, browser-based information.</td><td><a href="https://www.exploit-db.com/exploits/46263">https://www.exploit-db.com/exploits/46263</a></td></tr><tr><td>CVE-2019-1653</td><td>A vulnerability in the web-based management interface of Cisco Small Business RV320 and RV325 Dual Gigabit WAN VPN Routers could allow an unauthenticated, remote attacker to retrieve sensitive information. The vulnerability is due to improper access controls for URLs. An attacker could exploit this vulnerability by connecting to an affected device via HTTP or HTTPS and requesting specific URLs. A successful exploit could allow the attacker to download the router configuration or detailed diagnostic information. Cisco has released firmware updates that address this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/46262">https://www.exploit-db.com/exploits/46262</a></td></tr><tr><td>CVE-2019-6804</td><td>An XSS issue was discovered on the Job Edit page in Rundeck Community Edition before 3.0.13, related to assets/javascripts/workflowStepEditorKO.js and views/execution/_wfitemEdit.gsp.</td><td><a href="https://www.exploit-db.com/exploits/46251">https://www.exploit-db.com/exploits/46251</a></td></tr><tr><td>CVE-2019-1652</td><td>A vulnerability in the web-based management interface of Cisco Small Business RV320 and RV325 Dual Gigabit WAN VPN Routers could allow an authenticated, remote attacker with administrative privileges on an affected device to execute arbitrary commands. The vulnerability is due to improper validation of user-supplied input. An attacker could exploit this vulnerability by sending malicious HTTP POST requests to the web-based management interface of an affected device. A successful exploit could allow the attacker to execute arbitrary commands on the underlying Linux shell as root. Cisco has released firmware updates that address this vulnerability.</td><td><a href="https://www.exploit-db.com/exploits/46243">https://www.exploit-db.com/exploits/46243</a></td></tr><tr><td>CVE-2019-6263</td><td>An issue was discovered in Joomla! before 3.9.2. Inadequate checks of the Global Configuration Text Filter settings allowed stored XSS.</td><td><a href="https://www.exploit-db.com/exploits/46200">https://www.exploit-db.com/exploits/46200</a></td></tr><tr><td>CVE-2019-2413</td><td>Vulnerability in the Oracle Reports Developer component of Oracle Fusion Middleware (subcomponent: Valid Session). The supported version that is affected is 12.2.1.3. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Reports Developer. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Oracle Reports Developer, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Oracle Reports Developer accessible data as well as unauthorized read access to a subset of Oracle Reports Developer accessible data. CVSS 3.0 Base Score 6.1 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N).</td><td><a href="https://www.exploit-db.com/exploits/46187">https://www.exploit-db.com/exploits/46187</a></td></tr><tr><td>CVE-2019-6441</td><td>An issue was discovered on Shenzhen Coship RT3050 4.0.0.40, RT3052 4.0.0.48, RT7620 10.0.0.49, WM3300 5.0.0.54, and WM3300 5.0.0.55 devices. The password reset functionality of the router doesn't have backend validation for the current password and doesn't require any type of authentication. By making a POST request to the apply.cgi file of the router, the attacker can change the admin username and password of the router.</td><td><a href="https://www.exploit-db.com/exploits/46180">https://www.exploit-db.com/exploits/46180</a></td></tr><tr><td>CVE-2019-6275</td><td>Command injection vulnerability in firmware_cgi in GL.iNet GL-AR300M-Lite devices with firmware 2.27 allows remote attackers to execute arbitrary code.</td><td><a href="https://www.exploit-db.com/exploits/46179">https://www.exploit-db.com/exploits/46179</a></td></tr><tr><td>CVE-2019-5722</td><td>An issue was discovered in portier vision 4.4.4.2 and 4.4.4.6. Due to a lack of user input validation in parameter handling, it has various SQL injections, including on the login form, and on the search form for a key ring number.</td><td><a href="https://www.exploit-db.com/exploits/46163">https://www.exploit-db.com/exploits/46163</a></td></tr><tr><td>CVE-2019-5893</td><td>Nelson Open Source ERP v6.3.1 allows SQL Injection via the db/utils/query/data.xml query parameter.</td><td><a href="https://www.exploit-db.com/exploits/46118">https://www.exploit-db.com/exploits/46118</a></td></tr><tr><td>CVE-2019-9622</td><td>eBrigade through 4.5 allows Arbitrary File Download via ../ directory traversal in the showfile.php file parameter, as demonstrated by reading the user-data/save/backup.sql file.</td><td><a href="https://www.exploit-db.com/exploits/46109">https://www.exploit-db.com/exploits/46109</a></td></tr><tr><td>CVE-2019-3501</td><td>The OUGC Awards plugin before 1.8.19 for MyBB allows XSS via a crafted award reason that is mishandled on the awards page or in a user profile.</td><td><a href="https://www.exploit-db.com/exploits/46080">https://www.exploit-db.com/exploits/46080</a></td></tr><tr><td>CVE-2019-5009</td><td>Vtiger CRM 7.1.0 before Hotfix2 allows uploading files with the extension "php3" in the logo upload field, if the uploaded file is in PNG format and has a size of 150x40. One can put PHP code into the image; PHP code can be executed using "&#x3C;? ?>" tags, as demonstrated by a CompanyDetailsSave action. This bypasses the bad-file-extensions protection mechanism. It is related to actions/CompanyDetailsSave.php, actions/UpdateCompanyLogo.php, and models/CompanyDetails.php.</td><td><a href="https://www.exploit-db.com/exploits/46065">https://www.exploit-db.com/exploits/46065</a></td></tr><tr><td>CVE-2019-11358</td><td>jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.</td><td><a href="https://github.com/cve-sandbox/jquery/blob/main/CVE-2019-11358/index.html">https://github.com/cve-sandbox/jquery/blob/main/CVE-2019-11358/index.html</a></td></tr><tr><td>CVE-2019-19245</td><td>NAPC Xinet Elegant 6 Asset Library 6.1.655 allows Pre-Authentication SQL Injection via the /elegant6/login LoginForm[username] field when double quotes are used.</td><td><a href="https://www.exploit-db.com/exploits/52192">https://www.exploit-db.com/exploits/52192</a></td></tr><tr><td>CVE-2019-10652</td><td>An issue was discovered in flatCore 1.4.7. acp/acp.php allows remote authenticated administrators to upload arbitrary .php files, related to the addons feature.</td><td><a href="https://www.exploit-db.com/exploits/52165">https://www.exploit-db.com/exploits/52165</a></td></tr><tr><td>CVE-2019-15949</td><td>Nagios XI before 5.6.6 allows remote command execution as root. The exploit requires access to the server as the nagios user, or access as the admin user via the web interface. The getprofile.sh script, invoked by downloading a system profile (profile.php?cmd=download), is executed as root via a passwordless sudo entry; the script executes check_plugin, which is owned by the nagios user. A user logged into Nagios XI with permissions to modify plugins, or the nagios user on the server, can modify the check_plugin executable and insert malicious commands to execute as root.</td><td><a href="https://www.exploit-db.com/exploits/52138">https://www.exploit-db.com/exploits/52138</a></td></tr></tbody></table>


# CVE-2018

<table><thead><tr><th width="173.79998779296875">CVE</th><th width="359.800048828125">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2018-1000811</td><td>bludit version 3.0.0 contains a Unrestricted Upload of File with Dangerous Type vulnerability in Content Upload in Pages Editor that can result in Remote Command Execution. This attack appear to be exploitable via malicious user have to upload a crafted payload containing PHP code.</td><td><a href="https://www.exploit-db.com/exploits/46060">https://www.exploit-db.com/exploits/46060</a></td></tr><tr><td>CVE-2018-20418</td><td>index.php?p=admin/actions/entries/save-entry in Craft CMS 3.0.25 allows XSS by saving a new title from the console tab.</td><td><a href="https://www.exploit-db.com/exploits/46054">https://www.exploit-db.com/exploits/46054</a></td></tr><tr><td>CVE-2018-1821</td><td>IBM Operational Decision Management 8.5, 8.6, 8.7, 8.8, and 8.9 is vulnerable to a XML External Entity Injection (XXE) attack when processing XML data. A remote attacker could exploit this vulnerability to expose sensitive information or consume memory resources. IBM X-Force ID: 150170.</td><td><a href="https://www.exploit-db.com/exploits/46017">https://www.exploit-db.com/exploits/46017</a></td></tr><tr><td>CVE-2018-13045</td><td>SQL injection vulnerability in the "Bazar" page in Yeswiki Cercopitheque 2018-06-19-1 and earlier allows attackers to execute arbitrary SQL commands via the "id" parameter.</td><td><a href="https://www.exploit-db.com/exploits/46015">https://www.exploit-db.com/exploits/46015</a></td></tr><tr><td>CVE-2018-19933</td><td>Bolt CMS &#x3C;3.6.2 allows XSS via text input click preview button as demonstrated by the Title field of a Configured and New Entry.</td><td><a href="https://www.exploit-db.com/exploits/46014">https://www.exploit-db.com/exploits/46014</a></td></tr><tr><td>CVE-2018-19829</td><td>Artica Integria IMS 5.0.83 has CSRF in godmode/usuarios/lista_usuarios, resulting in the ability to delete an arbitrary user when the ID number is known.</td><td><a href="https://www.exploit-db.com/exploits/46013">https://www.exploit-db.com/exploits/46013</a></td></tr><tr><td>CVE-2018-19828</td><td>Artica Integria IMS 5.0.83 has XSS via the search_string parameter.</td><td><a href="https://www.exploit-db.com/exploits/46012">https://www.exploit-db.com/exploits/46012</a></td></tr><tr><td>CVE-2018-15535</td><td>/filemanager/ajax_calls.php in tecrail Responsive FileManager before 9.13.4 uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize get_file sequences such as ".." that can resolve to a location that is outside of that directory, aka Directory Traversal.</td><td><a href="https://www.exploit-db.com/exploits/45271">https://www.exploit-db.com/exploits/45271</a></td></tr><tr><td>CVE-2018-15877</td><td>The Plainview Activity Monitor plugin before 20180826 for WordPress is vulnerable to OS command injection via shell metacharacters in the ip parameter of a wp-admin/admin.php?page=plainview_activity_monitor&#x26;tab=activity_tools request.</td><td><a href="https://www.exploit-db.com/exploits/45274">https://www.exploit-db.com/exploits/45274</a></td></tr><tr><td>CVE-2018-15745</td><td>Argus Surveillance DVR 4.0.0.0 devices allow Unauthenticated Directory Traversal, leading to File Disclosure via a ..%2F in the WEBACCOUNT.CGI RESULTPAGE parameter.</td><td><a href="https://www.exploit-db.com/exploits/45296">https://www.exploit-db.com/exploits/45296</a></td></tr><tr><td>CVE-2018-16133</td><td>Cybrotech CyBroHttpServer 1.0.3 allows Directory Traversal via a ../ in the URI.</td><td><a href="https://www.exploit-db.com/exploits/45303">https://www.exploit-db.com/exploits/45303</a></td></tr><tr><td>CVE-2018-16134</td><td>Cybrotech CyBroHttpServer 1.0.3 allows XSS via a URI.</td><td><a href="https://www.exploit-db.com/exploits/45309">https://www.exploit-db.com/exploits/45309</a></td></tr><tr><td>CVE-2018-15844</td><td>An issue was discovered in DamiCMS 6.0.0. There is an CSRF vulnerability that can revise the administrator account's password via /admin.php?s=/Admin/doedit.</td><td><a href="https://www.exploit-db.com/exploits/45314">https://www.exploit-db.com/exploits/45314</a></td></tr><tr><td>CVE-2018-14497</td><td>Tenda D152 ADSL routers allow XSS via a crafted SSID.</td><td><a href="https://www.exploit-db.com/exploits/45336">https://www.exploit-db.com/exploits/45336</a></td></tr><tr><td>CVE-2018-15917</td><td>Persistent cross-site scripting (XSS) issues in Jorani 0.6.5 allow remote attackers to inject arbitrary web script or HTML via the language parameter to session/language.</td><td><a href="https://www.exploit-db.com/exploits/45338">https://www.exploit-db.com/exploits/45338</a></td></tr><tr><td>CVE-2018-15918</td><td>An issue was discovered in Jorani 0.6.5. SQL Injection (error-based) allows a user of the application without permissions to read and modify sensitive information from the database used by the application via the startdate or enddate parameter to leaves/validate.</td><td><a href="https://www.exploit-db.com/exploits/45340">https://www.exploit-db.com/exploits/45340</a></td></tr><tr><td>CVE-2018-16059</td><td>Endress+Hauser WirelessHART Fieldgate SWG70 3.x devices allow Directory Traversal via the fcgi-bin/wgsetcgi filename parameter.</td><td><a href="https://www.exploit-db.com/exploits/45342">https://www.exploit-db.com/exploits/45342</a></td></tr><tr><td>CVE-2018-10763</td><td>Multiple cross-site scripting (XSS) vulnerabilities in Synametrics SynaMan 4.0 build 1488 via the (1) Main heading or (2) Sub heading fields in the Partial Branding configuration page.</td><td><a href="https://www.exploit-db.com/exploits/45386">https://www.exploit-db.com/exploits/45386</a></td></tr><tr><td>CVE-2018-1756</td><td>IBM Security Identity Governance and Intelligence 5.2.3.2 and 5.2.4 is vulnerable to SQL injection. A remote attacker could send specially-crafted SQL statements, which could allow the attacker to view, information in the back-end database. IBM X-Force ID: 148599.</td><td><a href="https://www.exploit-db.com/exploits/45392">https://www.exploit-db.com/exploits/45392</a></td></tr><tr><td>CVE-2018-1306</td><td>The PortletV3AnnotatedDemo Multipart Portlet war file code provided in Apache Pluto version 3.0.0 could allow a remote attacker to obtain sensitive information, caused by the failure to restrict path information provided during a file upload. An attacker could exploit this vulnerability to obtain configuration data and other sensitive information.</td><td><a href="https://www.exploit-db.com/exploits/45396">https://www.exploit-db.com/exploits/45396</a></td></tr><tr><td>CVE-2018-17254</td><td>The JCK Editor component 6.4.4 for Joomla! allows SQL Injection via the jtreelink/dialogs/links.php parent parameter.</td><td><a href="https://www.exploit-db.com/exploits/45423">https://www.exploit-db.com/exploits/45423</a></td></tr><tr><td>CVE-2018-1002000</td><td>There is blind SQL injection in WordPress Arigato Autoresponder and Newsletter v2.5.1.8 These vulnerabilities require administrative privileges to exploit. There is an exploitable blind SQL injection vulnerability via the del_ids variable by POST request.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002001</td><td>There is a reflected XSS vulnerability in WordPress Arigato Autoresponder and News letter v2.5.1.8 This vulnerability requires administrative privileges to exploit.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002002</td><td>There is a reflected XSS vulnerability in WordPress Arigato Autoresponder and News letter v2.5.1.8 This vulnerability requires administrative privileges to exploit.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002003</td><td>There is a reflected XSS vulnerability in WordPress Arigato Autoresponder and News letter v2.5.1.8 This vulnerability requires administrative privileges to exploit.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002004</td><td>There is a reflected XSS vulnerability in WordPress Arigato Autoresponder and News letter v2.5.1.8 This vulnerability requires administrative privileges to exploit.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002005</td><td>These vulnerabilities require administrative privileges to exploit. There is an XSS vulnerability in bft_list.html.php:43: via the filter_signup_date parameter.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002006</td><td>These vulnerabilities require administrative privileges to exploit. There is an XSS vulnerability in integration-contact-form.html.php:14: via POST request variable classes</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002007</td><td>There is a reflected XSS vulnerability in WordPress Arigato Autoresponder and News letter v2.5.1.8 This vulnerability requires administrative privileges to exploit. There is an XSS vulnerability in integration-contact-form.html.php:15: via POST request variable html_id.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002008</td><td>There is a reflected XSS vulnerability in WordPress Arigato Autoresponder and News letter v2.5.1.8 This vulnerability requires administrative privileges to exploit. There is an XSS vulnerability in list-user.html.php:4: via GET request offset variable.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-1002009</td><td>There is a reflected XSS vulnerability in WordPress Arigato Autoresponder and News letter v2.5.1.8 This vulnerability requires administrative privileges to exploit. There is an XSS vulnerability in unsubscribe.html.php:3: via GET reuqest to the email variable.</td><td><a href="https://www.exploit-db.com/exploits/45434">https://www.exploit-db.com/exploits/45434</a></td></tr><tr><td>CVE-2018-16736</td><td>In the rcfilters plugin 2.1.6 for Roundcube, XSS exists via the _whatfilter and _messages parameters (in the Filters section of the settings).</td><td><a href="https://www.exploit-db.com/exploits/45437">https://www.exploit-db.com/exploits/45437</a></td></tr><tr><td>CVE-2018-16283</td><td>The Wechat Broadcast plugin 1.2.0 and earlier for WordPress allows Directory Traversal via the Image.php url parameter.</td><td><a href="https://www.exploit-db.com/exploits/45438">https://www.exploit-db.com/exploits/45438</a></td></tr><tr><td>CVE-2018-16299</td><td>The Localize My Post plugin 1.0 for WordPress allows Directory Traversal via the ajax/include.php file parameter.</td><td><a href="https://www.exploit-db.com/exploits/45439">https://www.exploit-db.com/exploits/45439</a></td></tr><tr><td>CVE-2018-17255</td><td>Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2020-14014. Reason: This candidate is a reservation duplicate of CVE-2020-14014. Notes: All CVE users should reference CVE-2020-14014 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage</td><td><a href="https://www.exploit-db.com/exploits/45445">https://www.exploit-db.com/exploits/45445</a></td></tr><tr><td>CVE-2018-16288</td><td>LG SuperSign CMS allows reading of arbitrary files via signEzUI/playlist/edit/upload/..%2f URIs.</td><td><a href="https://www.exploit-db.com/exploits/45440">https://www.exploit-db.com/exploits/45440</a></td></tr><tr><td>CVE-2018-17173</td><td>LG SuperSign CMS allows remote attackers to execute arbitrary code via the sourceUri parameter to qsr_server/device/getThumbnail.</td><td><a href="https://www.exploit-db.com/exploits/45448">https://www.exploit-db.com/exploits/45448</a></td></tr><tr><td>CVE-2018-17128</td><td>A Persistent XSS issue was discovered in the Visual Editor in MyBB before 1.8.19 via a Video MyCode.</td><td><a href="https://www.exploit-db.com/exploits/45449">https://www.exploit-db.com/exploits/45449</a></td></tr><tr><td>CVE-2018-17391</td><td>SQL Injection exists in authors_post.php in Super Cms Blog Pro 1.0 via the author parameter.</td><td><a href="https://www.exploit-db.com/exploits/45463">https://www.exploit-db.com/exploits/45463</a></td></tr><tr><td>CVE-2018-17379</td><td>SQL Injection exists in the Raffle Factory 3.5.2 component for Joomla! via the filter_order_Dir or filter_order parameter.</td><td><a href="https://www.exploit-db.com/exploits/45464">https://www.exploit-db.com/exploits/45464</a></td></tr><tr><td>CVE-2018-2791</td><td>Vulnerability in the Oracle WebCenter Sites component of Oracle Fusion Middleware (subcomponent: Advanced UI). Supported versions that are affected are 11.1.1.8.0, 12.2.1.2.0 and 12.2.1.3.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle WebCenter Sites. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Oracle WebCenter Sites, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle WebCenter Sites accessible data as well as unauthorized update, insert or delete access to some of Oracle WebCenter Sites accessible data. CVSS 3.0 Base Score 8.2 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N).</td><td><a href="https://www.exploit-db.com/exploits/44752">https://www.exploit-db.com/exploits/44752</a></td></tr><tr><td>CVE-2018-11415</td><td>SAP Internet Transaction Server (ITS) 6200.X.X has Reflected Cross Site Scripting (XSS) via certain wgate URIs. NOTE: the vendor has reportedly indicated that there will not be any further releases of this product.</td><td><a href="https://www.exploit-db.com/exploits/44755">https://www.exploit-db.com/exploits/44755</a></td></tr><tr><td>CVE-2018-7312</td><td>SQL Injection exists in the Alexandria Book Library 3.1.2 component for Joomla! via the letter parameter.</td><td><a href="https://www.exploit-db.com/exploits/44162">https://www.exploit-db.com/exploits/44162</a></td></tr><tr><td>CVE-2018-7318</td><td>SQL Injection exists in the CheckList 1.1.1 component for Joomla! via the title_search, tag_search, name_search, description_search, or filter_order parameter.</td><td><a href="https://www.exploit-db.com/exploits/44163">https://www.exploit-db.com/exploits/44163</a></td></tr><tr><td>CVE-2018-6222</td><td>Arbitrary logs location in Trend Micro Email Encryption Gateway 5.5 could allow an attacker to change location of log files and be manipulated to execute arbitrary commands and attain command execution on a vulnerable system.</td><td><a href="https://www.exploit-db.com/exploits/44166">https://www.exploit-db.com/exploits/44166</a></td></tr><tr><td>CVE-2018-6223</td><td>A missing authentication for appliance registration vulnerability in Trend Micro Email Encryption Gateway 5.5 could allow an attacker to manipulate the registration process of the product to reset configuration parameters.</td><td><a href="https://www.exploit-db.com/exploits/44166">https://www.exploit-db.com/exploits/44166</a></td></tr><tr><td>CVE-2018-6225</td><td>An XML external entity injection (XXE) vulnerability in Trend Micro Email Encryption Gateway 5.5 could allow an authenticated user to expose a normally protected configuration script.</td><td><a href="https://www.exploit-db.com/exploits/44166">https://www.exploit-db.com/exploits/44166</a></td></tr><tr><td>CVE-2018-6226</td><td>Reflected cross-site scripting (XSS) vulnerabilities in two Trend Micro Email Encryption Gateway 5.5 configuration files could allow an attacker to inject client-side scripts into vulnerable systems.</td><td><a href="https://www.exploit-db.com/exploits/44166">https://www.exploit-db.com/exploits/44166</a></td></tr><tr><td>CVE-2018-6227</td><td>A stored cross-site scripting (XSS) vulnerability in Trend Micro Email Encryption Gateway 5.5 could allow an attacker to inject client-side scripts into vulnerable systems.</td><td><a href="https://www.exploit-db.com/exploits/44166">https://www.exploit-db.com/exploits/44166</a></td></tr><tr><td>CVE-2018-6228</td><td>A SQL injection vulnerability in a Trend Micro Email Encryption Gateway 5.5 policy script could allow an attacker to execute SQL commands to upload and execute arbitrary code that may harm the target system.</td><td><a href="https://www.exploit-db.com/exploits/44166">https://www.exploit-db.com/exploits/44166</a></td></tr><tr><td>CVE-2018-6229</td><td>A SQL injection vulnerability in an Trend Micro Email Encryption Gateway 5.5 edit policy script could allow an attacker to execute SQL commands to upload and execute arbitrary code that may harm the target system.</td><td><a href="https://www.exploit-db.com/exploits/44166">https://www.exploit-db.com/exploits/44166</a></td></tr><tr><td>CVE-2018-7600</td><td>Drupal before 7.58, 8.x before 8.3.9, 8.4.x before 8.4.6, and 8.5.x before 8.5.1 allows remote attackers to execute arbitrary code because of an issue affecting multiple subsystems with default or common module configurations.</td><td><a href="https://www.exploit-db.com/exploits/44449">https://www.exploit-db.com/exploits/44449</a></td></tr><tr><td>CVE-2018-6230</td><td>A SQL injection vulnerability in an Trend Micro Email Encryption Gateway 5.5 search configuration script could allow an attacker to execute SQL commands to upload and execute arbitrary code that may harm the target system.</td><td><a href="https://www.exploit-db.com/exploits/44166">https://www.exploit-db.com/exploits/44166</a></td></tr><tr><td>CVE-2018-7477</td><td>SQL Injection exists in PHP Scripts Mall School Management Script 3.0.4 via the Username and Password fields to parents/Parent_module/parent_login.php.</td><td><a href="https://www.exploit-db.com/exploits/44191">https://www.exploit-db.com/exploits/44191</a></td></tr><tr><td>CVE-2018-7448</td><td>Remote code execution vulnerability in /cmsms-2.1.6-install.php/index.php in CMS Made Simple version 2.1.6 allows remote attackers to inject arbitrary PHP code via the "timezone" parameter in step 4 of a fresh installation procedure.</td><td><a href="https://www.exploit-db.com/exploits/44192">https://www.exploit-db.com/exploits/44192</a></td></tr><tr><td>CVE-2018-6193</td><td>A Cross-Site Scripting (XSS) vulnerability was found in Routers2 2.24, affecting the 'rtr' GET parameter in a page=graph action to cgi-bin/routers2.pl.</td><td><a href="https://www.exploit-db.com/exploits/44216">https://www.exploit-db.com/exploits/44216</a></td></tr><tr><td>CVE-2018-6936</td><td>Cross Site Scripting (XSS) exists on the D-Link DIR-600M C1 3.01 via the SSID or the name of a user account.</td><td><a href="https://www.exploit-db.com/exploits/44219">https://www.exploit-db.com/exploits/44219</a></td></tr><tr><td>CVE-2018-7490</td><td>uWSGI before 2.0.17 mishandles a DOCUMENT_ROOT check during use of the --php-docroot option, allowing directory traversal.</td><td><a href="https://www.exploit-db.com/exploits/44223">https://www.exploit-db.com/exploits/44223</a></td></tr><tr><td>CVE-2018-7474</td><td>An issue was discovered in Textpattern CMS 4.6.2 and earlier. It is possible to inject SQL code in the variable "qty" on the page index.php.</td><td><a href="https://www.exploit-db.com/exploits/44277">https://www.exploit-db.com/exploits/44277</a></td></tr><tr><td>CVE-2018-7703</td><td>Cross-site scripting (XSS) vulnerability in SecurEnvoy SecurMail before 9.2.501 allows remote attackers to inject arbitrary web script or HTML via the mailboxid parameter to secmail/getmessage.exe.</td><td><a href="https://www.exploit-db.com/exploits/44285">https://www.exploit-db.com/exploits/44285</a></td></tr><tr><td>CVE-2018-7705</td><td>Directory traversal vulnerability in SecurEnvoy SecurMail before 9.2.501 allows remote authenticated users to read e-mail messages to arbitrary recipients via a .. (dot dot) in the filename parameter to secupload2/upload.aspx.</td><td><a href="https://www.exploit-db.com/exploits/44285">https://www.exploit-db.com/exploits/44285</a></td></tr><tr><td>CVE-2018-7701</td><td>Multiple cross-site request forgery (CSRF) vulnerabilities in SecurEnvoy SecurMail before 9.2.501 allow remote attackers to hijack the authentication of arbitrary users for requests that (1) delete e-mail messages via a delete action in a request to secmail/getmessage.exe or (2) spoof arbitrary users and reply to their messages via a request to secserver/securectrl.exe.</td><td><a href="https://www.exploit-db.com/exploits/44285">https://www.exploit-db.com/exploits/44285</a></td></tr><tr><td>CVE-2018-7538</td><td>SQL injection vulnerability in the tracker functionality of Enalean Tuleap software engineering platform before 9.18 allows attackers to execute arbitrary SQL commands.</td><td><a href="https://www.exploit-db.com/exploits/44286">https://www.exploit-db.com/exploits/44286</a></td></tr><tr><td>CVE-2018-7543</td><td>Cross-site scripting (XSS) vulnerability in installer/build/view.step4.php of the SnapCreek Duplicator plugin 1.2.32 for WordPress allows remote attackers to inject arbitrary JavaScript or HTML via the json parameter.</td><td><a href="https://www.exploit-db.com/exploits/44288">https://www.exploit-db.com/exploits/44288</a></td></tr><tr><td>CVE-2018-8772</td><td>Coship RT3052 4.0.0.48 devices allow XSS via a crafted SSID field on the "Wireless Setting - Basic" screen.</td><td><a href="https://www.exploit-db.com/exploits/44320">https://www.exploit-db.com/exploits/44320</a></td></tr><tr><td>CVE-2018-7422</td><td>A Local File Inclusion vulnerability in the Site Editor plugin through 1.1.1 for WordPress allows remote attackers to retrieve arbitrary files via the ajax_path parameter to editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php, aka absolute path traversal.</td><td><a href="https://www.exploit-db.com/exploits/44340">https://www.exploit-db.com/exploits/44340</a></td></tr><tr><td>CVE-2018-7171</td><td>Directory traversal vulnerability in Twonky Server 7.0.11 through 8.5 allows remote attackers to share the contents of arbitrary directories via a .. (dot dot) in the contentbase parameter to rpc/set_all.</td><td><a href="https://www.exploit-db.com/exploits/44350">https://www.exploit-db.com/exploits/44350</a></td></tr><tr><td>CVE-2018-7203</td><td>Cross-site scripting (XSS) vulnerability in Twonky Server 7.0.11 through 8.5 allows remote attackers to inject arbitrary web script or HTML via the friendlyname parameter to rpc/set_all.</td><td><a href="https://www.exploit-db.com/exploits/44351">https://www.exploit-db.com/exploits/44351</a></td></tr><tr><td>CVE-2018-0878</td><td>Windows Remote Assistance in Microsoft Windows Server 2008 SP2 and R2 SP1, Windows 7 SP1, Windows 8.1 and RT 8.1, Windows Server 2012 and R2, Windows 10 Gold, 1511, 1607, 1703, and 1709, Windows Server 2016 and Windows Server, version 1709 allows an information disclosure vulnerability due to how XML External Entities (XXE) are processed, aka "Windows Remote Assistance Information Disclosure Vulnerability".</td><td><a href="https://www.exploit-db.com/exploits/44352">https://www.exploit-db.com/exploits/44352</a></td></tr><tr><td>CVE-2018-8903</td><td>Open-AudIT Professional 2.1 allows XSS via the Name or Description field on the Credentials screen.</td><td><a href="https://www.exploit-db.com/exploits/44354">https://www.exploit-db.com/exploits/44354</a></td></tr><tr><td>CVE-2018-8979</td><td>Open-AudIT Professional 2.1 has CSRF, as demonstrated by modifying a user account or inserting XSS sequences via the credentials URI.</td><td><a href="https://www.exploit-db.com/exploits/44360">https://www.exploit-db.com/exploits/44360</a></td></tr><tr><td>CVE-2018-9034</td><td>Cross-site scripting (XSS) vulnerability in lib/interface.php of the Relevanssi plugin 4.0.4 for WordPress allows remote attackers to inject arbitrary JavaScript or HTML via the tab GET parameter.</td><td><a href="https://www.exploit-db.com/exploits/44366">https://www.exploit-db.com/exploits/44366</a></td></tr><tr><td>CVE-2018-9035</td><td>CSV Injection vulnerability in ExportToCsvUtf8.php of the Contact Form 7 to Database Extension plugin 2.10.32 for WordPress allows remote attackers to inject spreadsheet formulas into CSV files via the contact form.</td><td><a href="https://www.exploit-db.com/exploits/44367">https://www.exploit-db.com/exploits/44367</a></td></tr><tr><td>CVE-2018-7297</td><td>Remote Code Execution in the TCL script interpreter in eQ-3 AG Homematic CCU2 2.29.2 and earlier allows remote attackers to obtain read/write access and execute system commands on the device. This vulnerability can be exploited by unauthenticated attackers with access to the web interface.</td><td><a href="https://www.exploit-db.com/exploits/44368">https://www.exploit-db.com/exploits/44368</a></td></tr><tr><td>CVE-2018-9107</td><td>CSV Injection (aka Excel Macro Injection or Formula Injection) exists in the export feature in the Acyba AcyMailing extension before 5.9.6 for Joomla! via a value that is mishandled in a CSV export.</td><td><a href="https://www.exploit-db.com/exploits/44369">https://www.exploit-db.com/exploits/44369</a></td></tr><tr><td>CVE-2018-9106</td><td>CSV Injection (aka Excel Macro Injection or Formula Injection) exists in the export feature in the Acyba AcySMS extension before 3.5.1 for Joomla! via a value that is mishandled in a CSV export.</td><td><a href="https://www.exploit-db.com/exploits/44370">https://www.exploit-db.com/exploits/44370</a></td></tr><tr><td>CVE-2018-5708</td><td>An issue was discovered on D-Link DIR-601 B1 2.02NA devices. Being on the same local network as, but being unauthenticated to, the administrator's panel, a user can obtain the admin username and cleartext password in the response (specifically, the configuration file restore_default), which is displayed in XML.</td><td><a href="https://www.exploit-db.com/exploits/44388">https://www.exploit-db.com/exploits/44388</a></td></tr><tr><td>CVE-2018-8815</td><td>Cross-site scripting (XSS) vulnerability in the gallery function in Alkacon OpenCMS 10.5.3 allows remote attackers to inject arbitrary web script or HTML via a malicious SVG image.</td><td><a href="https://www.exploit-db.com/exploits/44392">https://www.exploit-db.com/exploits/44392</a></td></tr><tr><td>CVE-2018-9183</td><td>The Joom Sky JS Jobs extension before 1.2.1 for Joomla! has XSS.</td><td><a href="https://www.exploit-db.com/exploits/44401">https://www.exploit-db.com/exploits/44401</a></td></tr><tr><td>CVE-2018-7653</td><td>In YzmCMS 3.6, index.php has XSS via the a, c, or m parameter.</td><td><a href="https://www.exploit-db.com/exploits/44405">https://www.exploit-db.com/exploits/44405</a></td></tr><tr><td>CVE-2018-7736</td><td>In Z-BlogPHP 1.5.1.1740, cmd.php has XSS via the ZC_BLOG_SUBNAME parameter or ZC_UPLOAD_FILETYPE parameter. NOTE: the software maintainer disputes that this is a vulnerability</td><td><a href="https://www.exploit-db.com/exploits/44406">https://www.exploit-db.com/exploits/44406</a></td></tr><tr><td>CVE-2018-9173</td><td>Cross-site scripting (XSS) vulnerability in admin/template/js/uploadify/uploadify.swf in GetSimple CMS 3.3.13 allows remote attackers to inject arbitrary web script or HTML, as demonstrated by the movieName parameter.</td><td><a href="https://www.exploit-db.com/exploits/44408">https://www.exploit-db.com/exploits/44408</a></td></tr><tr><td>CVE-2018-8729</td><td>Multiple cross-site scripting (XSS) vulnerabilities in the Activity Log plugin before 2.4.1 for WordPress allow remote attackers to inject arbitrary JavaScript or HTML via a title that is not escaped.</td><td><a href="https://www.exploit-db.com/exploits/44409">https://www.exploit-db.com/exploits/44409</a></td></tr><tr><td>CVE-2018-7746</td><td>An issue was discovered in Western Bridge Cobub Razor 0.7.2. Authentication is not required for /index.php?/manage/channel/modifychannel. For example, with a crafted channel name, stored XSS is triggered during a later /index.php?/manage/channel request by an admin.</td><td><a href="https://www.exploit-db.com/exploits/44416">https://www.exploit-db.com/exploits/44416</a></td></tr><tr><td>CVE-2018-9238</td><td>proberv.php in Yahei-PHP Proberv 0.4.7 has XSS via the funName parameter.</td><td><a href="https://www.exploit-db.com/exploits/44424">https://www.exploit-db.com/exploits/44424</a></td></tr><tr><td>CVE-2018-9235</td><td>iScripts SonicBB 1.0 has Reflected Cross-Site Scripting via the query parameter to search.php.</td><td><a href="https://www.exploit-db.com/exploits/44434">https://www.exploit-db.com/exploits/44434</a></td></tr><tr><td>CVE-2018-9236</td><td>iScripts EasyCreate 3.2.1 has Stored Cross-Site Scripting in the "Site title" field.</td><td><a href="https://www.exploit-db.com/exploits/44436">https://www.exploit-db.com/exploits/44436</a></td></tr><tr><td>CVE-2018-9237</td><td>iScripts EasyCreate 3.2.1 has Stored Cross-Site Scripting in the "Site Description" field.</td><td><a href="https://www.exploit-db.com/exploits/44436">https://www.exploit-db.com/exploits/44436</a></td></tr><tr><td>CVE-2018-8729</td><td>Multiple cross-site scripting (XSS) vulnerabilities in the Activity Log plugin before 2.4.1 for WordPress allow remote attackers to inject arbitrary JavaScript or HTML via a title that is not escaped.</td><td><a href="https://www.exploit-db.com/exploits/44437">https://www.exploit-db.com/exploits/44437</a></td></tr><tr><td>CVE-2018-1217</td><td>Avamar Installation Manager in Dell EMC Avamar Server 7.3.1, 7.4.1, and 7.5.0, and Dell EMC Integrated Data Protection Appliance 2.0 and 2.1, is affected by a missing access control check vulnerability which could potentially allow a remote unauthenticated attacker to read or change the Local Download Service (LDLS) credentials. The LDLS credentials are used to connect to Dell EMC Online Support. If the LDLS configuration was changed to an invalid configuration, then Avamar Installation Manager may not be able to connect to Dell EMC Online Support web site successfully. The remote unauthenticated attacker can also read and use the credentials to login to Dell EMC Online Support, impersonating the AVI service actions using those credentials.</td><td><a href="https://www.exploit-db.com/exploits/44441">https://www.exploit-db.com/exploits/44441</a></td></tr><tr><td>CVE-2018-9172</td><td>The Iptanus WordPress File Upload plugin before 4.3.3 for WordPress mishandles shortcode attributes.</td><td><a href="https://www.exploit-db.com/exploits/44443">https://www.exploit-db.com/exploits/44443</a></td></tr><tr><td>CVE-2018-9844</td><td>The Iptanus WordPress File Upload plugin before 4.3.4 for WordPress mishandles Settings attributes, leading to XSS.</td><td><a href="https://www.exploit-db.com/exploits/44444">https://www.exploit-db.com/exploits/44444</a></td></tr><tr><td>CVE-2018-10063</td><td>The Convert Forms extension before 2.0.4 for Joomla! is vulnerable to Remote Command Execution using CSV Injection that is mishandled when exporting a Leads file.</td><td><a href="https://www.exploit-db.com/exploits/44447">https://www.exploit-db.com/exploits/44447</a></td></tr><tr><td>CVE-2018-8057</td><td>A SQL Injection vulnerability exists in Western Bridge Cobub Razor 0.8.0 via the channel_name or platform parameter in a /index.php?/manage/channel/addchannel request, related to /application/controllers/manage/channel.php.</td><td><a href="https://www.exploit-db.com/exploits/44454">https://www.exploit-db.com/exploits/44454</a></td></tr><tr><td>CVE-2018-9857</td><td>PHP Scripts Mall Match Clone Script 1.0.4 has XSS via the search field to searchbyid.php (aka the "View Search By Id" screen).</td><td><a href="https://www.exploit-db.com/exploits/44486">https://www.exploit-db.com/exploits/44486</a></td></tr><tr><td>CVE-2018-8831</td><td>A Persistent XSS vulnerability exists in Kodi (formerly XBMC) through 17.6 that allows the execution of arbitrary HTML/script code in the context of the victim user's browser via a playlist.</td><td><a href="https://www.exploit-db.com/exploits/44487">https://www.exploit-db.com/exploits/44487</a></td></tr><tr><td>CVE-2018-7747</td><td>Multiple cross-site scripting (XSS) vulnerabilities in the Caldera Forms plugin before 1.6.0-rc.1 for WordPress allow remote attackers to inject arbitrary web script or HTML via vectors involving (1) a greeting message, (2) the email transaction log, or (3) an imported form.</td><td><a href="https://www.exploit-db.com/exploits/44489">https://www.exploit-db.com/exploits/44489</a></td></tr><tr><td>CVE-2018-10077</td><td>XML external entity (XXE) vulnerability in Geist WatchDog Console 3.2.2 allows remote authenticated administrators to read arbitrary files via crafted XML data.</td><td><a href="https://www.exploit-db.com/exploits/44493">https://www.exploit-db.com/exploits/44493</a></td></tr><tr><td>CVE-2018-10078</td><td>Cross-site scripting (XSS) vulnerability in Geist WatchDog Console 3.2.2 allows remote authenticated administrators to inject arbitrary web script or HTML via a server description.</td><td><a href="https://www.exploit-db.com/exploits/44493">https://www.exploit-db.com/exploits/44493</a></td></tr><tr><td>CVE-2018-3811</td><td>SQL Injection vulnerability in the Oturia Smart Google Code Inserter plugin before 3.5 for WordPress allows unauthenticated attackers to execute SQL queries in the context of the web server. The saveGoogleAdWords() function in smartgooglecode.php did not use prepared statements and did not sanitize the $_POST["oId"] variable before passing it as input into the SQL query.</td><td><a href="https://www.exploit-db.com/exploits/43420">https://www.exploit-db.com/exploits/43420</a></td></tr><tr><td>CVE-2018-5315</td><td>The Wachipi WP Events Calendar plugin 1.0 for WordPress has SQL Injection via the event_id parameter to event.php.</td><td><a href="https://www.exploit-db.com/exploits/43479">https://www.exploit-db.com/exploits/43479</a></td></tr><tr><td>CVE-2018-5263</td><td>The StackIdeas EasyDiscuss (aka com_easydiscuss) extension before 4.0.21 for Joomla! allows XSS.</td><td><a href="https://www.exploit-db.com/exploits/43488">https://www.exploit-db.com/exploits/43488</a></td></tr><tr><td>CVE-2018-5370</td><td>BizLogic xnami 1.0 has XSS via the comment parameter in an addComment action to the /media/ajax URI.</td><td><a href="https://www.exploit-db.com/exploits/43535">https://www.exploit-db.com/exploits/43535</a></td></tr><tr><td>CVE-2018-5479</td><td>FoxSash ImgHosting 1.5 (according to footer information) is vulnerable to XSS attacks. The affected function is its search engine via the search parameter to the default URI. Since there is an user/admin login interface, it's possible for attackers to steal sessions of users and thus admin(s). By sending users an infected URL, code will be executed.</td><td><a href="https://www.exploit-db.com/exploits/43567">https://www.exploit-db.com/exploits/43567</a></td></tr><tr><td>CVE-2018-5688</td><td>ILIAS before 5.2.4 has XSS via the cmd parameter to the displayHeader function in setup/classes/class.ilSetupGUI.php in the Setup component.</td><td><a href="https://www.exploit-db.com/exploits/43595">https://www.exploit-db.com/exploits/43595</a></td></tr><tr><td>CVE-2018-5705</td><td>Reservo Image Hosting 1.6 is vulnerable to XSS attacks. The affected function is its search engine (the t parameter to the /search URI). Since there is an user/admin login interface, it's possible for attackers to steal sessions of users and thus admin(s). By sending users an infected URL, code will be executed.</td><td><a href="https://www.exploit-db.com/exploits/43676">https://www.exploit-db.com/exploits/43676</a></td></tr><tr><td>CVE-2018-5715</td><td>phprint.php in SugarCRM 3.5.1 has XSS via a parameter name in the query string (aka a $key variable).</td><td><a href="https://www.exploit-db.com/exploits/43683">https://www.exploit-db.com/exploits/43683</a></td></tr><tr><td>CVE-2018-5985</td><td>SQL Injection exists in the LiveCRM SaaS Cloud 1.0 component for Joomla! via an r=site/login&#x26;company_id= request.</td><td><a href="https://www.exploit-db.com/exploits/43860">https://www.exploit-db.com/exploits/43860</a></td></tr><tr><td>CVE-2018-5977</td><td>SQL Injection exists in Affiligator Affiliate Webshop Management System 2.1.0 via a search/?q=&#x26;price_type=range&#x26;price= request.</td><td><a href="https://www.exploit-db.com/exploits/43861">https://www.exploit-db.com/exploits/43861</a></td></tr><tr><td>CVE-2018-5986</td><td>SQL Injection exists in Easy Car Script 2014 via the s_order or s_row parameter to site_search.php.</td><td><a href="https://www.exploit-db.com/exploits/43863">https://www.exploit-db.com/exploits/43863</a></td></tr><tr><td>CVE-2018-5979</td><td>SQL Injection exists in Wchat Fully Responsive PHP AJAX Chat Script 1.5 via the login.php User field.</td><td><a href="https://www.exploit-db.com/exploits/43864">https://www.exploit-db.com/exploits/43864</a></td></tr><tr><td>CVE-2018-5978</td><td>SQL Injection exists in Facebook Style Php Ajax Chat Zechat 1.5 via the login.php User field.</td><td><a href="https://www.exploit-db.com/exploits/43865">https://www.exploit-db.com/exploits/43865</a></td></tr><tr><td>CVE-2018-5972</td><td>SQL Injection exists in Classified Ads CMS Quickad 4.0 via the keywords, placeid, cat, or subcat parameter to the listing URI.</td><td><a href="https://www.exploit-db.com/exploits/43868">https://www.exploit-db.com/exploits/43868</a></td></tr><tr><td>CVE-2018-5988</td><td>SQL Injection exists in Flexible Poll 1.2 via the id parameter to mobile_preview.php or index.php.</td><td><a href="https://www.exploit-db.com/exploits/43869">https://www.exploit-db.com/exploits/43869</a></td></tr><tr><td>CVE-2018-5973</td><td>SQL Injection exists in Professional Local Directory Script 1.0 via the sellers_subcategories.php IndustryID parameter, or the suppliers.php IndustryID or CategoryID parameter.</td><td><a href="https://www.exploit-db.com/exploits/43870">https://www.exploit-db.com/exploits/43870</a></td></tr><tr><td>CVE-2018-6363</td><td>SQL Injection exists in Task Rabbit Clone 1.0 via the single_blog.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43914">https://www.exploit-db.com/exploits/43914</a></td></tr><tr><td>CVE-2018-6365</td><td>SQL Injection exists in TSiteBuilder 1.0 via the id parameter to /site.php, /pagelist.php, or /page_new.php.</td><td><a href="https://www.exploit-db.com/exploits/43915">https://www.exploit-db.com/exploits/43915</a></td></tr><tr><td>CVE-2018-6367</td><td>SQL Injection exists in Vastal I-Tech Buddy Zone Facebook Clone 2.9.9 via the /chat_im/chat_window.php request_id parameter or the /search_events.php category parameter.</td><td><a href="https://www.exploit-db.com/exploits/43918">https://www.exploit-db.com/exploits/43918</a></td></tr><tr><td>CVE-2018-6364</td><td>SQL Injection exists in Multilanguage Real Estate MLM Script through 3.0 via the /product-list.php srch parameter.</td><td><a href="https://www.exploit-db.com/exploits/43917">https://www.exploit-db.com/exploits/43917</a></td></tr><tr><td>CVE-2018-6398</td><td>SQL Injection exists in the CP Event Calendar 3.0.1 component for Joomla! via the id parameter in a task=load action.</td><td><a href="https://www.exploit-db.com/exploits/43932">https://www.exploit-db.com/exploits/43932</a></td></tr><tr><td>CVE-2018-6395</td><td>SQL Injection exists in the Visual Calendar 3.1.3 component for Joomla! via the id parameter in a view=load action.</td><td><a href="https://www.exploit-db.com/exploits/43933">https://www.exploit-db.com/exploits/43933</a></td></tr><tr><td>CVE-2018-6577</td><td>SQL Injection exists in the JEXTN Membership 3.1.0 component for Joomla! via the usr_plan parameter in a view=myplans&#x26;task=myplans.usersubscriptions request.</td><td><a href="https://www.exploit-db.com/exploits/43940">https://www.exploit-db.com/exploits/43940</a></td></tr><tr><td>CVE-2018-6578</td><td>SQL Injection exists in the JE PayperVideo 3.0.0 component for Joomla! via the usr_plan parameter in a view=myplans&#x26;task=myplans.usersubscriptions request.</td><td><a href="https://www.exploit-db.com/exploits/43948">https://www.exploit-db.com/exploits/43948</a></td></tr><tr><td>CVE-2018-6576</td><td>SQL Injection exists in Event Manager 1.0 via the event.php id parameter or the page.php slug parameter.</td><td><a href="https://www.exploit-db.com/exploits/43949">https://www.exploit-db.com/exploits/43949</a></td></tr><tr><td>CVE-2018-6579</td><td>SQL Injection exists in the JEXTN Reverse Auction 3.1.0 component for Joomla! via a view=products&#x26;uid= request.</td><td><a href="https://www.exploit-db.com/exploits/43950">https://www.exploit-db.com/exploits/43950</a></td></tr><tr><td>CVE-2018-6575</td><td>SQL Injection exists in the JEXTN Classified 1.0.0 component for Joomla! via a view=boutique&#x26;sid= request.</td><td><a href="https://www.exploit-db.com/exploits/43957">https://www.exploit-db.com/exploits/43957</a></td></tr><tr><td>CVE-2018-6581</td><td>SQL Injection exists in the JMS Music 1.1.1 component for Joomla! via a search with the keyword, artist, or username parameter.</td><td><a href="https://www.exploit-db.com/exploits/43959">https://www.exploit-db.com/exploits/43959</a></td></tr><tr><td>CVE-2018-6605</td><td>SQL Injection exists in the Zh BaiduMap 3.0.0.1 component for Joomla! via the id parameter in a getPlacemarkDetails, getPlacemarkHoverText, getPathHoverText, or getPathDetails request.</td><td><a href="https://www.exploit-db.com/exploits/43974">https://www.exploit-db.com/exploits/43974</a></td></tr><tr><td>CVE-2018-6604</td><td>SQL Injection exists in the Zh YandexMap 6.2.1.0 component for Joomla! via the id parameter in a task=getPlacemarkDetails request.</td><td><a href="https://www.exploit-db.com/exploits/43975">https://www.exploit-db.com/exploits/43975</a></td></tr><tr><td>CVE-2018-6582</td><td>SQL Injection exists in the Zh GoogleMap 8.4.0.0 component for Joomla! via the id parameter in a getPlacemarkDetails, getPlacemarkHoverText, getPathHoverText, or getPathDetails request.</td><td><a href="https://www.exploit-db.com/exploits/43976">https://www.exploit-db.com/exploits/43976</a></td></tr><tr><td>CVE-2018-6609</td><td>SQL Injection exists in the JSP Tickets 1.1 component for Joomla! via the ticketcode parameter in a ticketlist edit action, or the id parameter in a statuslist (or prioritylist) edit action.</td><td><a href="https://www.exploit-db.com/exploits/43978">https://www.exploit-db.com/exploits/43978</a></td></tr><tr><td>CVE-2018-6190</td><td>Netis WF2419 V3.2.41381 devices allow XSS via the Description field on the MAC Filtering page.</td><td><a href="https://www.exploit-db.com/exploits/43981">https://www.exploit-db.com/exploits/43981</a></td></tr><tr><td>CVE-2018-6845</td><td>PHP Scripts Mall Multi Language Olx Clone Script 2.0.6 has XSS via the Leave Comment field.</td><td><a href="https://www.exploit-db.com/exploits/44016">https://www.exploit-db.com/exploits/44016</a></td></tr><tr><td>CVE-2018-6888</td><td>An issue was discovered in Typesetter 5.1. The User Permissions page (aka Admin/Users) suffers from critical flaw of Cross Site Request forgery: using a forged HTTP request, a malicious user can lead a user to unknowingly create / delete or modify a user account due to the lack of an anti-CSRF token.</td><td><a href="https://www.exploit-db.com/exploits/44029">https://www.exploit-db.com/exploits/44029</a></td></tr><tr><td>CVE-2018-6940</td><td>A /shell?cmd= XSS issue exists in the HTTPD component of NAT32 v2.2 Build 22284 devices that can be exploited for Remote Code Execution in conjunction with CSRF.</td><td><a href="https://www.exploit-db.com/exploits/44033">https://www.exploit-db.com/exploits/44033</a></td></tr><tr><td>CVE-2018-5993</td><td>SQL Injection exists in the Aist through 2.0 component for Joomla! via the id parameter in a view=showvacancy request.</td><td><a href="https://www.exploit-db.com/exploits/44106">https://www.exploit-db.com/exploits/44106</a></td></tr><tr><td>CVE-2018-5990</td><td>SQL Injection exists in the AllVideos Reloaded 1.2.x component for Joomla! via the divid parameter.</td><td><a href="https://www.exploit-db.com/exploits/44107">https://www.exploit-db.com/exploits/44107</a></td></tr><tr><td>CVE-2018-6584</td><td>SQL Injection exists in the DT Register 3.2.7 component for Joomla! via a task=edit&#x26;id= request.</td><td><a href="https://www.exploit-db.com/exploits/44108">https://www.exploit-db.com/exploits/44108</a></td></tr><tr><td>CVE-2018-6373</td><td>SQL Injection exists in the Fastball 2.5 component for Joomla! via the season parameter in a view=player action.</td><td><a href="https://www.exploit-db.com/exploits/44109">https://www.exploit-db.com/exploits/44109</a></td></tr><tr><td>CVE-2018-6004</td><td>SQL Injection exists in the File Download Tracker 3.0 component for Joomla! via the dynfield[phone] or sess parameter.</td><td><a href="https://www.exploit-db.com/exploits/44110">https://www.exploit-db.com/exploits/44110</a></td></tr><tr><td>CVE-2018-5991</td><td>SQL Injection exists in the Form Maker 3.6.12 component for Joomla! via the id, from, or to parameter in a view=stats request, a different vulnerability than CVE-2015-2798.</td><td><a href="https://www.exploit-db.com/exploits/44111">https://www.exploit-db.com/exploits/44111</a></td></tr><tr><td>CVE-2018-5981</td><td>SQL Injection exists in the Gallery WD 1.3.6 component for Joomla! via the tag_id parameter or gallery_id parameter.</td><td><a href="https://www.exploit-db.com/exploits/44112">https://www.exploit-db.com/exploits/44112</a></td></tr><tr><td>CVE-2018-6396</td><td>SQL Injection exists in the Google Map Landkarten through 4.2.3 component for Joomla! via the cid or id parameter in a layout=form_markers action, or the map parameter in a layout=default action.</td><td><a href="https://www.exploit-db.com/exploits/44113">https://www.exploit-db.com/exploits/44113</a></td></tr><tr><td>CVE-2018-6394</td><td>SQL Injection exists in the InviteX 3.0.5 component for Joomla! via the invite_type parameter in a view=invites action.</td><td><a href="https://www.exploit-db.com/exploits/44114">https://www.exploit-db.com/exploits/44114</a></td></tr><tr><td>CVE-2018-6372</td><td>SQL Injection exists in the JB Bus 2.3 component for Joomla! via the order_number parameter.</td><td><a href="https://www.exploit-db.com/exploits/44115">https://www.exploit-db.com/exploits/44115</a></td></tr><tr><td>CVE-2018-5970</td><td>SQL Injection exists in the JGive 2.0.9 component for Joomla! via the filter_org_ind_type or campaign_countries parameter.</td><td><a href="https://www.exploit-db.com/exploits/44116">https://www.exploit-db.com/exploits/44116</a></td></tr><tr><td>CVE-2018-6368</td><td>SQL Injection exists in the JomEstate PRO through 3.7 component for Joomla! via the id parameter in a task=detailed action.</td><td><a href="https://www.exploit-db.com/exploits/44117">https://www.exploit-db.com/exploits/44117</a></td></tr><tr><td>CVE-2018-6006</td><td>SQL Injection exists in the JS Autoz 1.0.9 component for Joomla! via the vtype, pre, or prs parameter.</td><td><a href="https://www.exploit-db.com/exploits/44119">https://www.exploit-db.com/exploits/44119</a></td></tr><tr><td>CVE-2018-5994</td><td>SQL Injection exists in the JS Jobs 1.1.9 component for Joomla! via the zipcode parameter in a newest-jobs request, or the ta parameter in a view_resume request.</td><td><a href="https://www.exploit-db.com/exploits/44120">https://www.exploit-db.com/exploits/44120</a></td></tr><tr><td>CVE-2018-5971</td><td>SQL Injection exists in the MediaLibrary Free 4.0.12 component for Joomla! via the id parameter or the mid array parameter.</td><td><a href="https://www.exploit-db.com/exploits/44122">https://www.exploit-db.com/exploits/44122</a></td></tr><tr><td>CVE-2018-6024</td><td>SQL Injection exists in the Project Log 1.5.3 component for Joomla! via the search parameter.</td><td><a href="https://www.exploit-db.com/exploits/44124">https://www.exploit-db.com/exploits/44124</a></td></tr><tr><td>CVE-2018-6005</td><td>SQL Injection exists in the Realpin through 1.5.04 component for Joomla! via the pinboard parameter.</td><td><a href="https://www.exploit-db.com/exploits/44125">https://www.exploit-db.com/exploits/44125</a></td></tr><tr><td>CVE-2018-5974</td><td>SQL Injection exists in the SimpleCalendar 3.1.9 component for Joomla! via the catid array parameter.</td><td><a href="https://www.exploit-db.com/exploits/44126">https://www.exploit-db.com/exploits/44126</a></td></tr><tr><td>CVE-2018-5975</td><td>SQL Injection exists in the Smart Shoutbox 3.0.0 component for Joomla! via the shoutauthor parameter to the archive URI.</td><td><a href="https://www.exploit-db.com/exploits/44127">https://www.exploit-db.com/exploits/44127</a></td></tr><tr><td>CVE-2018-5980</td><td>SQL Injection exists in the Solidres 2.5.1 component for Joomla! via the direction parameter in a hub.search action.</td><td><a href="https://www.exploit-db.com/exploits/44128">https://www.exploit-db.com/exploits/44128</a></td></tr><tr><td>CVE-2018-5992</td><td>SQL Injection exists in the Staff Master through 1.0 RC 1 component for Joomla! via the name parameter in a view=staff request.</td><td><a href="https://www.exploit-db.com/exploits/44129">https://www.exploit-db.com/exploits/44129</a></td></tr><tr><td>CVE-2018-6583</td><td>SQL Injection exists in the Timetable Responsive Schedule 1.5 component for Joomla! via a view=event&#x26;alias= request.</td><td><a href="https://www.exploit-db.com/exploits/44130">https://www.exploit-db.com/exploits/44130</a></td></tr><tr><td>CVE-2018-5987</td><td>SQL Injection exists in the Pinterest Clone Social Pinboard 2.0 component for Joomla! via the pin_id or user_id parameter in a task=getlikeinfo action, the ends parameter in a view=gift action, the category parameter in a view=home action, the uid parameter in a view=pindisplay action, the searchVal parameter in a view=search action, or the uid parameter in a view=likes action.</td><td><a href="https://www.exploit-db.com/exploits/44131">https://www.exploit-db.com/exploits/44131</a></td></tr><tr><td>CVE-2018-5989</td><td>SQL Injection exists in the ccNewsletter 2.x component for Joomla! via the id parameter in a task=removeSubscriber action, a related issue to CVE-2011-5099.</td><td><a href="https://www.exploit-db.com/exploits/44132">https://www.exploit-db.com/exploits/44132</a></td></tr><tr><td>CVE-2018-7180</td><td>SQL Injection exists in the Saxum Astro 4.0.14 component for Joomla! via the publicid parameter.</td><td><a href="https://www.exploit-db.com/exploits/44133">https://www.exploit-db.com/exploits/44133</a></td></tr><tr><td>CVE-2018-7177</td><td>SQL Injection exists in the Saxum Numerology 3.0.4 component for Joomla! via the publicid parameter.</td><td><a href="https://www.exploit-db.com/exploits/44134">https://www.exploit-db.com/exploits/44134</a></td></tr><tr><td>CVE-2018-7179</td><td>SQL Injection exists in the SquadManagement 1.0.3 component for Joomla! via the id parameter.</td><td><a href="https://www.exploit-db.com/exploits/44135">https://www.exploit-db.com/exploits/44135</a></td></tr><tr><td>CVE-2018-7178</td><td>SQL Injection exists in the Saxum Picker 3.2.10 component for Joomla! via the publicid parameter.</td><td><a href="https://www.exploit-db.com/exploits/44136">https://www.exploit-db.com/exploits/44136</a></td></tr><tr><td>CVE-2018-7176</td><td>FrontAccounting 2.4.3 suffers from a CSRF flaw, which leads to adding a user account via admin/users.php (aka the "add user" feature of the User Permissions page).</td><td><a href="https://www.exploit-db.com/exploits/44137">https://www.exploit-db.com/exploits/44137</a></td></tr><tr><td>CVE- 2018-7198</td><td>October CMS through 1.0.431 allows XSS by entering HTML on the Add Posts page.</td><td><a href="https://www.exploit-db.com/exploits/44144">https://www.exploit-db.com/exploits/44144</a></td></tr><tr><td>CVE-2018-7313</td><td>SQL Injection exists in the CW Tags 2.0.6 component for Joomla! via the searchtext array parameter.</td><td><a href="https://www.exploit-db.com/exploits/44158">https://www.exploit-db.com/exploits/44158</a></td></tr><tr><td>CVE-2018-7314</td><td>SQL Injection exists in the PrayerCenter 3.0.2 component for Joomla! via the sessionid parameter, a different vulnerability than CVE-2008-6429.</td><td><a href="https://www.exploit-db.com/exploits/44160">https://www.exploit-db.com/exploits/44160</a></td></tr><tr><td>CVE-2018-7315</td><td>SQL Injection exists in the Ek Rishta 2.9 component for Joomla! via the gender, age1, age2, religion, mothertounge, caste, or country parameter.</td><td><a href="https://www.exploit-db.com/exploits/44161">https://www.exploit-db.com/exploits/44161</a></td></tr><tr><td>CVE-2018-5983</td><td>SQL Injection exists in the JquickContact 1.3.2.2.1 component for Joomla! via a task=refresh&#x26;sid= request.</td><td><a href="https://www.exploit-db.com/exploits/44118">https://www.exploit-db.com/exploits/44118</a></td></tr><tr><td>CVE-2018-6585</td><td>SQL Injection exists in the JTicketing 2.0.16 component for Joomla! via a view=events action with a filter_creator or filter_events_cat parameter.</td><td><a href="https://www.exploit-db.com/exploits/44121">https://www.exploit-db.com/exploits/44121</a></td></tr><tr><td>CVE-2018-9205</td><td>Vulnerability in avatar_uploader v7.x-1.0-beta8 , The code in view.php doesn't verify users or sanitize the file path.</td><td><a href="https://www.exploit-db.com/exploits/44501">https://www.exploit-db.com/exploits/44501</a></td></tr><tr><td>CVE-2018-10109</td><td>Monstra CMS 3.0.4 has a stored XSS vulnerability when an attacker has access to the editor role, and enters the payload in the content section of a new page in the blog catalog.</td><td><a href="https://www.exploit-db.com/exploits/44502">https://www.exploit-db.com/exploits/44502</a></td></tr><tr><td>CVE-2018-10310</td><td>A persistent cross-site scripting vulnerability has been identified in the web interface of the Catapult UK Cookie Consent plugin before 2.3.10 for WordPress that allows the execution of arbitrary HTML/script code in the context of a victim's browser.</td><td><a href="https://www.exploit-db.com/exploits/44503">https://www.exploit-db.com/exploits/44503</a></td></tr><tr><td>CVE-2018-10312</td><td>index.php?m=member&#x26;v=pw_reset in WUZHI CMS 4.1.0 allows CSRF to change the password of a common member.</td><td><a href="https://www.exploit-db.com/exploits/44504">https://www.exploit-db.com/exploits/44504</a></td></tr><tr><td>CVE-2018-9137</td><td>Open-AudIT before 2.2 has CSV Injection.</td><td><a href="https://www.exploit-db.com/exploits/44511">https://www.exploit-db.com/exploits/44511</a></td></tr><tr><td>CVE-2018-10258</td><td>A CSV Injection vulnerability was discovered in Shopy Point of Sale v1.0 that allows a user with low level privileges to inject a command that will be included in the exported CSV file, leading to possible code execution.</td><td><a href="https://www.exploit-db.com/exploits/44534">https://www.exploit-db.com/exploits/44534</a></td></tr><tr><td>CVE-2018-10255</td><td>A CSV Injection vulnerability was discovered in clustercoding Blog Master Pro v1.0 that allows a user with low level privileges to inject a command that will be included in the exported CSV file, leading to possible code execution.</td><td><a href="https://www.exploit-db.com/exploits/44535">https://www.exploit-db.com/exploits/44535</a></td></tr><tr><td>CVE-2018-10257</td><td>A CSV Injection vulnerability was discovered in HRSALE The Ultimate HRM v1.0.2 that allows a user with low level privileges to inject a command that will be included in the exported CSV file, leading to possible code execution.</td><td><a href="https://www.exploit-db.com/exploits/44536">https://www.exploit-db.com/exploits/44536</a></td></tr><tr><td>CVE-2018-10256</td><td>A SQL Injection vulnerability was discovered in HRSALE The Ultimate HRM v1.0.2 that allows a user with low level privileges to directly modify the SQL query.</td><td><a href="https://www.exploit-db.com/exploits/44537">https://www.exploit-db.com/exploits/44537</a></td></tr><tr><td>CVE-2018-10259</td><td>An Authenticated Stored XSS vulnerability was found in HRSALE The Ultimate HRM v1.0.2, exploitable by a low privileged user.</td><td><a href="https://www.exploit-db.com/exploits/44538">https://www.exploit-db.com/exploits/44538</a></td></tr><tr><td>CVE-2018-10260</td><td>A Local File Inclusion vulnerability was found in HRSALE The Ultimate HRM v1.0.2, exploitable by a low privileged user.</td><td><a href="https://www.exploit-db.com/exploits/44539">https://www.exploit-db.com/exploits/44539</a></td></tr><tr><td>CVE-2018-7602</td><td>A remote code execution vulnerability exists within multiple subsystems of Drupal 7.x and 8.x. This potentially allows attackers to exploit multiple attack vectors on a Drupal site, which could result in the site being compromised. This vulnerability is related to Drupal core - Highly critical - Remote Code Execution - SA-CORE-2018-002. Both SA-CORE-2018-002 and this vulnerability are being exploited in the wild.</td><td><a href="https://www.exploit-db.com/exploits/44542">https://www.exploit-db.com/exploits/44542</a></td></tr><tr><td>CVE-2018-10366</td><td>An issue was discovered in the Users (aka Front-end user management) plugin 1.4.5 for October CMS. XSS exists in the name field.</td><td><a href="https://www.exploit-db.com/exploits/44546">https://www.exploit-db.com/exploits/44546</a></td></tr><tr><td>CVE-2018-10365</td><td>An XSS issue was discovered in the Threads to Link plugin 1.3 for MyBB. When editing a thread, the user is given the option to convert the thread to a link. The thread link input box is not properly sanitized.</td><td><a href="https://www.exploit-db.com/exploits/44547">https://www.exploit-db.com/exploits/44547</a></td></tr><tr><td>CVE-2018-10321</td><td>Frog CMS 0.9.5 has a stored Cross Site Scripting Vulnerability via "Admin Site title" in Settings.</td><td><a href="https://www.exploit-db.com/exploits/44551">https://www.exploit-db.com/exploits/44551</a></td></tr><tr><td>CVE-2018-10504</td><td>The WebDorado "Form Maker by WD" plugin before 1.12.24 for WordPress allows CSV injection.</td><td><a href="https://www.exploit-db.com/exploits/44559">https://www.exploit-db.com/exploits/44559</a></td></tr><tr><td>CVE-2018-10309</td><td>The Responsive Cookie Consent plugin before 1.8 for WordPress mishandles number fields, leading to XSS.</td><td><a href="https://www.exploit-db.com/exploits/44563">https://www.exploit-db.com/exploits/44563</a></td></tr><tr><td>CVE-2018-10371</td><td>An issue was discovered in the wunderfarm WF Cookie Consent plugin 1.1.3 for WordPress. A persistent cross-site scripting vulnerability has been identified in the web interface of the plugin that allows the execution of arbitrary HTML/script code to be executed in a victim's web browser via a page title.</td><td><a href="https://www.exploit-db.com/exploits/44585">https://www.exploit-db.com/exploits/44585</a></td></tr><tr><td>CVE-2018-10757</td><td>CSP MySQL User Manager 2.3.1 allows SQL injection, and resultant Authentication Bypass, via a crafted username during a login attempt.</td><td><a href="https://www.exploit-db.com/exploits/44589">https://www.exploit-db.com/exploits/44589</a></td></tr><tr><td>CVE-2018-10580</td><td>The "Latest Posts on Profile" plugin 1.1 for MyBB has XSS because there is an added section in a user profile that displays that user's most recent posts without sanitizing the tsubject (aka thread subject) field.</td><td><a href="https://www.exploit-db.com/exploits/44608">https://www.exploit-db.com/exploits/44608</a></td></tr><tr><td>CVE-2018-9155</td><td>Cross-site scripting (XSS) vulnerability in Open-AudIT Professional 2.1.1 allows remote attackers to inject arbitrary web script or HTML via a crafted name of a component, as demonstrated by the Admin->Logs section (with a logs?logs.type= URI) and the Manage->Attributes section (via the "Name (display)" field to the attributes/create URI).</td><td><a href="https://www.exploit-db.com/exploits/44612">https://www.exploit-db.com/exploits/44612</a></td></tr><tr><td>CVE-2018-10314</td><td>Cross-site scripting (XSS) vulnerability in Open-AudIT Community 2.2.0 allows remote attackers to inject arbitrary web script or HTML via a crafted name of a component, as demonstrated by the action parameter in the Discover -> Audit Scripts -> List Scripts -> Download section.</td><td><a href="https://www.exploit-db.com/exploits/44613">https://www.exploit-db.com/exploits/44613</a></td></tr><tr><td>CVE-2018-10313</td><td>WUZHI CMS 4.1.0 allows persistent XSS via the form%5Bqq_10%5D parameter to the /index.php?m=member&#x26;f=index&#x26;v=profile&#x26;set_iframe=1 URI.</td><td><a href="https://www.exploit-db.com/exploits/44617">https://www.exploit-db.com/exploits/44617</a></td></tr><tr><td>CVE-2018-10311</td><td>A vulnerability was discovered in WUZHI CMS 4.1.0. There is persistent XSS that allows remote attackers to inject arbitrary web script or HTML via the tag[pinyin] parameter to the /index.php?m=tags&#x26;f=index&#x26;v=add URI.</td><td><a href="https://www.exploit-db.com/exploits/44618">https://www.exploit-db.com/exploits/44618</a></td></tr><tr><td>CVE-2018-5430</td><td>The Spring web flows of TIBCO Software Inc.'s TIBCO JasperReports Server, TIBCO JasperReports Server Community Edition, TIBCO JasperReports Server for ActiveMatrix BPM, TIBCO Jaspersoft for AWS with Multi-Tenancy, and TIBCO Jaspersoft Reporting and Analytics for AWS contain a vulnerability which may allow any authenticated user read-only access to the contents of the web application, including key configuration files. Affected releases include TIBCO Software Inc.'s TIBCO JasperReports Server: versions up to and including 6.2.4; 6.3.0; 6.3.2; 6.3.3;6.4.0; 6.4.2, TIBCO JasperReports Server Community Edition: versions up to and including 6.4.2, TIBCO JasperReports Server for ActiveMatrix BPM: versions up to and including 6.4.2, TIBCO Jaspersoft for AWS with Multi-Tenancy: versions up to and including 6.4.2, TIBCO Jaspersoft Reporting and Analytics for AWS: versions up to and including 6.4.2.</td><td><a href="https://www.exploit-db.com/exploits/44623">https://www.exploit-db.com/exploits/44623</a></td></tr><tr><td>CVE-2018-7465</td><td>An XSS issue was discovered in VirtueMart before 3.2.14. All the textareas in the backend of the plugin can be closed by simply adding &#x3C;/textarea> to the value and saving the product/config. By editing back the product/config, the editor's browser will execute everything after the &#x3C;/textarea>, leading to a possible XSS.</td><td><a href="https://www.exploit-db.com/exploits/44625">https://www.exploit-db.com/exploits/44625</a></td></tr><tr><td>CVE-2018-1247</td><td>RSA Authentication Manager Security Console, version 8.3 and earlier, contains a XML External Entity (XXE) vulnerability. This could potentially allow admin users to cause a denial of service or extract server data via injecting a maliciously crafted DTD in an XML file submitted to the application.</td><td><a href="https://www.exploit-db.com/exploits/44634">https://www.exploit-db.com/exploits/44634</a></td></tr><tr><td>CVE-2018-9163</td><td>A stored Cross-site scripting (XSS) vulnerability in Zoho ManageEngine Recovery Manager Plus before 5.3 (Build 5350) allows remote authenticated users (with Add New Technician permissions) to inject arbitrary web script or HTML via the loginName field to technicianAction.do.</td><td><a href="https://www.exploit-db.com/exploits/44666">https://www.exploit-db.com/exploits/44666</a></td></tr><tr><td>CVE-2018-11339</td><td>An XSS issue was discovered in Frappe ERPNext v11.x.x-develop b1036e5 via a comment.</td><td><a href="https://www.exploit-db.com/exploits/44691">https://www.exploit-db.com/exploits/44691</a></td></tr><tr><td>CVE-2018-11443</td><td>The parameter q is affected by Cross-site Scripting in jobcard-ongoing.php in EasyService Billing 1.0.</td><td><a href="https://www.exploit-db.com/exploits/44764">https://www.exploit-db.com/exploits/44764</a></td></tr><tr><td>CVE-2018-11444</td><td>A SQL Injection issue was observed in the parameter "q" in jobcard-ongoing.php in EasyService Billing 1.0.</td><td><a href="https://www.exploit-db.com/exploits/44765">https://www.exploit-db.com/exploits/44765</a></td></tr><tr><td>CVE-2018-11332</td><td>Stored cross-site scripting (XSS) vulnerability in the "Site Name" field found in the "site" tab under configurations in ClipperCMS 1.3.3 allows remote attackers to inject arbitrary web script or HTML via a crafted site name to the manager/processors/save_settings.processor.php file.</td><td><a href="https://www.exploit-db.com/exploits/44775">https://www.exploit-db.com/exploits/44775</a></td></tr><tr><td>CVE-2018-11403</td><td>DomainMod v4.09.03 has XSS via the assets/edit/account-owner.php oid parameter.</td><td><a href="https://www.exploit-db.com/exploits/44782">https://www.exploit-db.com/exploits/44782</a></td></tr><tr><td>CVE-2018-11404</td><td>DomainMod v4.09.03 has XSS via the assets/edit/ssl-provider-account.php sslpaid parameter.</td><td><a href="https://www.exploit-db.com/exploits/44783">https://www.exploit-db.com/exploits/44783</a></td></tr><tr><td>CVE-2018-11512</td><td>Stored cross-site scripting (XSS) vulnerability in the "Website's name" field found in the "Settings" page under the "General" menu in Creatiwity wityCMS 0.6.1 allows remote attackers to inject arbitrary web script or HTML via a crafted website name by doing an authenticated POST HTTP request to admin/settings/general.</td><td><a href="https://www.exploit-db.com/exploits/44790">https://www.exploit-db.com/exploits/44790</a></td></tr><tr><td>CVE-2018-11535</td><td>An issue was discovered in SITEMAKIN SLAC (Site Login and Access Control) v1.0. The parameter "my_item_search" in users.php is exploitable using SQL injection.</td><td><a href="https://www.exploit-db.com/exploits/44793">https://www.exploit-db.com/exploits/44793</a></td></tr><tr><td>CVE-2018-11523</td><td>upload.php on NUUO NVRmini 2 devices allows Arbitrary File Upload, such as upload of .php files.</td><td><a href="https://www.exploit-db.com/exploits/44794">https://www.exploit-db.com/exploits/44794</a></td></tr><tr><td>CVE-2018-11532</td><td>An issue was discovered in the ChangUonDyU Advanced Statistics plugin 1.0.2 for MyBB. changstats.php has XSS, as demonstrated by a subject field.</td><td><a href="https://www.exploit-db.com/exploits/44795">https://www.exploit-db.com/exploits/44795</a></td></tr><tr><td>CVE-2018-11538</td><td>servlet/UserServlet in SearchBlox 8.6.6 has CSRF via the u_name, u_passwd1, u_passwd2, role, and X-XSRF-TOKEN POST parameters because of CSRF Token Bypass.</td><td><a href="https://www.exploit-db.com/exploits/44801">https://www.exploit-db.com/exploits/44801</a></td></tr><tr><td>CVE-2018-11522</td><td>Yosoro 1.0.4 has stored XSS.</td><td><a href="https://www.exploit-db.com/exploits/44803">https://www.exploit-db.com/exploits/44803</a></td></tr><tr><td>CVE-2018-10094</td><td>SQL injection vulnerability in Dolibarr before 7.0.2 allows remote attackers to execute arbitrary SQL commands via vectors involving integer parameters without quotes.</td><td><a href="https://www.exploit-db.com/exploits/44805">https://www.exploit-db.com/exploits/44805</a></td></tr><tr><td>CVE-2018-11670</td><td>An issue was discovered in GreenCMS v2.3.0603. There is a CSRF vulnerability that allows attackers to execute arbitrary PHP code via the content parameter to index.php?m=admin&#x26;c=media&#x26;a=fileconnect.</td><td><a href="https://www.exploit-db.com/exploits/44825">https://www.exploit-db.com/exploits/44825</a></td></tr><tr><td>CVE-2018-11628</td><td>Data input into EMS Master Calendar before 8.0.0.201805210 via URL parameters is not properly sanitized, allowing malicious attackers to send a crafted URL for XSS.</td><td><a href="https://www.exploit-db.com/exploits/44831">https://www.exploit-db.com/exploits/44831</a></td></tr><tr><td>CVE-2018-11715</td><td>The Recent Threads plugin before 1.1 for MyBB allows XSS via a thread subject.</td><td><a href="https://www.exploit-db.com/exploits/44833">https://www.exploit-db.com/exploits/44833</a></td></tr><tr><td>CVE-2018-11581</td><td>Cross-site scripting (XSS) vulnerability on Brother HL series printers allows remote attackers to inject arbitrary web script or HTML via the url parameter to etc/loginerror.html.</td><td><a href="https://www.exploit-db.com/exploits/44839">https://www.exploit-db.com/exploits/44839</a></td></tr><tr><td>CVE-2018-10969</td><td>SQL injection vulnerability in the Pie Register plugin before 3.0.10 for WordPress allows remote attackers to execute arbitrary SQL commands via the invitation codes grid.</td><td><a href="https://www.exploit-db.com/exploits/44867">https://www.exploit-db.com/exploits/44867</a></td></tr><tr><td>CVE-2018-12052</td><td>SQL Injection exists in PHP Scripts Mall Schools Alert Management Script via the q Parameter in get_sec.php.</td><td><a href="https://www.exploit-db.com/exploits/44873">https://www.exploit-db.com/exploits/44873</a></td></tr><tr><td>CVE-2018-12054</td><td>Arbitrary File Read exists in PHP Scripts Mall Schools Alert Management Script via the f parameter in img.php, aka absolute path traversal.</td><td><a href="https://www.exploit-db.com/exploits/44874">https://www.exploit-db.com/exploits/44874</a></td></tr><tr><td>CVE-2018-12095</td><td>A Reflected Cross-Site Scripting web vulnerability has been discovered in the OEcms v3.1 web-application. The vulnerability is located in the mod parameter of info.php.</td><td><a href="https://www.exploit-db.com/exploits/44895">https://www.exploit-db.com/exploits/44895</a></td></tr><tr><td>CVE-2018-12094</td><td>Cross-site scripting (XSS) vulnerability in news.php in Dimofinf CMS Version 3.0.0 allows remote attackers to inject arbitrary web script or HTML via the id parameter.</td><td><a href="https://www.exploit-db.com/exploits/44897">https://www.exploit-db.com/exploits/44897</a></td></tr><tr><td>CVE-2018-12613</td><td>An issue was discovered in phpMyAdmin 4.8.x before 4.8.2, in which an attacker can include (view and potentially execute) files on the server. The vulnerability comes from a portion of code where pages are redirected and loaded within phpMyAdmin, and an improper test for whitelisted pages. An attacker must be authenticated, except in the "$cfg['AllowArbitraryServer'] = true" case (where an attacker can specify any host he/she is already in control of, and execute arbitrary code on phpMyAdmin) and the "$cfg['ServerDefault'] = 0" case (which bypasses the login requirement and runs the vulnerable code without any authentication).</td><td><a href="https://www.exploit-db.com/exploits/44924">https://www.exploit-db.com/exploits/44924</a></td></tr><tr><td>CVE-2018-12613</td><td>An issue was discovered in phpMyAdmin 4.8.x before 4.8.2, in which an attacker can include (view and potentially execute) files on the server. The vulnerability comes from a portion of code where pages are redirected and loaded within phpMyAdmin, and an improper test for whitelisted pages. An attacker must be authenticated, except in the "$cfg['AllowArbitraryServer'] = true" case (where an attacker can specify any host he/she is already in control of, and execute arbitrary code on phpMyAdmin) and the "$cfg['ServerDefault'] = 0" case (which bypasses the login requirement and runs the vulnerable code without any authentication).</td><td><a href="https://www.exploit-db.com/exploits/44928">https://www.exploit-db.com/exploits/44928</a></td></tr><tr><td>CVE-2018-11525</td><td>The plugin "Advanced Order Export For WooCommerce" for WordPress (v1.5.4 and before) is vulnerable to CSV Injection.</td><td><a href="https://www.exploit-db.com/exploits/44931">https://www.exploit-db.com/exploits/44931</a></td></tr><tr><td>CVE-2018-12705</td><td>DIGISOL DG-BR4000NG devices have XSS via the SSID (it is validated only on the client side).</td><td><a href="https://www.exploit-db.com/exploits/44935">https://www.exploit-db.com/exploits/44935</a></td></tr><tr><td>CVE-2018-11526</td><td>The plugin "WordPress Comments Import &#x26; Export" for WordPress (v2.0.4 and before) is vulnerable to CSV Injection.</td><td><a href="https://www.exploit-db.com/exploits/44940">https://www.exploit-db.com/exploits/44940</a></td></tr><tr><td>CVE-2018-12636</td><td>The iThemes Security (better-wp-security) plugin before 7.0.3 for WordPress allows SQL Injection (by attackers with Admin privileges) via the logs page.</td><td><a href="https://www.exploit-db.com/exploits/44943">https://www.exploit-db.com/exploits/44943</a></td></tr><tr><td>CVE-2018-12912</td><td>An issue wan discovered in admin\controllers\database.php in HongCMS 3.0.0. There is a SQL Injection vulnerability via an admin/index.php/database/operate?dbaction=emptytable&#x26;tablename= URI.</td><td><a href="https://www.exploit-db.com/exploits/44953">https://www.exploit-db.com/exploits/44953</a></td></tr><tr><td>CVE-2018-12519</td><td>An issue was discovered in ShopNx through 2017-11-17. The vulnerability allows a remote attacker to upload any malicious file to a Node.js application. An attacker can upload a malicious HTML file that contains a JavaScript payload to steal a user's credentials.</td><td><a href="https://www.exploit-db.com/exploits/44978">https://www.exploit-db.com/exploits/44978</a></td></tr><tr><td>CVE-2018-8738</td><td>Airties 5444 1.0.0.18 and 5444TT 1.0.0.18 devices allow XSS.</td><td><a href="https://www.exploit-db.com/exploits/44986">https://www.exploit-db.com/exploits/44986</a></td></tr><tr><td>CVE-2018-13849</td><td>edit_requests.php in yTakkar Instagram-clone through 2018-04-23 has XSS via an onmouseover payload because of an inadequate XSS protection mechanism based on preg_replace.</td><td><a href="https://www.exploit-db.com/exploits/45003">https://www.exploit-db.com/exploits/45003</a></td></tr><tr><td>CVE-2018-1000638</td><td>MiniCMS version 1.1 contains a Cross Site Scripting (XSS) vulnerability in http://example.org/mc-admin/page.php?date={payload} that can result in code injection.</td><td><a href="https://www.exploit-db.com/exploits/52175">https://www.exploit-db.com/exploits/52175</a></td></tr></tbody></table>


# CVE-2017

<table><thead><tr><th width="173.79998779296875">CVE</th><th width="358.199951171875">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2017-11471</td><td>IDERA Uptime Monitor 7.8 has SQL injection in /gadgets/definitions/uptime.CapacityWhatIfGadget/getmetrics.php via the element parameter.</td><td><a href="https://www.exploit-db.com/exploits/44071">https://www.exploit-db.com/exploits/44071</a></td></tr><tr><td>CVE-2017-11502</td><td>Technicolor DPC3928AD DOCSIS devices allow remote attackers to read arbitrary files via a request starting with "GET /../" on TCP port 4321.</td><td><a href="https://www.exploit-db.com/exploits/44070">https://www.exploit-db.com/exploits/44070</a></td></tr><tr><td>CVE-2017-11467</td><td>OrientDB through 2.2.22 does not enforce privilege requirements during "where" or "fetchplan" or "order by" use, which allows remote attackers to execute arbitrary OS commands via a crafted request.</td><td><a href="https://www.exploit-db.com/exploits/44068">https://www.exploit-db.com/exploits/44068</a></td></tr><tr><td>CVE-2017-3897</td><td>A Code Injection vulnerability in the non-certificate-based authentication mechanism in McAfee Live Safe versions prior to 16.0.3 and McAfee Security Scan Plus (MSS+) versions prior to 3.11.599.3 allows network attackers to perform a malicious file execution via a HTTP backend-response.</td><td><a href="https://www.exploit-db.com/exploits/44067">https://www.exploit-db.com/exploits/44067</a></td></tr><tr><td>CVE-2017-12854</td><td>No summary available for this CVE</td><td><a href="https://www.exploit-db.com/exploits/44065">https://www.exploit-db.com/exploits/44065</a></td></tr><tr><td>CVE-2017-7950</td><td>Nitro Pro 11.0.3 and earlier allows remote attackers to cause a denial of service (application crash) via a crafted PCX file.</td><td><a href="https://www.exploit-db.com/exploits/44063">https://www.exploit-db.com/exploits/44063</a></td></tr><tr><td>CVE-2017-14335</td><td>On Beijing Hanbang Hanbanggaoke devices, because user-controlled input is not sufficiently sanitized, sending a PUT request to /ISAPI/Security/users/1 allows an admin password change.</td><td><a href="https://www.exploit-db.com/exploits/44061">https://www.exploit-db.com/exploits/44061</a></td></tr><tr><td>CVE-2017-13068</td><td>QNAP has already patched this vulnerability. This security concern allows a remote attacker to perform an SQL injection on the application and obtain Helpdesk application information. A remote attacker does not require any privileges to successfully execute this attack.</td><td><a href="https://www.exploit-db.com/exploits/44060">https://www.exploit-db.com/exploits/44060</a></td></tr><tr><td>CVE-2017-15579</td><td>In PHPSUGAR PHP Melody before 2.7.3, SQL Injection exists via an aa_pages_per_page cookie in a playlist action to watch.php.</td><td><a href="https://www.exploit-db.com/exploits/44056">https://www.exploit-db.com/exploits/44056</a></td></tr><tr><td>CVE-2017-14960</td><td>xDashboard in OpenText Document Sciences xPression (formerly EMC Document Sciences xPression) v4.5SP1 Patch 13 has SQL Injection.</td><td><a href="https://www.exploit-db.com/exploits/43422">https://www.exploit-db.com/exploits/43422</a></td></tr><tr><td>CVE-2017-16934</td><td>The web server on DBL DBLTek devices allows remote attackers to execute arbitrary OS commands by obtaining the admin password via a frame.html?content=/dev/mtdblock/5 request, and then using this password for the HTTP Basic Authentication needed for a change_password.csp request, which supports a "&#x3C;%%25call system.exec:" string in the passwd parameter.</td><td><a href="https://www.exploit-db.com/exploits/44051">https://www.exploit-db.com/exploits/44051</a></td></tr><tr><td>CVE-2017-16935</td><td>Ametys before 4.0.3 requires authentication only for URIs containing a /cms/ substring, which allows remote attackers to bypass intended access restrictions via a direct request to /plugins/core-ui/servercomm/messages.xml, as demonstrated by changing the admin password by obtaining account details via a users/search.json request, and then modifying the account via an editUser request.</td><td><a href="https://www.exploit-db.com/exploits/44050">https://www.exploit-db.com/exploits/44050</a></td></tr><tr><td>CVE-2017-16716</td><td>A SQL Injection issue was discovered in WebAccess versions prior to 8.3. WebAccess does not properly sanitize its inputs for SQL commands.</td><td><a href="https://www.exploit-db.com/exploits/43928">https://www.exploit-db.com/exploits/43928</a></td></tr><tr><td>CVE-2017-17612</td><td>Hot Scripts Clone 3.1 has SQL Injection via the /categories subctid or mctid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43916">https://www.exploit-db.com/exploits/43916</a></td></tr><tr><td>CVE-2017-16921</td><td>In OTRS 6.0.x up to and including 6.0.1, OTRS 5.0.x up to and including 5.0.24, and OTRS 4.0.x up to and including 4.0.26, an attacker who is logged into OTRS as an agent can manipulate form parameters (related to PGP) and execute arbitrary shell commands with the permissions of the OTRS or web server user.</td><td><a href="https://www.exploit-db.com/exploits/43853">https://www.exploit-db.com/exploits/43853</a></td></tr><tr><td>CVE-2017-15374</td><td>Shopware v5.2.5 - v5.3 is vulnerable to cross site scripting in the customer and order section of the content management system backend modules. Remote attackers are able to inject malicious script code into the firstname, lastname, or order input fields to provoke persistent execution in the customer and orders section of the backend. The execution occurs in the administrator backend listing when processing a preview of the customers (kunden) or orders (bestellungen). The injection can be performed interactively via user registration or by manipulation of the order information inputs. The issue can be exploited by low privileged user accounts against higher privileged (admin or moderator) accounts.</td><td><a href="https://www.exploit-db.com/exploits/43849">https://www.exploit-db.com/exploits/43849</a></td></tr><tr><td>CVE-2017-17999</td><td>SQL injection vulnerability in RISE Ultimate Project Manager 1.9 allows remote attackers to execute arbitrary SQL commands via the search parameter to index.php/knowledge_base/get_article_suggestion/.</td><td><a href="https://www.exploit-db.com/exploits/43591">https://www.exploit-db.com/exploits/43591</a></td></tr><tr><td>CVE-2017-17976</td><td>In Utilities.php in Perfex CRM 1.9.7, Unrestricted file upload can lead to remote code execution.</td><td><a href="https://www.exploit-db.com/exploits/43590">https://www.exploit-db.com/exploits/43590</a></td></tr><tr><td>CVE-2017-17970</td><td>Multiple SQL injection vulnerabilities in Muviko 1.1 allow remote attackers to execute arbitrary SQL commands via the (1) email parameter to login.php; the (2) season_id parameter to themes/flixer/ajax/load_season.php; the (3) movie_id parameter to themes/flixer/ajax/get_rating.php; the (4) rating or (5) movie_id parameter to themes/flixer/ajax/update_rating.php; or the (6) id parameter to themes/flixer/ajax/set_player_source.php.</td><td><a href="https://www.exploit-db.com/exploits/43477">https://www.exploit-db.com/exploits/43477</a></td></tr><tr><td>CVE-2017-9554</td><td>An information exposure vulnerability in forget_passwd.cgi in Synology DiskStation Manager (DSM) before 6.1.3-15152 allows remote attackers to enumerate valid usernames via unspecified vectors.</td><td><a href="https://www.exploit-db.com/exploits/43455">https://www.exploit-db.com/exploits/43455</a></td></tr><tr><td>CVE-2017-7997</td><td>Multiple SQL injection vulnerabilities in Gespage before 7.4.9 allow remote attackers to execute arbitrary SQL commands via the (1) show_prn parameter to webapp/users/prnow.jsp or show_month parameter to (2) webapp/users/blhistory.jsp or (3) webapp/users/prhistory.jsp.</td><td><a href="https://www.exploit-db.com/exploits/43447">https://www.exploit-db.com/exploits/43447</a></td></tr><tr><td>CVE-2017-17098</td><td>The writeLog function in fn_common.php in gps-server.net GPS Tracking Software (self hosted) through 3.0 allows remote attackers to inject arbitrary PHP code via a crafted request that is mishandled during admin log viewing, as demonstrated by &#x3C;?php system($_GET[cmd]); ?> in a login request.</td><td><a href="https://www.exploit-db.com/exploits/43431">https://www.exploit-db.com/exploits/43431</a></td></tr><tr><td>CVE-2017-17875</td><td>The JEXTN FAQ Pro extension 4.0.0 for Joomla! has SQL Injection via the id parameter in a view=category action.</td><td><a href="https://www.exploit-db.com/exploits/43393">https://www.exploit-db.com/exploits/43393</a></td></tr><tr><td>CVE-2017-17721</td><td>CWEBNET/WOSummary/List in ZUUSE BEIMS ContractorWeb .NET 5.18.0.0 allows SQL injection via the tradestatus, assetno, assignto, building, domain, jobtype, site, trade, woType, workorderno, or workorderstatus parameter.</td><td><a href="https://www.exploit-db.com/exploits/43379">https://www.exploit-db.com/exploits/43379</a></td></tr><tr><td>CVE-2017-17752</td><td>Ability Mail Server 3.3.2 has Cross Site Scripting (XSS) via the body of an e-mail message, with JavaScript code executed on the Read Mail screen (aka the /_readmail URI). This is fixed in version 4.2.4.</td><td><a href="https://www.exploit-db.com/exploits/43378">https://www.exploit-db.com/exploits/43378</a></td></tr><tr><td>CVE-2017-17739</td><td>The BrightSign Digital Signage (4k242) device (Firmware 6.2.63 and below) has directory traversal via the /storage.html rp parameter, allowing an attacker to read or write to files.</td><td><a href="https://www.exploit-db.com/exploits/43364">https://www.exploit-db.com/exploits/43364</a></td></tr><tr><td>CVE-2017-17672</td><td>In vBulletin through 5.3.x, there is an unauthenticated deserialization vulnerability that leads to arbitrary file deletion and, under certain circumstances, code execution, because of unsafe usage of PHP's unserialize() in vB_Library_Template's cacheTemplates() function, which is a publicly exposed API. This is exploited with the templateidlist parameter to ajax/api/template/cacheTemplates.</td><td><a href="https://www.exploit-db.com/exploits/43362">https://www.exploit-db.com/exploits/43362</a></td></tr><tr><td>CVE-2017-10682</td><td>SQL injection vulnerability in the administrative backend in Piwigo through 2.9.1 allows remote users to execute arbitrary SQL commands via the cat_false or cat_true parameter in the comments or status page to cat_options.php.</td><td><a href="https://www.exploit-db.com/exploits/43337">https://www.exploit-db.com/exploits/43337</a></td></tr><tr><td>CVE-2017-17645</td><td>Bus Booking Script 1.0 has SQL Injection via the txtname parameter to admin/index.php.</td><td><a href="https://www.exploit-db.com/exploits/43336">https://www.exploit-db.com/exploits/43336</a></td></tr><tr><td>CVE-2017-17643</td><td>FS Lynda Clone 1.0 has SQL Injection via the keywords parameter to tutorial/.</td><td><a href="https://www.exploit-db.com/exploits/43335">https://www.exploit-db.com/exploits/43335</a></td></tr><tr><td>CVE-2017-17651</td><td>Paid To Read Script 2.0.5 has SQL Injection via the admin/userview.php uid parameter, the admin/viewemcamp.php fnum parameter, or the admin/viewvisitcamp.php fn parameter.</td><td><a href="https://www.exploit-db.com/exploits/43334">https://www.exploit-db.com/exploits/43334</a></td></tr><tr><td>CVE-2017-17649</td><td>Readymade Video Sharing Script 3.2 has HTML Injection via the single-video-detail.php comment parameter.</td><td><a href="https://www.exploit-db.com/exploits/43333">https://www.exploit-db.com/exploits/43333</a></td></tr><tr><td>CVE-2017-16787</td><td>The Web Configuration Utility in Meinberg LANTIME devices with firmware before 6.24.004 allows remote attackers to read arbitrary files by leveraging failure to restrict URL access.</td><td><a href="https://www.exploit-db.com/exploits/43332">https://www.exploit-db.com/exploits/43332</a></td></tr><tr><td>CVE-2017-17872</td><td>The JEXTN Video Gallery extension 3.0.5 for Joomla! has SQL Injection via the id parameter in a view=category action.</td><td><a href="https://www.exploit-db.com/exploits/43330">https://www.exploit-db.com/exploits/43330</a></td></tr><tr><td>CVE-2017-17871</td><td>The "JEXTN Question And Answer" extension 3.1.0 for Joomla! has SQL Injection via the an parameter in a view=tags action, or the ques-srch parameter.</td><td><a href="https://www.exploit-db.com/exploits/43329">https://www.exploit-db.com/exploits/43329</a></td></tr><tr><td>CVE-2017-17870</td><td>The JBuildozer extension 1.4.1 for Joomla! has SQL Injection via the appid parameter in an entriessearch action.</td><td><a href="https://www.exploit-db.com/exploits/43323">https://www.exploit-db.com/exploits/43323</a></td></tr><tr><td>CVE-2017-17873</td><td>Vanguard Marketplace Digital Products PHP 1.4 has SQL Injection via the PATH_INFO to the /p URI.</td><td><a href="https://www.exploit-db.com/exploits/43316">https://www.exploit-db.com/exploits/43316</a></td></tr><tr><td>CVE-2017-17642</td><td>Basic Job Site Script 2.0.5 has SQL Injection via the keyword parameter to /job.</td><td><a href="https://www.exploit-db.com/exploits/43314">https://www.exploit-db.com/exploits/43314</a></td></tr><tr><td>CVE-2017-17641</td><td>Resume Clone Script 2.0.5 has SQL Injection via the preview.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43312">https://www.exploit-db.com/exploits/43312</a></td></tr><tr><td>CVE-2017-17640</td><td>Advanced World Database 2.0.5 has SQL Injection via the city.php country or state parameter, or the state.php country parameter.</td><td><a href="https://www.exploit-db.com/exploits/43311">https://www.exploit-db.com/exploits/43311</a></td></tr><tr><td>CVE-2017-17640</td><td>Advanced World Database 2.0.5 has SQL Injection via the city.php country or state parameter, or the state.php country parameter.</td><td><a href="https://www.exploit-db.com/exploits/43311">https://www.exploit-db.com/exploits/43311</a></td></tr><tr><td>CVE-2017-17639</td><td>Muslim Matrimonial Script 3.02 has SQL Injection via the success-story.php succid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43310">https://www.exploit-db.com/exploits/43310</a></td></tr><tr><td>CVE-2017-17638</td><td>Groupon Clone Script 3.01 has SQL Injection via the city_ajax.php state_id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43309">https://www.exploit-db.com/exploits/43309</a></td></tr><tr><td>CVE-2017-17637</td><td>Car Rental Script 2.0.4 has SQL Injection via the countrycode1.php val parameter.</td><td><a href="https://www.exploit-db.com/exploits/43308">https://www.exploit-db.com/exploits/43308</a></td></tr><tr><td>CVE-2017-17636</td><td>MLM Forced Matrix 2.0.9 has SQL Injection via the news-detail.php newid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43307">https://www.exploit-db.com/exploits/43307</a></td></tr><tr><td>CVE-2017-17635</td><td>MLM Forex Market Plan Script 2.0.4 has SQL Injection via the news_detail.php newid parameter or the event_detail.php eventid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43306">https://www.exploit-db.com/exploits/43306</a></td></tr><tr><td>CVE-2017-17604</td><td>Entrepreneur Bus Booking Script 3.0.4 has SQL Injection via the booker_details.php sourcebus parameter.</td><td><a href="https://www.exploit-db.com/exploits/43305">https://www.exploit-db.com/exploits/43305</a></td></tr><tr><td>CVE-2017-17603</td><td>Advanced Real Estate Script 4.0.7 has SQL Injection via the search-results.php Projectmain, proj_type, searchtext, sell_price, or maxprice parameter.</td><td><a href="https://www.exploit-db.com/exploits/43304">https://www.exploit-db.com/exploits/43304</a></td></tr><tr><td>CVE-2017-17634</td><td>Single Theater Booking Script 3.2.1 has SQL Injection via the findcity.php q parameter.</td><td><a href="https://www.exploit-db.com/exploits/43302">https://www.exploit-db.com/exploits/43302</a></td></tr><tr><td>CVE-2017-17633</td><td>Multiplex Movie Theater Booking Script 3.1.5 has SQL Injection via the trailer-detail.php moid parameter, show-time.php moid parameter, or event-detail.php eid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43301">https://www.exploit-db.com/exploits/43301</a></td></tr><tr><td>CVE-2017-17632</td><td>Responsive Events And Movie Ticket Booking Script 3.2.1 has SQL Injection via the findcity.php q parameter.</td><td><a href="https://www.exploit-db.com/exploits/43300">https://www.exploit-db.com/exploits/43300</a></td></tr><tr><td>CVE-2017-17631</td><td>Multireligion Responsive Matrimonial 4.7.2 has SQL Injection via the success-story.php succid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43299">https://www.exploit-db.com/exploits/43299</a></td></tr><tr><td>CVE-2017-17628</td><td>Responsive Realestate Script 3.2 has SQL Injection via the property-list tbud parameter.</td><td><a href="https://www.exploit-db.com/exploits/43297">https://www.exploit-db.com/exploits/43297</a></td></tr><tr><td>CVE-2017-17627</td><td>Readymade Video Sharing Script 3.2 has SQL Injection via the single-video-detail.php report_videos array parameter.</td><td><a href="https://www.exploit-db.com/exploits/43296">https://www.exploit-db.com/exploits/43296</a></td></tr><tr><td>CVE-2017-17626</td><td>Readymade PHP Classified Script 3.3 has SQL Injection via the /categories subctid or mctid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43295">https://www.exploit-db.com/exploits/43295</a></td></tr><tr><td>CVE-2017-17625</td><td>Professional Service Script 1.0 has SQL Injection via the service-list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43294">https://www.exploit-db.com/exploits/43294</a></td></tr><tr><td>CVE-2017-17624</td><td>PHP Multivendor Ecommerce 1.0 has SQL Injection via the single_detail.php sid parameter, or the category.php searchcat or chid1 parameter.</td><td><a href="https://www.exploit-db.com/exploits/43293">https://www.exploit-db.com/exploits/43293</a></td></tr><tr><td>CVE-2017-17623</td><td>Opensource Classified Ads Script 3.2 has SQL Injection via the advance_result.php keyword parameter.</td><td><a href="https://www.exploit-db.com/exploits/43292">https://www.exploit-db.com/exploits/43292</a></td></tr><tr><td>CVE-2017-17622</td><td>Online Exam Test Application Script 1.6 has SQL Injection via the exams.php sort parameter.</td><td><a href="https://www.exploit-db.com/exploits/43291">https://www.exploit-db.com/exploits/43291</a></td></tr><tr><td>CVE-2017-17621</td><td>Multivendor Penny Auction Clone Script 1.0 has SQL Injection via the PATH_INFO to the /detail URI.</td><td><a href="https://www.exploit-db.com/exploits/43290">https://www.exploit-db.com/exploits/43290</a></td></tr><tr><td>CVE-2017-17620</td><td>Lawyer Search Script 1.1 has SQL Injection via the /lawyer-list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43289">https://www.exploit-db.com/exploits/43289</a></td></tr><tr><td>CVE-2017-17619</td><td>Laundry Booking Script 1.0 has SQL Injection via the /list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43288">https://www.exploit-db.com/exploits/43288</a></td></tr><tr><td>CVE-2017-17629</td><td>Secure E-commerce Script 2.0.1 has SQL Injection via the category.php searchmain or searchcat parameter, or the single_detail.php sid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43287">https://www.exploit-db.com/exploits/43287</a></td></tr><tr><td>CVE-2017-17618</td><td>Kickstarter Clone Script 2.0 has SQL Injection via the investcalc.php projid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43286">https://www.exploit-db.com/exploits/43286</a></td></tr><tr><td>CVE-2017-17617</td><td>Foodspotting Clone Script 1.0 has SQL Injection via the quicksearch.php q parameter.</td><td><a href="https://www.exploit-db.com/exploits/43285">https://www.exploit-db.com/exploits/43285</a></td></tr><tr><td>CVE-2017-17612</td><td>Hot Scripts Clone 3.1 has SQL Injection via the /categories subctid or mctid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43284">https://www.exploit-db.com/exploits/43284</a></td></tr><tr><td>CVE-2017-17613</td><td>Freelance Website Script 2.0.6 has SQL Injection via the jobdetails.php pr_id parameter or the searchbycat_list.php catid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43283">https://www.exploit-db.com/exploits/43283</a></td></tr><tr><td>CVE-2017-17630</td><td>Yoga Class Script 1.0 has SQL Injection via the /list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43282">https://www.exploit-db.com/exploits/43282</a></td></tr><tr><td>CVE-2017-17614</td><td>Food Order Script 1.0 has SQL Injection via the /list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43281">https://www.exploit-db.com/exploits/43281</a></td></tr><tr><td>CVE-2017-17615</td><td>Facebook Clone Script 1.0 has SQL Injection via the friend-profile.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43280">https://www.exploit-db.com/exploits/43280</a></td></tr><tr><td>CVE-2017-17616</td><td>Event Search Script 1.0 has SQL Injection via the /event-list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43279">https://www.exploit-db.com/exploits/43279</a></td></tr><tr><td>CVE-2017-17648</td><td>Entrepreneur Dating Script 2.0.1 has SQL Injection via the search_result.php marital, gender, country, or profileid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43278">https://www.exploit-db.com/exploits/43278</a></td></tr><tr><td>CVE-2017-17610</td><td>E-commerce MLM Software 1.0 has SQL Injection via the service_detail.php pid parameter, event_detail.php eventid parameter, or news_detail.php newid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43277">https://www.exploit-db.com/exploits/43277</a></td></tr><tr><td>CVE-2017-17611</td><td>Doctor Search Script 1.0 has SQL Injection via the /list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43276">https://www.exploit-db.com/exploits/43276</a></td></tr><tr><td>CVE-2017-17596</td><td>Entrepreneur Job Portal Script 2.0.6 has SQL Injection via the jobsearch_all.php rid1 parameter.</td><td><a href="https://www.exploit-db.com/exploits/43275">https://www.exploit-db.com/exploits/43275</a></td></tr><tr><td>CVE-2017-17605</td><td>Consumer Complaints Clone Script 1.0 has SQL Injection via the other-user-profile.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43274">https://www.exploit-db.com/exploits/43274</a></td></tr><tr><td>CVE-2017-17606</td><td>Co-work Space Search Script 1.0 has SQL Injection via the /list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43273">https://www.exploit-db.com/exploits/43273</a></td></tr><tr><td>CVE-2017-17607</td><td>CMS Auditor Website 1.0 has SQL Injection via the PATH_INFO to /news-detail.</td><td><a href="https://www.exploit-db.com/exploits/43272">https://www.exploit-db.com/exploits/43272</a></td></tr><tr><td>CVE-2017-17608</td><td>Child Care Script 1.0 has SQL Injection via the /list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43271">https://www.exploit-db.com/exploits/43271</a></td></tr><tr><td>CVE-2017-17609</td><td>Chartered Accountant Booking Script 1.0 has SQL Injection via the /service-list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43270">https://www.exploit-db.com/exploits/43270</a></td></tr><tr><td>CVE-2017-17601</td><td>Cab Booking Script 1.0 has SQL Injection via the /service-list city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43269">https://www.exploit-db.com/exploits/43269</a></td></tr><tr><td>CVE-2017-17597</td><td>Nearbuy Clone Script 3.2 has SQL Injection via the category_list.php search parameter.</td><td><a href="https://www.exploit-db.com/exploits/43268">https://www.exploit-db.com/exploits/43268</a></td></tr><tr><td>CVE-2017-17595</td><td>Beauty Parlour Booking Script 1.0 has SQL Injection via the /list gender or city parameter.</td><td><a href="https://www.exploit-db.com/exploits/43267">https://www.exploit-db.com/exploits/43267</a></td></tr><tr><td>CVE-2017-17600</td><td>Basic B2B Script 2.0.8 has SQL Injection via the product_details.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43266">https://www.exploit-db.com/exploits/43266</a></td></tr><tr><td>CVE-2017-17598</td><td>Affiliate MLM Script 1.0 has SQL Injection via the product-category.php key parameter.</td><td><a href="https://www.exploit-db.com/exploits/43265">https://www.exploit-db.com/exploits/43265</a></td></tr><tr><td>CVE-2017-17599</td><td>Advance Online Learning Management Script 3.1 has SQL Injection via the courselist.php subcatid or popcourseid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43264">https://www.exploit-db.com/exploits/43264</a></td></tr><tr><td>CVE-2017-17602</td><td>Advance B2B Script 2.1.3 has SQL Injection via the tradeshow-list-detail.php show_id or view-product.php pid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43263">https://www.exploit-db.com/exploits/43263</a></td></tr><tr><td>CVE-2017-17571</td><td>FS Foodpanda Clone 1.0 has SQL Injection via the /food keywords parameter.</td><td><a href="https://www.exploit-db.com/exploits/43262">https://www.exploit-db.com/exploits/43262</a></td></tr><tr><td>CVE-2017-17570</td><td>FS Expedia Clone 1.0 has SQL Injection via the pages.php or content.php id parameter, or the show-flight-result.php fl_orig or fl_dest parameter.</td><td><a href="https://www.exploit-db.com/exploits/43261">https://www.exploit-db.com/exploits/43261</a></td></tr><tr><td>CVE-2017-8841</td><td>Arbitrary file deletion exists on Peplink Balance 305, 380, 580, 710, 1350, and 2500 devices with firmware before fw-b305hw2_380hw6_580hw2_710hw3_1350hw2_2500-7.0.1-build2093. The attack methodology is absolute path traversal in cgi-bin/MANGA/firmware_process.cgi via the upfile.path parameter.</td><td><a href="https://www.exploit-db.com/exploits/42130">https://www.exploit-db.com/exploits/42130</a></td></tr><tr><td>CVE-2017-8840</td><td>Arbitrary file deletion exists on Peplink Balance 305, 380, 580, 710, 1350, and 2500 devices with firmware before fw-b305hw2_380hw6_580hw2_710hw3_1350hw2_2500-7.0.1-build2093. The attack methodology is absolute path traversal in cgi-bin/MANGA/firmware_process.cgi via the upfile.path parameter.</td><td><a href="https://www.exploit-db.com/exploits/42130">https://www.exploit-db.com/exploits/42130</a></td></tr><tr><td>CVE-2017-8839</td><td>Arbitrary file deletion exists on Peplink Balance 305, 380, 580, 710, 1350, and 2500 devices with firmware before fw-b305hw2_380hw6_580hw2_710hw3_1350hw2_2500-7.0.1-build2093. The attack methodology is absolute path traversal in cgi-bin/MANGA/firmware_process.cgi via the upfile.path parameter.</td><td><a href="https://www.exploit-db.com/exploits/42130">https://www.exploit-db.com/exploits/42130</a></td></tr><tr><td>CVE-2017-8838</td><td>Arbitrary file deletion exists on Peplink Balance 305, 380, 580, 710, 1350, and 2500 devices with firmware before fw-b305hw2_380hw6_580hw2_710hw3_1350hw2_2500-7.0.1-build2093. The attack methodology is absolute path traversal in cgi-bin/MANGA/firmware_process.cgi via the upfile.path parameter.</td><td><a href="https://www.exploit-db.com/exploits/42130">https://www.exploit-db.com/exploits/42130</a></td></tr><tr><td>CVE-2017-8837</td><td>Arbitrary file deletion exists on Peplink Balance 305, 380, 580, 710, 1350, and 2500 devices with firmware before fw-b305hw2_380hw6_580hw2_710hw3_1350hw2_2500-7.0.1-build2093. The attack methodology is absolute path traversal in cgi-bin/MANGA/firmware_process.cgi via the upfile.path parameter.</td><td><a href="https://www.exploit-db.com/exploits/42130">https://www.exploit-db.com/exploits/42130</a></td></tr><tr><td>CVE-2017-8836</td><td>Arbitrary file deletion exists on Peplink Balance 305, 380, 580, 710, 1350, and 2500 devices with firmware before fw-b305hw2_380hw6_580hw2_710hw3_1350hw2_2500-7.0.1-build2093. The attack methodology is absolute path traversal in cgi-bin/MANGA/firmware_process.cgi via the upfile.path parameter.</td><td><a href="https://www.exploit-db.com/exploits/42130">https://www.exploit-db.com/exploits/42130</a></td></tr><tr><td>CVE-2017-8835</td><td>Arbitrary file deletion exists on Peplink Balance 305, 380, 580, 710, 1350, and 2500 devices with firmware before fw-b305hw2_380hw6_580hw2_710hw3_1350hw2_2500-7.0.1-build2093. The attack methodology is absolute path traversal in cgi-bin/MANGA/firmware_process.cgi via the upfile.path parameter.</td><td><a href="https://www.exploit-db.com/exploits/42130">https://www.exploit-db.com/exploits/42130</a></td></tr><tr><td>CVE-2017-9414</td><td>Cross-site request forgery (CSRF) vulnerability in the Subscribe to Podcast feature in Subsonic 6.1.1 allows remote attackers to hijack the authentication of unspecified victims for requests that conduct cross-site scripting (XSS) attacks or possibly have unspecified other impact via the name parameter to playerSettings.view.</td><td><a href="https://www.exploit-db.com/exploits/42120">https://www.exploit-db.com/exploits/42120</a></td></tr><tr><td>CVE-2017-6529</td><td>An issue was discovered in dnaTools dnaLIMS 4-2015s13. dnaLIMS is vulnerable to session hijacking by guessing the UID parameter.</td><td><a href="https://www.exploit-db.com/exploits/41578">https://www.exploit-db.com/exploits/41578</a></td></tr><tr><td>CVE-2017-17577</td><td>FS Trademe Clone 1.0 has SQL Injection via the search_item.php search parameter or the general_item_details.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43260">https://www.exploit-db.com/exploits/43260</a></td></tr><tr><td>CVE-2017-17572</td><td>FS Amazon Clone 1.0 has SQL Injection via the PATH_INFO to /VerAyari.</td><td><a href="https://www.exploit-db.com/exploits/43259">https://www.exploit-db.com/exploits/43259</a></td></tr><tr><td>CVE-2017-17574</td><td>FS Care Clone 1.0 has SQL Injection via the searchJob.php jobType or jobFrequency parameter.</td><td><a href="https://www.exploit-db.com/exploits/43258">https://www.exploit-db.com/exploits/43258</a></td></tr><tr><td>CVE-2017-17578</td><td>FS Crowdfunding Script 1.0 has SQL Injection via the latest_news_details.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43257">https://www.exploit-db.com/exploits/43257</a></td></tr><tr><td>CVE-2017-17573</td><td>FS Ebay Clone 1.0 has SQL Injection via the product.php id parameter, or the search.php category_id or sub_category_id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43256">https://www.exploit-db.com/exploits/43256</a></td></tr><tr><td>CVE-2017-17579</td><td>FS Freelancer Clone 1.0 has SQL Injection via the profile.php u parameter.</td><td><a href="https://www.exploit-db.com/exploits/43255">https://www.exploit-db.com/exploits/43255</a></td></tr><tr><td>CVE-2017-17576</td><td>FS Gigs Script 1.0 has SQL Injection via the browse-category.php cat parameter, browse-scategory.php sc parameter, or service-provider.php ser parameter.</td><td><a href="https://www.exploit-db.com/exploits/43254">https://www.exploit-db.com/exploits/43254</a></td></tr><tr><td>CVE-2017-17575</td><td>FS Groupon Clone 1.0 has SQL Injection via the item_details.php id parameter or the vendor_details.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43253">https://www.exploit-db.com/exploits/43253</a></td></tr><tr><td>CVE-2017-17582</td><td>FS Grubhub Clone 1.0 has SQL Injection via the /food keywords parameter.</td><td><a href="https://www.exploit-db.com/exploits/43252">https://www.exploit-db.com/exploits/43252</a></td></tr><tr><td>CVE-2017-17588</td><td>FS IMDB Clone 1.0 has SQL Injection via the movie.php f parameter, tvshow.php s parameter, or show_misc_video.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43251">https://www.exploit-db.com/exploits/43251</a></td></tr><tr><td>CVE-2017-17587</td><td>FS Indiamart Clone 1.0 has SQL Injection via the catcompany.php token parameter, buyleads-details.php id parameter, or company/index.php c parameter.</td><td><a href="https://www.exploit-db.com/exploits/43250">https://www.exploit-db.com/exploits/43250</a></td></tr><tr><td>CVE-2017-17580</td><td>FS Linkedin Clone 1.0 has SQL Injection via the group.php grid parameter, profile.php fid parameter, or company_details.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43249">https://www.exploit-db.com/exploits/43249</a></td></tr><tr><td>CVE-2017-17584</td><td>FS Makemytrip Clone 1.0 has SQL Injection via the show-flight-result.php fl_orig or fl_dest parameter.</td><td><a href="https://www.exploit-db.com/exploits/43246">https://www.exploit-db.com/exploits/43246</a></td></tr><tr><td>CVE-2017-17585</td><td>FS Monster Clone 1.0 has SQL Injection via the Employer_Details.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43245">https://www.exploit-db.com/exploits/43245</a></td></tr><tr><td>CVE-2017-17586</td><td>FS Olx Clone 1.0 has SQL Injection via the subpage.php scat parameter or the message.php pid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43244">https://www.exploit-db.com/exploits/43244</a></td></tr><tr><td>CVE-2017-17581</td><td>FS Quibids Clone 1.0 has SQL Injection via the itechd.php productid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43243">https://www.exploit-db.com/exploits/43243</a></td></tr><tr><td>CVE-2017-17583</td><td>FS Shutterstock Clone 1.0 has SQL Injection via the /Category keywords parameter.</td><td><a href="https://www.exploit-db.com/exploits/43242">https://www.exploit-db.com/exploits/43242</a></td></tr><tr><td>CVE-2017-17590</td><td>FS Stackoverflow Clone 1.0 has SQL Injection via the /question keywords parameter.</td><td><a href="https://www.exploit-db.com/exploits/43241">https://www.exploit-db.com/exploits/43241</a></td></tr><tr><td>CVE-2017-17589</td><td>FS Thumbtack Clone 1.0 has SQL Injection via the browse-category.php cat parameter or the browse-scategory.php sc parameter.</td><td><a href="https://www.exploit-db.com/exploits/43240">https://www.exploit-db.com/exploits/43240</a></td></tr><tr><td>CVE-2017-17591</td><td>Realestate Crowdfunding Script 2.7.2 has SQL Injection via the single-cause.php pid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43239">https://www.exploit-db.com/exploits/43239</a></td></tr><tr><td>CVE-2017-17592</td><td>Website Auction Marketplace 2.0.5 has SQL Injection via the search.php cat_id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43238">https://www.exploit-db.com/exploits/43238</a></td></tr><tr><td>CVE-2017-17594</td><td>DomainSale PHP Script 1.0 has SQL Injection via the domain.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43235">https://www.exploit-db.com/exploits/43235</a></td></tr><tr><td>CVE-2017-17111</td><td>Posty Readymade Classifieds Script 1.0 allows an attacker to inject SQL commands via a listings.php?catid= or ads-details.php?ID= request.</td><td><a href="https://www.exploit-db.com/exploits/43212">https://www.exploit-db.com/exploits/43212</a></td></tr><tr><td>CVE-2017-17110</td><td>Techno Portfolio Management Panel 1.0 allows an attacker to inject SQL commands via a single.php?id= request.</td><td><a href="https://www.exploit-db.com/exploits/43211">https://www.exploit-db.com/exploits/43211</a></td></tr><tr><td>CVE-2017-17055</td><td>Artica Web Proxy before 3.06.112911 allows remote attackers to execute arbitrary code as root by conducting a cross-site scripting (XSS) attack involving the username-form-id parameter to freeradius.users.php.</td><td><a href="https://www.exploit-db.com/exploits/43206">https://www.exploit-db.com/exploits/43206</a></td></tr><tr><td>CVE-2017-16884</td><td>Cross-site scripting (XSS) vulnerability in MistServer before 2.13 allows remote attackers to inject arbitrary web script or HTML via vectors related to failed authentication requests alerts.</td><td><a href="https://www.exploit-db.com/exploits/43205">https://www.exploit-db.com/exploits/43205</a></td></tr><tr><td>CVE-2017-16962</td><td>The WebMail components (Crystal, pronto, and pronto4) in CommuniGate Pro before 6.2.1 have stored XSS vulnerabilities via (1) the location or details field of a Google Calendar invitation, (2) a crafted Outlook.com calendar (aka Hotmail Calendar) invitation, (3) e-mail granting access to a directory that has JavaScript in its name, (4) JavaScript in a note name, (5) JavaScript in a task name, or (6) HTML e-mail that is mishandled in the Inbox component.</td><td><a href="https://www.exploit-db.com/exploits/43177">https://www.exploit-db.com/exploits/43177</a></td></tr><tr><td>CVE-2017-16819</td><td>A stored cross-site scripting vulnerability in the Icon Time Systems RTC-1000 v2.5.7458 and earlier time clock allows remote attackers to inject arbitrary JavaScript in the nameFirst (aka First Name) field for the employee details page (/employee.html) that is then reflected in multiple pages where that field data is utilized, resulting in session hijacking and possible elevation of privileges.</td><td><a href="https://www.exploit-db.com/exploits/43158">https://www.exploit-db.com/exploits/43158</a></td></tr><tr><td>CVE-2017-16843</td><td>Vonage VDV-23 115 3.2.11-0.9.40 devices have stored XSS via the NewKeyword or NewDomain field to /goform/RgParentalBasic.</td><td><a href="https://www.exploit-db.com/exploits/43150">https://www.exploit-db.com/exploits/43150</a></td></tr><tr><td>CVE-2017-16841</td><td>LanSweeper 6.0.100.75 has XSS via the description parameter to /Calendar/CalendarActions.aspx.</td><td><a href="https://www.exploit-db.com/exploits/43149">https://www.exploit-db.com/exploits/43149</a></td></tr><tr><td>CVE-2017-16781</td><td>The installer in MyBB before 1.8.13 has XSS.</td><td><a href="https://www.exploit-db.com/exploits/43137">https://www.exploit-db.com/exploits/43137</a></td></tr><tr><td>CVE-2017-16780</td><td>The installer in MyBB before 1.8.13 allows remote attackers to execute arbitrary code by writing to the configuration file.</td><td><a href="https://www.exploit-db.com/exploits/43136">https://www.exploit-db.com/exploits/43136</a></td></tr><tr><td>CVE-2017-16543</td><td>Zoho ManageEngine Applications Manager 13 before build 13500 allows SQL injection via GraphicalView.do, as demonstrated by a crafted viewProps yCanvas field or viewid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43129">https://www.exploit-db.com/exploits/43129</a></td></tr><tr><td>CVE-2017-16568</td><td>Cross-site scripting (XSS) vulnerability in Logitech Media Server 7.9.0 allows remote attackers to inject arbitrary web script or HTML via a radio URL.</td><td><a href="https://www.exploit-db.com/exploits/43123">https://www.exploit-db.com/exploits/43123</a></td></tr><tr><td>CVE-2017-16567</td><td>Cross-site scripting (XSS) vulnerability in Logitech Media Server 7.9.0 allows remote attackers to inject arbitrary web script or HTML via a "favorite."</td><td><a href="https://www.exploit-db.com/exploits/43122">https://www.exploit-db.com/exploits/43122</a></td></tr><tr><td>CVE-2017-3548</td><td>Vulnerability in the PeopleSoft Enterprise PeopleTools component of Oracle PeopleSoft Products (subcomponent: Integration Broker). Supported versions that are affected are 8.54 and 8.55. Easily "exploitable" vulnerability allows unauthenticated attacker with network access via HTTP to compromise PeopleSoft Enterprise PeopleTools. Successful attacks of this vulnerability can result in unauthorized read access to a subset of PeopleSoft Enterprise PeopleTools accessible data and unauthorized ability to cause a partial denial of service (partial DOS) of PeopleSoft Enterprise PeopleTools. CVSS 3.0 Base Score 6.5 (Confidentiality and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L).</td><td><a href="https://www.exploit-db.com/exploits/43114">https://www.exploit-db.com/exploits/43114</a></td></tr><tr><td>CVE-2017-15958</td><td>D-Park Pro Domain Parking Script 1.0 allows SQL Injection via the username to admin/loginform.php.</td><td><a href="https://www.exploit-db.com/exploits/43101">https://www.exploit-db.com/exploits/43101</a></td></tr><tr><td>CVE-2017-15959</td><td>Adult Script Pro 2.2.4 allows SQL Injection via the PATH_INFO to a /download URI, a different vulnerability than CVE-2007-6576.</td><td><a href="https://www.exploit-db.com/exploits/43100">https://www.exploit-db.com/exploits/43100</a></td></tr><tr><td>CVE-2017-15960</td><td>Article Directory Script 3.0 allows SQL Injection via the id parameter to author.php or category.php.</td><td><a href="https://www.exploit-db.com/exploits/43099">https://www.exploit-db.com/exploits/43099</a></td></tr><tr><td>CVE-2017-15961</td><td>iProject Management System 1.0 allows SQL Injection via the ID parameter to index.php.</td><td><a href="https://www.exploit-db.com/exploits/43098">https://www.exploit-db.com/exploits/43098</a></td></tr><tr><td>CVE-2017-15963</td><td>iTech Gigs Script 1.21 allows SQL Injection via the browse-scategory.php sc parameter or the service-provider.php ser parameter.</td><td><a href="https://www.exploit-db.com/exploits/43096">https://www.exploit-db.com/exploits/43096</a></td></tr><tr><td>CVE-2017-15964</td><td>Job Board Script Software allows SQL Injection via the PATH_INFO to a /job-details URI.</td><td><a href="https://www.exploit-db.com/exploits/43095">https://www.exploit-db.com/exploits/43095</a></td></tr><tr><td>CVE-2017-15965</td><td>The NS Download Shop (aka com_ns_downloadshop) component 2.2.6 for Joomla! allows SQL Injection via the id parameter in an invoice.create action.</td><td><a href="https://www.exploit-db.com/exploits/43094">https://www.exploit-db.com/exploits/43094</a></td></tr><tr><td>CVE-2017-15968</td><td>MyBuilder Clone 1.0 allows SQL Injection via the phpsqlsearch_genxml.php subcategory parameter.</td><td><a href="https://www.exploit-db.com/exploits/43091">https://www.exploit-db.com/exploits/43091</a></td></tr><tr><td>CVE-2017-15969</td><td>PG All Share Video 1.0 allows SQL Injection via the PATH_INFO to search/tag, friends/index, users/profile, or video_catalog/category.</td><td><a href="https://www.exploit-db.com/exploits/43090">https://www.exploit-db.com/exploits/43090</a></td></tr><tr><td>CVE-2017-15970</td><td>PHP CityPortal 2.0 allows SQL Injection via the nid parameter to index.php in a page=news action, or the cat parameter.</td><td><a href="https://www.exploit-db.com/exploits/43089">https://www.exploit-db.com/exploits/43089</a></td></tr><tr><td>CVE-2017-15971</td><td>Same Sex Dating Software Pro 1.0 allows SQL Injection via the viewprofile.php profid parameter, the viewmessage.php sender_id parameter, or the /admin Email field, a related issue to CVE-2017-15972.</td><td><a href="https://www.exploit-db.com/exploits/43088">https://www.exploit-db.com/exploits/43088</a></td></tr><tr><td>CVE-2017-15972</td><td>SoftDatepro Dating Social Network 1.3 allows SQL Injection via the viewprofile.php profid parameter, the viewmessage.php sender_id parameter, or the /admin Email field, a related issue to CVE-2017-15971.</td><td><a href="https://www.exploit-db.com/exploits/43087">https://www.exploit-db.com/exploits/43087</a></td></tr><tr><td>CVE-2017-15973</td><td>Sokial Social Network Script 1.0 allows SQL Injection via the id parameter to admin/members_view.php.</td><td><a href="https://www.exploit-db.com/exploits/43086">https://www.exploit-db.com/exploits/43086</a></td></tr><tr><td>CVE-2017-15974</td><td>tPanel 2009 allows SQL injection for Authentication Bypass via 'or 1=1 or ''=' to login.php.</td><td><a href="https://www.exploit-db.com/exploits/43085">https://www.exploit-db.com/exploits/43085</a></td></tr><tr><td>CVE-2017-15975</td><td>Vastal I-Tech Dating Zone 0.9.9 allows SQL Injection via the 'product_id' to add_to_cart.php, a different vulnerability than CVE-2008-4461.</td><td><a href="https://www.exploit-db.com/exploits/43084">https://www.exploit-db.com/exploits/43084</a></td></tr><tr><td>CVE-2017-15976</td><td>ZeeBuddy 2x allows SQL Injection via the admin/editadgroup.php groupid parameter, a different vulnerability than CVE-2008-3604.</td><td><a href="https://www.exploit-db.com/exploits/43083">https://www.exploit-db.com/exploits/43083</a></td></tr><tr><td>CVE-2017-15977</td><td>Protected Links - Expiring Download Links 1.0 allows SQL Injection via the username parameter.</td><td><a href="https://www.exploit-db.com/exploits/43082">https://www.exploit-db.com/exploits/43082</a></td></tr><tr><td>CVE-2017-15978</td><td>AROX School ERP PHP Script 1.0 allows SQL Injection via the office_admin/ id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43081">https://www.exploit-db.com/exploits/43081</a></td></tr><tr><td>CVE-2017-15979</td><td>Shareet - Photo Sharing Social Network 1.0 allows SQL Injection via the photo parameter.</td><td><a href="https://www.exploit-db.com/exploits/43080">https://www.exploit-db.com/exploits/43080</a></td></tr><tr><td>CVE-2017-15980</td><td>US Zip Codes Database Script 1.0 allows SQL Injection via the state parameter.</td><td><a href="https://www.exploit-db.com/exploits/43079">https://www.exploit-db.com/exploits/43079</a></td></tr><tr><td>CVE-2017-15981</td><td>Responsive Newspaper Magazine &#x26; Blog CMS 1.0 allows SQL Injection via the id parameter to admin/admin_process.php for form editing.</td><td><a href="https://www.exploit-db.com/exploits/43078">https://www.exploit-db.com/exploits/43078</a></td></tr><tr><td>CVE-2017-15982</td><td>Dynamic News Magazine &#x26; Blog CMS 1.0 allows SQL Injection via the id parameter to admin/admin_process.php for form editing.</td><td><a href="https://www.exploit-db.com/exploits/43077">https://www.exploit-db.com/exploits/43077</a></td></tr><tr><td>CVE-2017-15983</td><td>MyMagazine Magazine &#x26; Blog CMS 1.0 allows SQL Injection via the id parameter to admin/admin_process.php for form editing.</td><td><a href="https://www.exploit-db.com/exploits/43076">https://www.exploit-db.com/exploits/43076</a></td></tr><tr><td>CVE-2017-15984</td><td>Creative Management System (CMS) Lite 1.4 allows SQL Injection via the S parameter to index.php.</td><td><a href="https://www.exploit-db.com/exploits/43075">https://www.exploit-db.com/exploits/43075</a></td></tr><tr><td>CVE-2017-15985</td><td>Basic B2B Script allows SQL Injection via the product_view1.php pid or id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43074">https://www.exploit-db.com/exploits/43074</a></td></tr><tr><td>CVE-2017-15986</td><td>CPA Lead Reward Script allows SQL Injection via the username parameter.</td><td><a href="https://www.exploit-db.com/exploits/43073">https://www.exploit-db.com/exploits/43073</a></td></tr><tr><td>CVE-2017-15987</td><td>Fake Magazine Cover Script allows SQL Injection via the rate.php value parameter or the content.php id parameter.</td><td><a href="https://www.exploit-db.com/exploits/43072">https://www.exploit-db.com/exploits/43072</a></td></tr><tr><td>CVE-2017-15988</td><td>Nice PHP FAQ Script allows SQL Injection via the index.php nice_theme parameter, a different vulnerability than CVE-2008-6525.</td><td><a href="https://www.exploit-db.com/exploits/43071">https://www.exploit-db.com/exploits/43071</a></td></tr><tr><td>CVE-2017-15989</td><td>Online Exam Test Application allows SQL Injection via the resources.php sort parameter in a category action.</td><td><a href="https://www.exploit-db.com/exploits/43070">https://www.exploit-db.com/exploits/43070</a></td></tr><tr><td>CVE-2017-15991</td><td>Vastal I-Tech Agent Zone (aka The Real Estate Script) allows SQL Injection in searchCommercial.php via the property_type, city, or posted_by parameter, or searchResidential.php via the property_type, city, or bedroom parameter, a different vulnerability than CVE-2008-3951, CVE-2009-3497, and CVE-2012-0982.</td><td><a href="https://www.exploit-db.com/exploits/43068">https://www.exploit-db.com/exploits/43068</a></td></tr><tr><td>CVE-2017-15992</td><td>Website Broker Script allows SQL Injection via the 'status_id' Parameter to status_list.php.</td><td><a href="https://www.exploit-db.com/exploits/43067">https://www.exploit-db.com/exploits/43067</a></td></tr><tr><td>CVE-2017-15993</td><td>Zomato Clone Script allows SQL Injection via the restaurant-menu.php resid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43066">https://www.exploit-db.com/exploits/43066</a></td></tr><tr><td>CVE-2017-15727</td><td>In phpMyFAQ before 2.9.9, there is Stored Cross-site Scripting (XSS) via an HTML attachment.</td><td><a href="https://www.exploit-db.com/exploits/43063">https://www.exploit-db.com/exploits/43063</a></td></tr><tr><td>CVE-2017-15081</td><td>In PHPSUGAR PHP Melody CMS 2.6.1, SQL Injection exists via the playlist parameter to playlists.php.</td><td><a href="https://www.exploit-db.com/exploits/43062">https://www.exploit-db.com/exploits/43062</a></td></tr><tr><td>CVE-2017-5223</td><td>An issue was discovered in PHPMailer before 5.2.22. PHPMailer's msgHTML method applies transformations to an HTML document to make it usable as an email message body. One of the transformations is to convert relative image URLs into attachments using a script-provided base directory. If no base directory is provided, it resolves to /, meaning that relative image URLs get treated as absolute local file paths and added as attachments. To form a remote vulnerability, the msgHTML method must be called, passed an unfiltered, user-supplied HTML document, and must not set a base directory.</td><td><a href="https://www.exploit-db.com/exploits/43056">https://www.exploit-db.com/exploits/43056</a></td></tr><tr><td>CVE-2017-15878</td><td>A cross-site scripting (XSS) vulnerability exists in fields/types/markdown/MarkdownType.js in KeystoneJS before 4.0.0-beta.7 via the Contact Us feature.</td><td><a href="https://www.exploit-db.com/exploits/43054">https://www.exploit-db.com/exploits/43054</a></td></tr><tr><td>CVE-2017-15879</td><td>CSV Injection (aka Excel Macro Injection or Formula Injection) exists in admin/server/api/download.js and lib/list/getCSVData.js in KeystoneJS before 4.0.0-beta.7 via a value that is mishandled in a CSV export.</td><td><a href="https://www.exploit-db.com/exploits/43053">https://www.exploit-db.com/exploits/43053</a></td></tr><tr><td>CVE-2017-14143</td><td>The getUserzoneCookie function in Kaltura before 13.2.0 uses a hardcoded cookie secret to validate cookie signatures, which allows remote attackers to bypass an intended protection mechanism and consequently conduct PHP object injection attacks and execute arbitrary PHP code via a crafted userzone cookie.</td><td><a href="https://www.exploit-db.com/exploits/43028">https://www.exploit-db.com/exploits/43028</a></td></tr><tr><td>CVE-2017-15687</td><td>DOM Based Cross Site Scripting (XSS) exists in Logitech Media Server 7.7.1, 7.7.2, 7.7.3, 7.7.5, 7.7.6, 7.9.0, and 7.9.1 via a crafted URI.</td><td><a href="https://www.exploit-db.com/exploits/43024">https://www.exploit-db.com/exploits/43024</a></td></tr><tr><td>CVE-2017-15291</td><td>Cross-site scripting (XSS) vulnerability in the Wireless MAC Filtering page in TP-LINK TL-MR3220 wireless routers allows remote attackers to inject arbitrary web script or HTML via the Description field.</td><td><a href="https://www.exploit-db.com/exploits/43023">https://www.exploit-db.com/exploits/43023</a></td></tr><tr><td>CVE-2017-15359</td><td>In the 3CX Phone System 15.5.3554.1, the Management Console typically listens to port 5001 and is prone to a directory traversal attack: "/api/RecordingList/DownloadRecord?file=" and "/api/SupportInfo?file=" are the vulnerable parameters. An attacker must be authenticated to exploit this issue to access sensitive information to aid in subsequent attacks.</td><td><a href="https://www.exploit-db.com/exploits/42991">https://www.exploit-db.com/exploits/42991</a></td></tr><tr><td>CVE-2017-14619</td><td>Cross-site scripting (XSS) vulnerability in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the "Title of your FAQ" field in the Configuration Module.</td><td><a href="https://www.exploit-db.com/exploits/42987">https://www.exploit-db.com/exploits/42987</a></td></tr><tr><td>CVE-2017-15287</td><td>There is XSS in the BouquetEditor WebPlugin for Dream Multimedia Dreambox devices, as demonstrated by the "Name des Bouquets" field, or the file parameter to the /file URI.</td><td><a href="https://www.exploit-db.com/exploits/42986">https://www.exploit-db.com/exploits/42986</a></td></tr><tr><td>CVE-2017-12479</td><td>It was discovered that an issue in the session logic in Unitrends Backup (UB) before 10.0.0 allowed using the LOGDIR environment variable during a web session to elevate an existing low-privilege user to root privileges. A remote attacker with existing low-privilege credentials could then execute arbitrary commands with root privileges.</td><td><a href="https://www.exploit-db.com/exploits/42959">https://www.exploit-db.com/exploits/42959</a></td></tr><tr><td>CVE-2017-12615</td><td>When running Apache Tomcat 7.0.0 to 7.0.79 on Windows with HTTP PUTs enabled (e.g. via setting the readonly initialisation parameter of the Default to false) it was possible to upload a JSP file to the server via a specially crafted request. This JSP could then be requested and any code it contained would be executed by the server.</td><td><a href="https://www.exploit-db.com/exploits/42953">https://www.exploit-db.com/exploits/42953</a></td></tr><tr><td>CVE-2017-14717</td><td>In EPESI 1.8.2 rev20170830, there is Stored XSS in the Tasks Description parameter.</td><td><a href="https://www.exploit-db.com/exploits/42950">https://www.exploit-db.com/exploits/42950</a></td></tr><tr><td>CVE-2017-14758</td><td>OpenText Document Sciences xPression (formerly EMC Document Sciences xPression) v4.5SP1 Patch 13 (older versions might be affected as well) is prone to SQL Injection: /xAdmin/html/cm_doclist_view_uc.jsp, parameter: documentId. In order for this vulnerability to be exploited, an attacker must authenticate to the application first.</td><td><a href="https://www.exploit-db.com/exploits/42940">https://www.exploit-db.com/exploits/42940</a></td></tr><tr><td>CVE-2017-14757</td><td>OpenText Document Sciences xPression (formerly EMC Document Sciences xPression) v4.5SP1 Patch 13 (older versions might be affected as well) is prone to SQL Injection: /xDashboard/html/jobhistory/downloadSupportFile.action, parameter: jobRunId. In order for this vulnerability to be exploited, an attacker must authenticate to the application first.</td><td><a href="https://www.exploit-db.com/exploits/42939">https://www.exploit-db.com/exploits/42939</a></td></tr><tr><td>CVE-2017-6089</td><td>SQL injection vulnerability in PhpCollab 2.5.1 and earlier allows remote attackers to execute arbitrary SQL commands via the (1) project or id parameters to topics/deletetopics.php; the (2) id parameter to bookmarks/deletebookmarks.php; or the (3) id parameter to calendar/deletecalendar.php.</td><td><a href="https://www.exploit-db.com/exploits/42935">https://www.exploit-db.com/exploits/42935</a></td></tr><tr><td>CVE-2017-14848</td><td>WPHRM Human Resource Management System for WordPress 1.0 allows SQL Injection via the employee_id parameter.</td><td><a href="https://www.exploit-db.com/exploits/42924">https://www.exploit-db.com/exploits/42924</a></td></tr><tr><td>CVE-2017-14620</td><td>SmarterStats Version 11.3.6347 will Render the Referer Field of HTTP Logfiles from URL /Data/Reports/ReferringURLsWithQueries resulting in Stored Cross Site Scripting.</td><td><a href="https://www.exploit-db.com/exploits/42923">https://www.exploit-db.com/exploits/42923</a></td></tr><tr><td>CVE-2017-14738</td><td>FileRun (version 2017.09.18 and below) suffers from a remote SQL injection vulnerability due to a failure to sanitize input in the metafield parameter inside the metasearch module (under the search function).</td><td><a href="https://www.exploit-db.com/exploits/42922">https://www.exploit-db.com/exploits/42922</a></td></tr><tr><td>CVE-2017-14848</td><td>WPHRM Human Resource Management System for WordPress 1.0 allows SQL Injection via the employee_id parameter.</td><td><a href="https://www.exploit-db.com/exploits/42924">https://www.exploit-db.com/exploits/42924</a></td></tr><tr><td>CVE-2017-14620</td><td>SmarterStats Version 11.3.6347 will Render the Referer Field of HTTP Logfiles from URL /Data/Reports/ReferringURLsWithQueries resulting in Stored Cross Site Scripting.</td><td><a href="https://www.exploit-db.com/exploits/42923">https://www.exploit-db.com/exploits/42923</a></td></tr><tr><td>CVE-2017-14738</td><td>FileRun (version 2017.09.18 and below) suffers from a remote SQL injection vulnerability due to a failure to sanitize input in the metafield parameter inside the metasearch module (under the search function).</td><td><a href="https://www.exploit-db.com/exploits/42922">https://www.exploit-db.com/exploits/42922</a></td></tr><tr><td>CVE-2017-14847</td><td>Mojoomla WPAMS Apartment Management System for WordPress allows SQL Injection via the id parameter.</td><td><a href="https://www.exploit-db.com/exploits/42805">https://www.exploit-db.com/exploits/42805</a></td></tr><tr><td>CVE-2017-14843</td><td>Mojoomla School Management System for WordPress allows SQL Injection via the id parameter.</td><td><a href="https://www.exploit-db.com/exploits/42804">https://www.exploit-db.com/exploits/42804</a></td></tr><tr><td>CVE-2017-14846</td><td>Mojoomla Hospital Management System for WordPress allows SQL Injection via the id parameter.</td><td><a href="https://www.exploit-db.com/exploits/42802">https://www.exploit-db.com/exploits/42802</a></td></tr><tr><td>CVE-2017-14844</td><td>Mojoomla WPGYM WordPress Gym Management System allows SQL Injection via the id parameter.</td><td><a href="https://www.exploit-db.com/exploits/42801">https://www.exploit-db.com/exploits/42801</a></td></tr><tr><td>CVE-2017-14845</td><td>Mojoomla WPCHURCH Church Management System for WordPress allows SQL Injection via the id parameter.</td><td><a href="https://www.exploit-db.com/exploits/42800">https://www.exploit-db.com/exploits/42800</a></td></tr><tr><td>CVE-2017-14842</td><td>Mojoomla SMSmaster Multipurpose SMS Gateway for WordPress allows SQL Injection via the id parameter.</td><td><a href="https://www.exploit-db.com/exploits/42798">https://www.exploit-db.com/exploits/42798</a></td></tr><tr><td>CVE-2017-14507</td><td>Multiple SQL injection vulnerabilities in the Content Timeline plugin 4.4.2 for WordPress allow remote attackers to execute arbitrary SQL commands via the (1) timeline parameter in content_timeline_class.php; or the id parameter to (2) pages/content_timeline_edit.php or (3) pages/content_timeline_index.php.</td><td><a href="https://www.exploit-db.com/exploits/42794">https://www.exploit-db.com/exploits/42794</a></td></tr><tr><td>CVE-2017-14703</td><td>SQL injection vulnerability in Cash Back Comparison Script 1.0 allows remote attackers to execute arbitrary SQL commands via the PATH_INFO to search/.</td><td><a href="https://www.exploit-db.com/exploits/42772">https://www.exploit-db.com/exploits/42772</a></td></tr><tr><td>CVE-2017-14618</td><td>Cross-site scripting (XSS) vulnerability in inc/PMF/Faq.php in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the Questions field in an "Add New FAQ" action.</td><td><a href="https://www.exploit-db.com/exploits/42761">https://www.exploit-db.com/exploits/42761</a></td></tr><tr><td>CVE-2017-12930</td><td>SQL Injection in the admin interface in TecnoVISION DLX Spot Player4 version >1.5.10 allows remote unauthenticated users to access the web interface as administrator via a crafted password.</td><td><a href="https://www.exploit-db.com/exploits/42754">https://www.exploit-db.com/exploits/42754</a></td></tr><tr><td>CVE-2017-9798</td><td>Apache httpd allows remote attackers to read secret data from process memory if the Limit directive can be set in a user's .htaccess file, or if httpd.conf has certain misconfigurations, aka Optionsbleed. This affects the Apache HTTP Server through 2.2.34 and 2.4.x through 2.4.27. The attacker sends an unauthenticated OPTIONS HTTP request when attempting to read secret data. This is a use-after-free issue and thus secret data is not always sent, and the specific data depends on many factors including configuration. Exploitation with .htaccess can be blocked with a patch to the ap_limit_section function in server/core.c.</td><td><a href="https://www.exploit-db.com/exploits/42745">https://www.exploit-db.com/exploits/42745</a></td></tr><tr><td>CVE-2017-11435</td><td>The Humax Wi-Fi Router model HG100R-* 2.0.6 is prone to an authentication bypass vulnerability via specially crafted requests to the management console. The bug is exploitable remotely when the router is configured to expose the management console. The router is not validating the session token while returning answers for some methods in url '/api'. An attacker can use this vulnerability to retrieve sensitive information such as private/public IP addresses, SSID names, and passwords.</td><td><a href="https://www.exploit-db.com/exploits/42732">https://www.exploit-db.com/exploits/42732</a></td></tr><tr><td>CVE-2017-14396</td><td>In osTicket before 1.10.1, SQL injection is possible by constructing an array via use of square brackets at the end of a parameter name, as demonstrated by the key parameter to file.php.</td><td><a href="https://www.exploit-db.com/exploits/42660">https://www.exploit-db.com/exploits/42660</a></td></tr><tr><td>CVE-2017-14219</td><td>XSS (persistent) on the Intelbras Wireless N 150Mbps router with firmware WRN 240 allows attackers to steal wireless credentials without being connected to the network, related to userRpm/popupSiteSurveyRpm.htm and userRpm/WlanSecurityRpm.htm. The attack vector is a crafted ESSID, as demonstrated by an "airbase-ng -e" command.</td><td><a href="https://www.exploit-db.com/exploits/42633">https://www.exploit-db.com/exploits/42633</a></td></tr><tr><td>CVE-2017-14126</td><td>The Participants Database plugin before 1.7.5.10 for WordPress has XSS.</td><td><a href="https://www.exploit-db.com/exploits/42618">https://www.exploit-db.com/exploits/42618</a></td></tr><tr><td>CVE-2017-13754</td><td>Cross-site scripting (XSS) vulnerability in the "advanced settings - time server" module in Wibu-Systems CodeMeter before 6.50b allows remote attackers to inject arbitrary web script or HTML via the "server name" field in actions/ChangeConfiguration.html.</td><td><a href="https://www.exploit-db.com/exploits/42610">https://www.exploit-db.com/exploits/42610</a></td></tr><tr><td>CVE-2017-13713</td><td>T&#x26;W WIFI Repeater BE126 allows remote authenticated users to execute arbitrary code via shell metacharacters in the user parameter to cgi-bin/webupg.</td><td><a href="https://www.exploit-db.com/exploits/42608">https://www.exploit-db.com/exploits/42608</a></td></tr><tr><td>CVE-2017-12943</td><td>D-Link DIR-600 Rev Bx devices with v2.x firmware allow remote attackers to read passwords via a model/__show_info.php?REQUIRE_FILE= absolute path traversal attack, as demonstrated by discovering the admin password.</td><td><a href="https://www.exploit-db.com/exploits/42581">https://www.exploit-db.com/exploits/42581</a></td></tr><tr><td>CVE-2017-8770</td><td>There is LFD (local file disclosure) on BE126 WIFI repeater 1.0 devices that allows attackers to read the entire filesystem on the device via a crafted getpage parameter.</td><td><a href="https://www.exploit-db.com/exploits/42547">https://www.exploit-db.com/exploits/42547</a></td></tr><tr><td>CVE-2017-12984</td><td>PHPMyWind 5.3 has XSS in shoppingcart.php, related to message.php, admin/message.php, and admin/message_update.php.</td><td><a href="https://www.exploit-db.com/exploits/42535">https://www.exploit-db.com/exploits/42535</a></td></tr><tr><td>CVE-2017-12971</td><td>Cross-site scripting (XSS) vulnerability in Apache2Triad 1.5.4 allows remote attackers to inject arbitrary web script or HTML via the account parameter to phpsftpd/users.php.</td><td><a href="https://www.exploit-db.com/exploits/42520">https://www.exploit-db.com/exploits/42520</a></td></tr><tr><td>CVE-2017-6327</td><td>The Symantec Messaging Gateway before 10.6.3-267 can encounter an issue of remote code execution, which describes a situation whereby an individual may obtain the ability to execute commands remotely on a target machine or in a target process. In this type of occurrence, after gaining access to the system, the attacker may attempt to elevate their privileges.</td><td><a href="https://www.exploit-db.com/exploits/42519">https://www.exploit-db.com/exploits/42519</a></td></tr><tr><td>CVE-2017-9979</td><td>On the OSNEXUS QuantaStor v4 virtual appliance before 4.3.1, if the REST call invoked does not exist, an error will be triggered containing the invalid method previously invoked. The response sent to the user isn't sanitized in this case. An attacker can leverage this issue by including arbitrary HTML or JavaScript code as a parameter, aka XSS.</td><td><a href="https://www.exploit-db.com/exploits/42517">https://www.exploit-db.com/exploits/42517</a></td></tr><tr><td>CVE-2017-9767</td><td>Multiple cross-site scripting (XSS) vulnerabilities in Quali CloudShell before 8 allow remote authenticated users to inject arbitrary web script or HTML via the (1) Name or (2) Description parameter to RM/Reservation/ReserveNew; the (3) Description parameter to RM/Topology/Update; the (4) Name, (5) Description, (6) ExecutionBatches[0].Name, (7) ExecutionBatches[0].Description, or (8) Labels parameter to SnQ/JobTemplate/Edit; or (9) Alias or (10) Description parameter to RM/AbstractTemplate/AddOrUpdateAbstractTemplate.</td><td><a href="https://www.exploit-db.com/exploits/42453">https://www.exploit-db.com/exploits/42453</a></td></tr><tr><td>CVE-2017-11155</td><td>An information exposure vulnerability in index.php in Synology Photo Station before 6.7.3-3432 and 6.3-2967 allows remote attackers to obtain sensitive system information via unspecified vectors.</td><td><a href="https://www.exploit-db.com/exploits/42434">https://www.exploit-db.com/exploits/42434</a></td></tr><tr><td>CVE-2017-11320</td><td>Persistent XSS through the SSID of nearby Wi-Fi devices on Technicolor TC7337 routers 08.89.17.20.00 allows an attacker to cause DNS Poisoning and steal credentials from the router.</td><td><a href="https://www.exploit-db.com/exploits/42427">https://www.exploit-db.com/exploits/42427</a></td></tr><tr><td>CVE-2017-11494</td><td>SQL injection vulnerability in SOL.Connect ISET-mpp meter 1.2.4.2 and earlier allows remote attackers to execute arbitrary SQL commands via the user parameter in a login action.</td><td><a href="https://www.exploit-db.com/exploits/42408">https://www.exploit-db.com/exploits/42408</a></td></tr><tr><td>CVE-2017-3133</td><td>A Cross-Site Scripting vulnerability in Fortinet FortiOS versions 5.6.0 and earlier allows attackers to execute unauthorized code or commands via the Replacement Message HTML for SSL-VPN.</td><td><a href="https://www.exploit-db.com/exploits/42388">https://www.exploit-db.com/exploits/42388</a></td></tr><tr><td>CVE-2017-11346</td><td>Zoho ManageEngine Desktop Central before build 100092 allows remote attackers to execute arbitrary code via vectors involving the upload of help desk videos.</td><td><a href="https://www.exploit-db.com/exploits/42358">https://www.exploit-db.com/exploits/42358</a></td></tr><tr><td>CVE-2017-11356</td><td>The application distribution export functionality in PEGA Platform 7.2 ML0 and earlier allows remote authenticated users with certain privileges to obtain sensitive configuration information by leveraging a missing access control.</td><td><a href="https://www.exploit-db.com/exploits/42335">https://www.exploit-db.com/exploits/42335</a></td></tr><tr><td>CVE-2017-7175</td><td>NfSen before 1.3.8 allows remote attackers to execute arbitrary OS commands via shell metacharacters in the customfmt parameter (aka the "Custom output format" field).</td><td><a href="https://www.exploit-db.com/exploits/42314">https://www.exploit-db.com/exploits/42314</a></td></tr><tr><td>CVE-2017-6971</td><td>AlienVault USM and OSSIM before 5.3.7 and NfSen before 1.3.8 allow remote authenticated users to execute arbitrary commands in a privileged context, or launch a reverse shell, via vectors involving the PHP session ID and the NfSen PHP code, aka AlienVault ID ENG-104862.</td><td><a href="https://www.exploit-db.com/exploits/42306">https://www.exploit-db.com/exploits/42306</a></td></tr><tr><td>CVE-2017-9834</td><td>SQL injection vulnerability in the WatuPRO plugin before 5.5.3.7 for WordPress allows remote attackers to execute arbitrary SQL commands via the watupro_questions parameter in a watupro_submit action to wp-admin/admin-ajax.php.</td><td><a href="https://www.exploit-db.com/exploits/42291">https://www.exploit-db.com/exploits/42291</a></td></tr><tr><td>CVE-2017-9833</td><td>/cgi-bin/wapopen in Boa 0.94.14rc21 allows the injection of "../.." using the FILECAMERA variable (sent by GET) to read files with root privileges. NOTE: multiple third parties report that this is a system-integrator issue (e.g., a vulnerability on one type of camera) because Boa does not include any wapopen program or any code to read a FILECAMERA variable.</td><td><a href="https://www.exploit-db.com/exploits/42290">https://www.exploit-db.com/exploits/42290</a></td></tr><tr><td>CVE-2017-9813</td><td>In Kaspersky Anti-Virus for Linux File Server before Maintenance Pack 2 Critical Fix 4 (version 8.0.4.312), the scriptName parameter of the licenseKeyInfo action method is vulnerable to cross-site scripting (XSS).</td><td><a href="https://www.exploit-db.com/exploits/42269">https://www.exploit-db.com/exploits/42269</a></td></tr><tr><td>CVE-2017-9812</td><td>In Kaspersky Anti-Virus for Linux File Server before Maintenance Pack 2 Critical Fix 4 (version 8.0.4.312), the scriptName parameter of the licenseKeyInfo action method is vulnerable to cross-site scripting (XSS).</td><td><a href="https://www.exploit-db.com/exploits/42269">https://www.exploit-db.com/exploits/42269</a></td></tr><tr><td>CVE-2017-9811</td><td>In Kaspersky Anti-Virus for Linux File Server before Maintenance Pack 2 Critical Fix 4 (version 8.0.4.312), the scriptName parameter of the licenseKeyInfo action method is vulnerable to cross-site scripting (XSS).</td><td><a href="https://www.exploit-db.com/exploits/42269">https://www.exploit-db.com/exploits/42269</a></td></tr><tr><td>CVE-2017-9810</td><td>In Kaspersky Anti-Virus for Linux File Server before Maintenance Pack 2 Critical Fix 4 (version 8.0.4.312), the scriptName parameter of the licenseKeyInfo action method is vulnerable to cross-site scripting (XSS).</td><td><a href="https://www.exploit-db.com/exploits/42269">https://www.exploit-db.com/exploits/42269</a></td></tr><tr><td>CVE-2017-9730</td><td>SQL injection vulnerability in rdr.php in nuevoMailer version 6.0 and earlier allows remote attackers to execute arbitrary SQL commands via the "r" parameter.</td><td><a href="https://www.exploit-db.com/exploits/42193">https://www.exploit-db.com/exploits/42193</a></td></tr><tr><td>CVE-2017-9429</td><td>SQL injection vulnerability in the Event List plugin 0.7.8 for WordPress allows an authenticated user to execute arbitrary SQL commands via the id parameter to wp-admin/admin.php.</td><td><a href="https://www.exploit-db.com/exploits/42173">https://www.exploit-db.com/exploits/42173</a></td></tr><tr><td>CVE-2017-9603</td><td>SQL injection vulnerability in the WP Jobs plugin before 1.5 for WordPress allows authenticated users to execute arbitrary SQL commands via the jobid parameter to wp-admin/edit.php.</td><td><a href="https://www.exploit-db.com/exploits/42172">https://www.exploit-db.com/exploits/42172</a></td></tr><tr><td>CVE-2017-9418</td><td>SQL injection vulnerability in the WP-Testimonials plugin 3.4.1 for WordPress allows an authenticated user to execute arbitrary SQL commands via the testid parameter to wp-admin/admin.php.</td><td><a href="https://www.exploit-db.com/exploits/42166">https://www.exploit-db.com/exploits/42166</a></td></tr><tr><td>CVE-2017-9516</td><td>Craft CMS before 2.6.2982 allows for a potential XSS attack vector by uploading a malicious SVG file.</td><td><a href="https://www.exploit-db.com/exploits/42143">https://www.exploit-db.com/exploits/42143</a></td></tr><tr><td>CVE-2017-2528</td><td>An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. Safari before 10.1.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to conduct Universal XSS (UXSS) attacks via a crafted web site that improperly interacts with cached frames.</td><td><a href="https://www.exploit-db.com/exploits/42105">https://www.exploit-db.com/exploits/42105</a></td></tr><tr><td>CVE-2017-2510</td><td>An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. Safari before 10.1.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to conduct Universal XSS (UXSS) attacks via a crafted web site that improperly interacts with pageshow events.</td><td><a href="https://www.exploit-db.com/exploits/42067">https://www.exploit-db.com/exploits/42067</a></td></tr><tr><td>CVE-2017-2508</td><td>An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. Safari before 10.1.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to conduct Universal XSS (UXSS) attacks via a crafted web site that improperly interacts with container nodes.</td><td><a href="https://www.exploit-db.com/exploits/42066">https://www.exploit-db.com/exploits/42066</a></td></tr><tr><td>CVE-2017-2504</td><td>An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. Safari before 10.1.1 is affected. tvOS before 10.2.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to conduct Universal XSS (UXSS) attacks via a crafted web site that improperly interacts with WebKit Editor commands.</td><td><a href="https://www.exploit-db.com/exploits/42064">https://www.exploit-db.com/exploits/42064</a></td></tr><tr><td>CVE-2017-5631</td><td>An issue was discovered in KMCIS CaseAware. Reflected cross site scripting is present in the user parameter (i.e., "usr") that is transmitted in the login.php query string.</td><td><a href="https://www.exploit-db.com/exploits/42042">https://www.exploit-db.com/exploits/42042</a></td></tr><tr><td>CVE-2017-8917</td><td>SQL injection vulnerability in Joomla! 3.7.x before 3.7.1 allows attackers to execute arbitrary SQL commands via unspecified vectors.</td><td><a href="https://www.exploit-db.com/exploits/42033">https://www.exploit-db.com/exploits/42033</a></td></tr><tr><td>CVE-2017-7953</td><td>INFOR EAM V11.0 Build 201410 has XSS via comment fields.</td><td><a href="https://www.exploit-db.com/exploits/42029">https://www.exploit-db.com/exploits/42029</a></td></tr><tr><td>CVE-2017-7952</td><td>INFOR EAM V11.0 Build 201410 has SQL injection via search fields, related to the filtervalue parameter.</td><td><a href="https://www.exploit-db.com/exploits/42028">https://www.exploit-db.com/exploits/42028</a></td></tr><tr><td>CVE-2017-8912</td><td>CMS Made Simple (CMSMS) 2.1.6 allows remote authenticated administrators to execute arbitrary PHP code via the code parameter to admin/editusertag.php, related to the CreateTagFunction and CallUserTag functions. NOTE: the vendor reportedly has stated this is "a feature, not a bug.</td><td><a href="https://www.exploit-db.com/exploits/41997">https://www.exploit-db.com/exploits/41997</a></td></tr><tr><td>CVE-2017-7981</td><td>Tuleap before 9.7 allows command injection via the PhpWiki 1.3.10 SyntaxHighlighter plugin. This occurs in the Project Wiki component because the proc_open PHP function is used within PhpWiki before 1.5.5 with a syntax value in its first argument, and an authenticated Tuleap user can control this value, even with shell metacharacters, as demonstrated by a '&#x3C;?plugin SyntaxHighlighter syntax="c;id"' line to execute the id command.</td><td><a href="https://www.exploit-db.com/exploits/41953">https://www.exploit-db.com/exploits/41953</a></td></tr><tr><td>CVE-2017-5799</td><td>A Remote Code Execution vulnerability in HPE OpenCall Media Platform (OCMP) was found. The vulnerability impacts OCMP versions prior to 3.4.2 RP201 (for OCMP 3.x), all versions prior to 4.4.7 RP702 (for OCMP 4.x).</td><td><a href="https://www.exploit-db.com/exploits/41927">https://www.exploit-db.com/exploits/41927</a></td></tr><tr><td>CVE-2017-3549</td><td>Vulnerability in the Oracle Scripting component of Oracle E-Business Suite (subcomponent: Scripting Administration). Supported versions that are affected are 12.1.1, 12.1.2, 12.1.3, 12.2.3, 12.2.4, 12.2.5 and 12.2.6. Easily "exploitable" vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Scripting. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Oracle Scripting accessible data as well as unauthorized access to critical data or complete access to all Oracle Scripting accessible data. CVSS 3.0 Base Score 9.1 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N).</td><td><a href="https://www.exploit-db.com/exploits/41926">https://www.exploit-db.com/exploits/41926</a></td></tr><tr><td>CVE-2017-2479</td><td>An issue was discovered in certain Apple products. iOS before 10.3 is affected. Safari before 10.1 is affected. iCloud before 6.2 on Windows is affected. iTunes before 12.6 on Windows is affected. tvOS before 10.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to bypass the Same Origin Policy and obtain sensitive information via a crafted web site.</td><td><a href="https://www.exploit-db.com/exploits/41866">https://www.exploit-db.com/exploits/41866</a></td></tr><tr><td>CVE-2017-2480</td><td>An issue was discovered in certain Apple products. iOS before 10.3 is affected. Safari before 10.1 is affected. iCloud before 6.2 on Windows is affected. iTunes before 12.6 on Windows is affected. tvOS before 10.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to bypass the Same Origin Policy and obtain sensitive information via a crafted web site.</td><td><a href="https://www.exploit-db.com/exploits/41865">https://www.exploit-db.com/exploits/41865</a></td></tr><tr><td>CVE-2017-6361</td><td>QNAP QTS before 4.2.4 Build 20170313 allows attackers to execute arbitrary commands via unspecified vectors.</td><td><a href="https://www.exploit-db.com/exploits/41842">https://www.exploit-db.com/exploits/41842</a></td></tr><tr><td>CVE-2017-6190</td><td>Directory traversal vulnerability in the web interface on the D-Link DWR-116 device with firmware before V1.05b09 allows remote attackers to read arbitrary files via a .. (dot dot) in a "GET /uir/" request.</td><td><a href="https://www.exploit-db.com/exploits/41840">https://www.exploit-db.com/exploits/41840</a></td></tr><tr><td>CVE-2017-2641</td><td>In Moodle 2.x and 3.x, SQL injection can occur via user preferences.</td><td><a href="https://www.exploit-db.com/exploits/41828">https://www.exploit-db.com/exploits/41828</a></td></tr><tr><td>CVE-2017-2445</td><td>An issue was discovered in certain Apple products. iOS before 10.3 is affected. Safari before 10.1 is affected. tvOS before 10.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to conduct Universal XSS (UXSS) attacks via crafted frame objects.</td><td><a href="https://www.exploit-db.com/exploits/41802">https://www.exploit-db.com/exploits/41802</a></td></tr><tr><td>CVE-2017-6884</td><td>A command injection vulnerability was discovered on the Zyxel EMG2926 home router with firmware V1.00(AAQT.4)b8. The vulnerability is located in the diagnostic tools, specifically the nslookup function. A malicious user may exploit numerous vectors to execute arbitrary commands on the router, such as the ping_ip parameter to the expert/maintenance/diagnostic/nslookup URI.</td><td><a href="https://www.exploit-db.com/exploits/41782">https://www.exploit-db.com/exploits/41782</a></td></tr><tr><td>CVE-2017-6088</td><td>Multiple SQL injection vulnerabilities in EyesOfNetwork (aka EON) 5.0 and earlier allow remote authenticated users to execute arbitrary SQL commands via the (1) bp_name, (2) display, (3) search, or (4) equipment parameter to module/monitoring_ged/ged_functions.php or the (5) type parameter to monitoring_ged/ajax.php.</td><td><a href="https://www.exploit-db.com/exploits/41747">https://www.exploit-db.com/exploits/41747</a></td></tr><tr><td>CVE-2017-6087</td><td>EyesOfNetwork ("EON") 5.0 and earlier allows remote authenticated users to execute arbitrary code via shell metacharacters in the selected_events[] parameter in the (1) acknowledge, (2) delete, or (3) ownDisown function in module/monitoring_ged/ged_functions.php or the (4) module parameter to module/index.php.</td><td><a href="https://www.exploit-db.com/exploits/41746">https://www.exploit-db.com/exploits/41746</a></td></tr><tr><td>CVE-2017-6550</td><td>Multiple SQL injection vulnerabilities in Kinsey Infor-Lawson (formerly ESBUS) allow remote attackers to execute arbitrary SQL commands via the (1) TABLE parameter to esbus/servlet/GetSQLData or (2) QUERY parameter to KK_LS9ReportingPortal/GetData.</td><td><a href="https://www.exploit-db.com/exploits/41577">https://www.exploit-db.com/exploits/41577</a></td></tr><tr><td>CVE-2017-6547</td><td>Cross-site scripting (XSS) vulnerability in httpd on ASUS RT-N56U, RT-N66U, RT-AC66U, RT-N66R, RT-AC66R, RT-AC68U, RT-AC68R, RT-N66W, RT-AC66W, RT-AC87R, RT-AC87U, RT-AC51U, RT-AC68P, RT-N11P, RT-N12+, RT-N12E B1, RT-AC3200, RT-AC53U, RT-AC1750, RT-AC1900P, RT-N300, and RT-AC750 routers with firmware before 3.0.0.4.380.7378; RT-AC68W routers with firmware before 3.0.0.4.380.7266; and RT-N600, RT-N12+ B1, RT-N11P B1, RT-N12VP B1, RT-N12E C1, RT-N300 B1, and RT-N12+ Pro routers with firmware before 3.0.0.4.380.9488 allows remote attackers to inject arbitrary JavaScript by requesting filenames longer than 50 characters.</td><td><a href="https://www.exploit-db.com/exploits/41571">https://www.exploit-db.com/exploits/41571</a></td></tr><tr><td>CVE-2017-6443</td><td>Cross-site scripting (XSS) vulnerability in EPSON TMNet WebConfig 1.00 allows remote attackers to inject arbitrary web script or HTML via the W_AD1 parameter to Forms/oadmin_1.</td><td><a href="https://www.exploit-db.com/exploits/41502">https://www.exploit-db.com/exploits/41502</a></td></tr><tr><td>CVE-2017-2371</td><td>An issue was discovered in certain Apple products. iOS before 10.2.1 is affected. The issue involves the "WebKit" component, which allows remote attackers to launch popups via a crafted web site.</td><td><a href="https://www.exploit-db.com/exploits/41451">https://www.exploit-db.com/exploits/41451</a></td></tr><tr><td>CVE-2017-6098</td><td>A SQL injection issue was discovered in the Mail Masta (aka mail-masta) plugin 1.0 for WordPress. This affects /inc/campaign_save.php (Requires authentication to Wordpress admin) with the POST Parameter: list_id.</td><td><a href="https://www.exploit-db.com/exploits/41438">https://www.exploit-db.com/exploits/41438</a></td></tr><tr><td>CVE-2017-5344</td><td>An issue was discovered in dotCMS through 3.6.1. The findChildrenByFilter() function which is called by the web accessible path /categoriesServlet performs string interpolation and direct SQL query execution. SQL quote escaping and a keyword blacklist were implemented in a new class, SQLUtil (main/java/com/dotmarketing/common/util/SQLUtil.java), as part of the remediation of CVE-2016-8902; however, these can be overcome in the case of the q and inode parameters to the /categoriesServlet path. Overcoming these controls permits a number of blind boolean SQL injection vectors in either parameter. The /categoriesServlet web path can be accessed remotely and without authentication in a default dotCMS deployment.</td><td><a href="https://www.exploit-db.com/exploits/41377">https://www.exploit-db.com/exploits/41377</a></td></tr><tr><td>CVE-2017-5174</td><td>An Authentication Bypass issue was discovered in Geutebruck IP Camera G-Cam/EFD-2250 Version 1.11.0.12. An authentication bypass vulnerability has been identified. The existing file system architecture could allow attackers to bypass the access control that may allow remote code execution.</td><td><a href="https://www.exploit-db.com/exploits/41360">https://www.exploit-db.com/exploits/41360</a></td></tr><tr><td>CVE-2017-16836</td><td>Arris TG1682G devices with Comcast TG1682_2.0s7_PRODse 10.0.59.SIP.PC20.CT software allow Unauthenticated Stored XSS via the actionHandler/ajax_managed_services.php service parameter.</td><td><a href="https://www.exploit-db.com/exploits/38657">https://www.exploit-db.com/exploits/38657</a></td></tr><tr><td>CVE-2017-15367</td><td>Bacula-web before 8.0.0-rc2 is affected by multiple SQL Injection vulnerabilities that could allow an attacker to access the Bacula database and, depending on configuration, escalate privileges on the server.</td><td><a href="https://www.exploit-db.com/exploits/44272">https://www.exploit-db.com/exploits/44272</a></td></tr><tr><td>CVE-2017-16716</td><td>A SQL Injection issue was discovered in WebAccess versions prior to 8.3. WebAccess does not properly sanitize its inputs for SQL commands.</td><td><a href="https://www.exploit-db.com/exploits/43928">https://www.exploit-db.com/exploits/43928</a></td></tr><tr><td>CVE-2017-17612</td><td>Hot Scripts Clone 3.1 has SQL Injection via the /categories subctid or mctid parameter.</td><td><a href="https://www.exploit-db.com/exploits/43916">https://www.exploit-db.com/exploits/43916</a></td></tr><tr><td>CVE-2017-15374</td><td>Shopware v5.2.5 - v5.3 is vulnerable to cross site scripting in the customer and order section of the content management system backend modules. Remote attackers are able to inject malicious script code into the firstname, lastname, or order input fields to provoke persistent execution in the customer and orders section of the backend. The execution occurs in the administrator backend listing when processing a preview of the customers (kunden) or orders (bestellungen). The injection can be performed interactively via user registration or by manipulation of the order information inputs. The issue can be exploited by low privileged user accounts against higher privileged (admin or moderator) accounts.</td><td><a href="https://www.exploit-db.com/exploits/43849">https://www.exploit-db.com/exploits/43849</a></td></tr><tr><td>CVE-2017-17999</td><td>SQL injection vulnerability in RISE Ultimate Project Manager 1.9 allows remote attackers to execute arbitrary SQL commands via the search parameter to index.php/knowledge_base/get_article_suggestion/.</td><td><a href="https://www.exploit-db.com/exploits/43591">https://www.exploit-db.com/exploits/43591</a></td></tr><tr><td>CVE-2017-17970</td><td>Multiple SQL injection vulnerabilities in Muviko 1.1 allow remote attackers to execute arbitrary SQL commands via the (1) email parameter to login.php; the (2) season_id parameter to themes/flixer/ajax/load_season.php; the (3) movie_id parameter to themes/flixer/ajax/get_rating.php; the (4) rating or (5) movie_id parameter to themes/flixer/ajax/update_rating.php; or the (6) id parameter to themes/flixer/ajax/set_player_source.php.</td><td><a href="https://www.exploit-db.com/exploits/43477">https://www.exploit-db.com/exploits/43477</a></td></tr><tr><td>CVE-2017-7997</td><td>Multiple SQL injection vulnerabilities in Gespage before 7.4.9 allow remote attackers to execute arbitrary SQL commands via the (1) show_prn parameter to webapp/users/prnow.jsp or show_month parameter to (2) webapp/users/blhistory.jsp or (3) webapp/users/prhistory.jsp.</td><td><a href="https://www.exploit-db.com/exploits/43447">https://www.exploit-db.com/exploits/43447</a></td></tr></tbody></table>


# CVE-2012

<table><thead><tr><th width="157.79998779296875">CVE</th><th width="362.2000732421875">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2012-0297</td><td>The management GUI in Symantec Web Gateway 5.0.x before 5.0.3 does not properly restrict access to application scripts, which allows remote attackers to execute arbitrary code by (1) injecting crafted data or (2) including crafted data.</td><td><a href="https://www.exploit-db.com/exploits/18932">https://www.exploit-db.com/exploits/18932</a></td></tr><tr><td>CVE-2012-6708</td><td>jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '&#x3C;' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '&#x3C;' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.</td><td><a href="https://www.exploit-db.com/exploits/49708">https://www.exploit-db.com/exploits/49708</a></td></tr></tbody></table>


# CVE-2011

<table><thead><tr><th width="173">CVE</th><th width="323.7999267578125">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2011-4969</td><td>Cross-site scripting (XSS) vulnerability in jQuery before 1.6.3, when using location.hash to select elements, allows remote attackers to inject arbitrary web script or HTML via a crafted tag.</td><td><a href="https://nvd.nist.gov/vuln/detail/cve-2011-4969">https://nvd.nist.gov/vuln/detail/cve-2011-4969</a></td></tr></tbody></table>


# CVE-2009

<table><thead><tr><th width="170.60003662109375">CVE</th><th width="364.800048828125">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2009-2023</td><td>SQL injection vulnerability in index.php in Shop-Script Pro 2.12, when magic_quotes_gpc is disabled, allows remote attackers to execute arbitrary SQL commands via the current_currency parameter.</td><td><a href="https://www.exploit-db.com/exploits/8906">https://www.exploit-db.com/exploits/8906</a></td></tr></tbody></table>


# CVE-2008

<table><thead><tr><th width="177">CVE</th><th width="353.800048828125">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2008-2023</td><td>Multiple SQL injection vulnerabilities in PD9 Software MegaBBS 2.2 allow remote attackers to execute arbitrary SQL commands via the (1) invisible and (2) timeoffset parameters to profile/controlpanel.asp and the (3) attachmentid parameter to forums/attach-file.asp.</td><td><a href="https://www.exploit-db.com/exploits/5507">https://www.exploit-db.com/exploits/5507</a></td></tr><tr><td>CVE-2008-0670</td><td>SQL injection vulnerability in index.php in the Noticias (com_noticias) 1.0 component for Joomla! allows remote attackers to execute arbitrary SQL commands via the id parameter in a detalhe action.</td><td><a href="https://www.exploit-db.com/exploits/5081">https://www.exploit-db.com/exploits/5081</a></td></tr><tr><td>CVE-2008-0772</td><td>SQL injection vulnerability in index.php in the com_doc component for Joomla! and Mambo allows remote attackers to execute arbitrary SQL commands via the sid parameter in a view task.</td><td><a href="https://www.exploit-db.com/exploits/5080">https://www.exploit-db.com/exploits/5080</a></td></tr><tr><td>CVE-2008-0721</td><td>SQL injection vulnerability in index.php in the Sermon (com_sermon) 0.2 component for Mambo allows remote attackers to execute arbitrary SQL commands via the gid parameter.</td><td><a href="https://www.exploit-db.com/exploits/5076">https://www.exploit-db.com/exploits/5076</a></td></tr><tr><td>CVE-2008-0719</td><td>SQL injection vulnerability in customer_testimonials.php in the Customer Testimonials 3 and 3.1 Addon for osCommerce Online Merchant 2.2 allows remote attackers to execute arbitrary SQL commands via the testimonial_id parameter.</td><td><a href="https://www.exploit-db.com/exploits/5075">https://www.exploit-db.com/exploits/5075</a></td></tr><tr><td>CVE-2008-7242</td><td>Multiple cross-site scripting (XSS) vulnerabilities in MODx CMS 0.9.6.1 and 0.9.6.1p1 allo remote attackers to inject arbitrary web script or HTML via the (1) search, (2) "a," (3) messagesubject, and (4) messagebody parameters to certain pages as reachable from manager/index.php; (5) highlight, (6) id, (7) email, (8) name, and (9) parent parameters to index.php; and the (10) docgrp and (11) moreResultsPage parameters to index-ajax.php.</td><td><a href="https://www.exploit-db.com/exploits/31120">https://www.exploit-db.com/exploits/31120</a></td></tr></tbody></table>


# CVE-2001

<table><thead><tr><th width="141.79998779296875">CVE</th><th width="359.4000244140625">CVE Description</th><th>Reference</th></tr></thead><tbody><tr><td>CVE-2001-1524</td><td>Cross-site scripting (XSS) vulnerability in PHP-Nuke 5.3.1 and earlier allows remote attackers to inject arbitrary web script or HTML via the (1) uname parameter in user.php, (2) ttitle, letter and file parameters in modules.php, (3) subject, story and storyext parameters in submit.php, (4) upload parameter in admin.php and (5) fname parameter in friend.php.</td><td><a href="https://www.exploit-db.com/exploits/21166">https://www.exploit-db.com/exploits/21166</a></td></tr></tbody></table>


# Error code 502

<figure><img src="/files/PwKP8VNRkh39QQfNfwtO" alt=""><figcaption></figcaption></figure>

This issue indicates that the Web Application Firewall (WAF) cannot connect to the backend application server. To resolve this, verify the protocol used by the WAF to reach the backend server or whitelist the WAF IPs on the backend server.

Follow these steps to change the protocol:

1. Log in to the Prophaze Dashboard.
2. Navigate to the Settings tab.
3. Click the edit icon next to the domain name for which you want to make changes.
4. Check the endpoint and protocol.

Make sure to save any changes to apply the new settings.

<figure><img src="/files/rKm6cIiNXvozrWtTbKoK" alt=""><figcaption></figcaption></figure>


# Error code 504

<figure><img src="/files/Rk5F9hSXe7PUJyCa88wg" alt=""><figcaption></figcaption></figure>

A gateway timeout error typically occurs when the Web Application Firewall (WAF) takes longer than expected to connect to the backend server. This can happen, for instance, if a user is downloading a large file, which may result in a longer connection time to the site.

Follow these steps to change the protocol:

1. Log in to the Prophaze Dashboard.
2. Navigate to the Settings tab.
3. Click the edit icon next to the domain name for which you want to make changes.
4. Increase the below timeouts value.


# Error Code 503

In this case, the Web Application Firewall (WAF) is unable to reach the backend server. A probable cause for this issue is that the backend server is down for maintenance.

To resolve this issue:

1. Check Server Status: Verify if the backend server is undergoing maintenance or experiencing downtime.
2. Monitor Maintenance Schedules: Ensure you are aware of any scheduled maintenance that could impact server availability.
3. Bot Mitigation: If Bot Mitigation is enabled, server or API requests to the application may be blocked by the WAF. To prevent this, whitelist the source IPs under the "Allowed IPs" section in the Bot Mitigation module.

<figure><img src="/files/K87py0O81SHVezPzIfZ8" alt=""><figcaption></figcaption></figure>


# Error Code 403

<figure><img src="/files/ylb0cJbUoEVFbufLJ4bX" alt=""><figcaption></figcaption></figure>

A 403 Forbidden error indicates that the user is prohibited from accessing the website. This often results from custom rules implemented by the user. For example, if a custom rule is set to block access from the USA, and a user tries to access the site from the USA, they will encounter a 403 Forbidden error.

To resolve this issue:

1. Review Custom Rules: Check the custom rules configured on your site.
2. Adjust Settings: Modify or remove any rules that are unnecessarily restrictive.

Ensure that your custom rules are appropriately set to balance security and accessibility.


# Unknown Error

If you are not encountering any of the errors mentioned above, please follow these steps:

1. Bypass the WAF and verify if the issue persists.
2. Upload the complete SSL certificate chain to the Prophaze Dashboard.
3. Whitelist the Prophaze WAF IPs within your infrastructure.


