Search Results (338102 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2025-24934 1 Freebsd 1 Freebsd 2025-10-23 5.4 Medium
Software which sets SO_REUSEPORT_LB on a socket and then connects it to a host will not directly observe any problems. However, due to its membership in a load-balancing group, that socket will receive packets originating from any host. This breaks the contract of the connect(2) and implied connect via sendto(2), and may leave the application vulnerable to spoofing attacks. The kernel failed to check the connection state of sockets when adding them to load-balancing groups. Furthermore, when looking up the destination socket for an incoming packet, the kernel will match a socket belonging to a load-balancing group even if it is connected, in violation of the contract that connected sockets are only supposed to receive packets originating from the connected host.
CVE-2025-62812 2025-10-23 N/A
Not used
CVE-2025-62811 2025-10-23 N/A
Not used
CVE-2025-62810 2025-10-23 N/A
Not used
CVE-2025-62809 2025-10-23 N/A
Not used
CVE-2025-62808 2025-10-23 N/A
Not used
CVE-2025-62807 2025-10-23 N/A
Not used
CVE-2025-62806 2025-10-23 N/A
Not used
CVE-2025-62805 2025-10-23 N/A
Not used
CVE-2025-62804 2025-10-23 N/A
Not used
CVE-2023-52892 1 Phpseclib 1 Phpseclib 2025-10-22 7.5 High
In phpseclib before 1.0.22, 2.x before 2.0.46, and 3.x before 3.0.33, some characters in Subject Alternative Name fields in TLS certificates are incorrectly allowed to have a special meaning in regular expressions (such as a + wildcard), leading to name confusion in X.509 certificate host verification.
CVE-2025-11945 1 Toeverything 1 Affine 2025-10-22 3.5 Low
A vulnerability was identified in toeverything AFFiNE up to 0.24.1. This vulnerability affects unknown code of the component Avatar Upload Image Endpoint. Such manipulation leads to cross site scripting. The attack may be launched remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVE-2024-6424 1 Mesbook 1 Mesbook 2025-10-22 9.3 Critical
External server-side request vulnerability in MESbook 20221021.03 version, which could allow a remote, unauthenticated attacker to exploit the endpoint "/api/Proxy/Post?userName=&password=&uri=<FILE|INTERNAL URL|IP/HOST" or "/api/Proxy/Get?userName=&password=&uri=<ARCHIVO|URL INTERNA|IP/HOST" to read the source code of web files, read internal files or access network resources.
CVE-2024-6425 1 Mesbook 1 Mesbook 2025-10-22 9.1 Critical
Incorrect Provision of Specified Functionality vulnerability in MESbook 20221021.03 version. An unauthenticated remote attacker can register user accounts without being authenticated from the route "/account/Register/" and in the parameters "UserName=<RANDOMUSER>&Password=<PASSWORD>&ConfirmPassword=<PASSWORD-REPEAT>".
CVE-2024-3232 1 Tenable 1 Identity Exposure 2025-10-22 7.6 High
A formula injection vulnerability exists in Tenable Identity Exposure where an authenticated remote attacker with administrative privileges could manipulate application form fields in order to trick another administrator into executing CSV payloads. - CVE-2024-3232
CVE-2024-6436 1 Rockwellautomation 1 Sequencemanager 2025-10-22 6.5 Medium
An input validation vulnerability exists in the Rockwell Automation Sequence Manager™ which could allow a malicious user to send malformed packets to the server and cause a denial-of-service condition. If exploited, the device would become unresponsive, and a manual restart will be required for recovery. Additionally, if exploited, there could be a loss of view for the downstream equipment sequences in the controller. Users would not be able to view the status or command the equipment sequences, however the equipment sequence would continue to execute uninterrupted.
CVE-2024-9097 1 Zohocorp 1 Manageengine Endpoint Central 2025-10-22 3.5 Low
ManageEngine Endpoint Central versions before 11.3.2440.09 are vulnerable to IDOR vulnerability which allows the attacker to change the username in the chat.
CVE-2024-57408 1 Beian.miit 1 Cool-admin-java 2025-10-22 7.2 High
An arbitrary file upload vulnerability in the component /comm/upload of cool-admin-java v1.0 allows attackers to execute arbitrary code via uploading a crafted file.
CVE-2025-5494 1 Zohocorp 1 Manageengine Endpoint Central 2025-10-22 3.9 Low
ZohoCorp ManageEngine Endpoint Central was impacted by an improper privilege management issue in the agent setup. This issue affects Endpoint Central: through 11.4.2500.25, through 11.4.2508.13.
CVE-2024-58015 1 Linux 1 Linux Kernel 2025-10-22 7.1 High
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix for out-of bound access error Selfgen stats are placed in a buffer using print_array_to_buf_index() function. Array length parameter passed to the function is too big, resulting in possible out-of bound memory error. Decreasing buffer size by one fixes faulty upper bound of passed array. Discovered in coverity scan, CID 1600742 and CID 1600758