3282 vulnerabilidades · Web Orden: CVSS EPSS Año ID
CVE-2023-41336
ux-autocomplete Web
6.5
MEDIUM
EPSS
1.1%
2023 CWE-20 1 PoC

ux-autocomplete is a JavaScript Autocomplete functionality for Symfony. Under certain circumstances, an attacker could successfully submit an entity id for an `EntityType` that is *not* part of the valid choices. The problem has been fixed in `symfony/ux-autocomplete` version 2.11.2.

CVE-2023-32750
Software Genérico Web
6.5
MEDIUM
EPSS
2.8%
2023 2 PoCs

Pydio Cells through 4.1.2 allows SSRF. For longer running processes, Pydio Cells allows for the creation of jobs, which are run in the background. The job "remote-download" can be used to cause the backend to send a HTTP GET request to a specified URL and save the response to a new file. The response file is then available in a user-specified folder in Pydio Cells.

CVE-2023-1426
WP Tiles Web Windows
6.5
MEDIUM
EPSS
0.5%
2023 1 PoC

The WP Tiles WordPress plugin through 1.1.2 does not ensure that posts to be displayed are not draft/private, allowing any authenticated users, such as subscriber to retrieve the titles of draft and privates posts for example. AN attacker could also retrieve the title of any other type of post.

CVE-2023-27073
Software Genérico Web
6.5
MEDIUM
EPSS
0.2%
2023 1 PoC

A Cross-Site Request Forgery (CSRF) in Online Food Ordering System v1.0 allows attackers to change user details and credentials via a crafted POST request.

CVE-2023-7201
Everest Backup Web Windows
6.5
MEDIUM
EPSS
0.2%
2023 1 PoC

The Everest Backup WordPress plugin before 2.2.5 does not properly validate backup files to be uploaded, allowing high privilege users such as admin to upload arbitrary files on the server even when they should not be allowed to (for example in multisite setup)

CVE-2023-27163
Software Genérico Web ⚡ nuclei
6.5
MEDIUM
EPSS
93.3%
2023 23 PoCs

request-baskets up to v1.2.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /api/baskets/{name}. This vulnerability allows attackers to access network resources and sensitive information via a crafted API request.

CVE-2023-26143
blamer Web
6.5
MEDIUM
EPSS
0.1%
2023 CWE-88 1 PoC

Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile() API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the double-dash POSIX characters (--) to communicate the end of options.

CVE-2023-0314
thorsten/phpmyfaq Web
6.5
MEDIUM
EPSS
0.3%
2023 CWE-79 1 PoC

Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-7286
ACF Quick Edit Fields Web Windows
6.5
MEDIUM
EPSS
1.0%
2023 CWE-639 1 PoC

The plugin ACF Quick Edit Fields for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 3.2.2. This makes it possible for attackers without the edit_users capability to access metadata of other users, this includes contributor-level users and above.

CVE-2023-5907
File Manager Web Windows
6.5
MEDIUM
EPSS
0.4%
2023 1 PoC

The File Manager WordPress plugin before 6.3 does not restrict the file managers root directory, allowing an administrator to set a root outside of the WordPress root directory, giving access to system files and directories even in a multisite setup, where site administrators should not be allowed to modify the sites files.

CVE-2023-6139
Essential Real Estate Web Windows
6.5
MEDIUM
EPSS
0.2%
2023 1 PoC

The Essential Real Estate WordPress plugin before 4.4.0 does not apply proper capability checks on its AJAX actions, which among other things, allow attackers with a subscriber account to conduct Denial of Service attacks.

CVE-2023-3720
Upload Media By URL Web Windows
6.5
MEDIUM
EPSS
0.1%
2023 1 PoC

The Upload Media By URL WordPress plugin before 1.0.8 does not have CSRF check when uploading files, which could allow attackers to make logged in admins upload files (including HTML containing JS code for users with the unfiltered_html capability) on their behalf.

CVE-2023-0502
WP News Web Windows
6.5
MEDIUM
EPSS
0.1%
2023 1 PoC

The WP News WordPress plugin through 1.1.9 does not have CSRF check when activating plugins, which could allow attackers to make logged in admins activate arbitrary plugins present on the blog via a CSRF attack

CVE-2023-21909
Siebel UI Framework Web Database
6.5
MEDIUM
EPSS
0.5%
2023 1 PoC

Vulnerability in the Siebel CRM product of Oracle Siebel CRM (component: UI Framework). Supported versions that are affected are 23.3 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Siebel CRM. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Siebel CRM accessible data. CVSS 3.1 Base Score 6.5 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N).

CVE-2023-26142
Crow Web
6.5
MEDIUM
EPSS
0.2%
2023 CWE-113 1 PoC

All versions of the package crow are vulnerable to HTTP Response Splitting when untrusted user input is used to build header values. Header values are not properly sanitized against CRLF Injection in the set_header and add_header functions. An attacker can add the \r\n (carriage return line feeds) characters to end the HTTP response headers and inject malicious content.

CVE-2023-6821
Error Log Viewer by BestWebSoft Web Windows
6.5
MEDIUM
EPSS
0.2%
2023 1 PoC

The Error Log Viewer by BestWebSoft WordPress plugin before 1.1.3 is affected by a Directory Listing issue, allowing users to read and download PHP logs without authorization

CVE-2023-5006
WP Discord Invite Web Windows
6.5
MEDIUM
EPSS
0.1%
2023 1 PoC

The WP Discord Invite WordPress plugin before 2.5.1 does not protect some of its actions against CSRF attacks, allowing an unauthenticated attacker to perform actions on their behalf by tricking a logged in administrator to submit a crafted request.

CVE-2023-29020
fastify-passport Web
6.5
MEDIUM
EPSS
0.1%
2023 CWE-384 2 PoCs

@fastify/passport is a port of passport authentication library for the Fastify ecosystem. The CSRF (Cross-Site Request Forger) protection enforced by the `@fastify/csrf-protection` library, when combined with `@fastify/passport` in affected versions, can be bypassed by network and same-site attackers. `fastify/csrf-protection` implements the synchronizer token pattern (using plugins `@fastify/session` and `@fastify/secure-session`) by storing a random value used for CSRF token generation in the `_csrf` attribute of a user's session. The `@fastify/passport` library does not clear the session ob

CVE-2023-45228
Analog FM transmitter Web
6.5
MEDIUM
EPSS
0.0%
2023 CWE-284 2 PoCs

The application suffers from improper access control when editing users. A user with read permissions can manipulate users, passwords, and permissions by sending a single HTTP POST request with modified parameters.

CVE-2023-1524
Download Manager Web Windows
6.5
MEDIUM
EPSS
0.2%
2023 1 PoC

The Download Manager WordPress plugin before 3.2.71 does not adequately validate passwords for password-protected files. Upon validation, a master key is generated and exposed to the user, which may be used to download any password-protected file on the server, allowing a user to download any file with the knowledge of any one file's password.