CVE Feed

    Dashboard / CVE

    6.9
    Medium

    CVE-2025-3846

    Last Modified: 15 Oct 2025

    A vulnerability was found in markparticle WebServer up to 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file code/http/httprequest.cpp of the component Registration. The manipulation of the argument username/password leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.

    Published: 21 Apr 2025
    6.9
    Medium

    CVE-2025-3845

    Last Modified: 15 Oct 2025

    A vulnerability was found in markparticle WebServer up to 1.0. It has been declared as critical. Affected by this vulnerability is the function Buffer::HasWritten of the file code/buffer/buffer.cpp. The manipulation of the argument writePos_ leads to buffer overflow. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.

    Published: 21 Apr 2025
    5.3
    Medium

    CVE-2025-3843

    Last Modified: 15 Oct 2025

    A vulnerability was found in panhainan DS-Java 1.0. It has been classified as problematic. Affected is an unknown function. The manipulation leads to cross-site request forgery. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

    Published: 21 Apr 2025
    6
    Medium

    CVE-2025-32955

    Last Modified: 15 Apr 2026

    Harden-Runner is a CI/CD security agent that works like an EDR for GitHub Actions runners. Versions from 0.12.0 to before 2.12.0 are vulnerable to `disable-sudo` bypass. Harden-Runner includes a policy option `disable-sudo` to prevent the GitHub Actions runner user from using sudo. This is implemented by removing the runner user from the sudoers file. However, this control can be bypassed as the runner user, being part of the docker group, can interact with the Docker daemon to launch privileged containers or access the host filesystem. This allows the attacker to regain root access or restore the sudoers file, effectively bypassing the restriction. This issue has been patched in version 2.12.0.

    Published: 21 Apr 2025
    8
    High

    CVE-2025-32956

    Last Modified: 19 Sept 2025

    ManageWiki is a MediaWiki extension allowing users to manage wikis. Versions before commit f504ed8, are vulnerable to SQL injection when renaming a namespace in Special:ManageWiki/namespaces when using a page prefix (namespace name, which is the current namespace you are renaming) with an injection payload. This issue has been patched in commit f504ed8. A workaround for this vulnerability involves setting `$wgManageWiki['namespaces'] = false;`.

    Published: 21 Apr 2025
    9.8
    Critical

    CVE-2025-32958

    Last Modified: 15 Apr 2026

    Adept is a language for general purpose programming. Prior to commit a1a41b7, the remoteBuild.yml workflow file uses actions/upload-artifact@v4 to upload the mac-standalone artifact. This artifact is a zip of the current directory, which includes the automatically generated .git/config file containing the run's GITHUB_TOKEN. Seeing as the artifact can be downloaded prior to the end of the workflow, there is a few seconds where an attacker can extract the token from the artifact and use it with the Github API to push malicious code or rewrite release commits in the AdeptLanguage/Adept repository. This issue has been patched in commit a1a41b7.

    Published: 21 Apr 2025
    5.3
    Medium

    CVE-2025-3842

    Last Modified: 15 Oct 2025

    A vulnerability was found in panhainan DS-Java 1.0 and classified as critical. This issue affects the function uploadUserPic.action of the file src/com/phn/action/FileUpload.java. The manipulation of the argument fileUpload leads to code injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.

    Published: 21 Apr 2025
    4.8
    Medium

    CVE-2025-3841

    Last Modified: 23 Jun 2025

    A vulnerability, which was classified as problematic, was found in wix-incubator jam up to e87a6fd85cf8fb5ff37b62b2d68f917219d07ae9. This affects an unknown part of the file jam.py of the component Jinja2 Template Handler. The manipulation of the argument config['template'] leads to improper neutralization of special elements used in a template engine. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available.

    Published: 21 Apr 2025
    8.1
    High

    CVE-2025-27086

    Last Modified: 23 Jun 2025

    A vulnerability in the HPE Performance Cluster Manager (HPCM) GUI could allow an attacker to bypass authentication.

    Published: 21 Apr 2025
    7.5
    High

    CVE-2025-23174

    Last Modified: 15 Apr 2026

    CWE-200: Exposure of Sensitive Information to an Unauthorized Actor

    Published: 21 Apr 2025
    4
    Medium

    CVE-2025-32793

    Last Modified: 3 Sept 2025

    Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Versions 1.15.0 to 1.15.15, 1.16.0 to 1.16.8, and 1.17.0 to 1.17.2, are vulnerable when using Wireguard transparent encryption in a Cilium cluster, packets that originate from a terminating endpoint can leave the source node without encryption due to a race condition in how traffic is processed by Cilium. This issue has been patched in versions 1.15.16, 1.16.9, and 1.17.3. There are no workarounds available for this issue.

    Published: 21 Apr 2025
    8.8
    High

    CVE-2025-32431

    Last Modified: 25 Nov 2025

    Traefik (pronounced traffic) is an HTTP reverse proxy and load balancer. In versions prior to 2.11.24, 3.3.6, and 3.4.0-rc2. There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path, if the URL contains a /../ in its path, it’s possible to target a backend, exposed using another router, by-passing the middlewares chain. This issue has been patched in versions 2.11.24, 3.3.6, and 3.4.0-rc2. A workaround involves adding a `PathRegexp` rule to the matcher to prevent matching a route with a `/../` in the path.

    Published: 21 Apr 2025
    5.9
    Medium

    CVE-2024-12543

    Last Modified: 15 Apr 2026

    User Enumeration and Data Integrity in Barcode functionality in OpenText Content Management versions 24.3-25.1on Windows and Linux allows a malicous authenticated attacker to potentially alter barcode attributes.

    Published: 21 Apr 2025
    8.7
    High

    CVE-2025-3857

    Last Modified: 15 Apr 2026

    When reading binary Ion data through Amazon.IonDotnet using the RawBinaryReader class, Amazon.IonDotnet does not check the number of bytes read from the underlying stream while deserializing the binary format. If the Ion data is malformed or truncated, this triggers an infinite loop condition that could potentially result in a denial of service. Users should upgrade to Amazon.IonDotnet version 1.3.1 and ensure any forked or derivative code is patched to incorporate the new fixes.

    Published: 21 Apr 2025
    5.6
    Medium

    CVE-2024-12863

    Last Modified: 15 Apr 2026

    Stored XSS in Discussions in OpenText Content Management CE 20.2 to 25.1 on Windows and Linux allows authenticated malicious users to inject code into the system.

    Published: 21 Apr 2025
    8.4
    High

    CVE-2025-2298

    Last Modified: 15 Apr 2026

    An improper authorization vulnerability in Dremio Software allows authenticated users to delete arbitrary files that the system has access to, including system files and files stored in remote locations such as S3, Azure Blob Storage, and local filesystems. This vulnerability exists due to insufficient access controls on an API endpoint, enabling any authenticated user to specify and delete files outside their intended scope. Exploiting this flaw could lead to data loss, denial of service (DoS), and potential escalation of impact depending on the deleted files. Affected versions: * Any version of Dremio below 24.0.0 * Dremio 24.3.0 - 24.3.16 * Dremio 25.0.0 - 25.0.14 * Dremio 25.1.0 - 25.1.7 * Dremio 25.2.0 - 25.2.4 Fixed in version:  * Dremio 24.3.17 and above * Dremio 25.0.15 and above * Dremio 25.1.8 and above * Dremio 25.2.5 and above * Dremio 26.0.0 and above

    Published: 21 Apr 2025
    2.3
    Low

    CVE-2025-2517

    Last Modified: 15 Apr 2026

    Reference to Expired Domain Vulnerability in OpenText™ ArcSight Enterprise Security Manager.

    Published: 21 Apr 2025
    5.5
    Medium

    CVE-2024-12862

    Last Modified: 15 Apr 2026

    Incorrect Authorization vulnerability in the OpenText Content Server REST API on Windows, Linux allows users without the appropriate permissions to remove external collaborators.This issue affects Content Server: 20.2-24.4.

    Published: 21 Apr 2025
    2.1
    Low

    CVE-2025-3840

    Last Modified: 15 Apr 2026

    An improper neutralization of input vulnerability was identified in the End of Life (EOL) OVA based connect installer component which is deployed for installation purposes in a customer network. This EOL component was deprecated in September 2023 with end of support extended till January 2024. An actor can manipulate the action parameter of the login form to inject malicious scripts which would lead to a XSS attack under certain conditions.

    Published: 21 Apr 2025
    6.1
    Medium

    CVE-2025-3838

    Last Modified: 15 Apr 2026

    An Improper Authorization vulnerability was identified in the EOL OVA based connect component which is deployed for installation purposes in the customer internal network. Under certain conditions, this could allow a bad actor to gain unauthorized access to the local db containing weakly hashed credentials of the installer. This EOL component was deprecated in September 2023 with end of support extended till January 2024.

    Published: 21 Apr 2025
    6.1
    Medium

    CVE-2025-3837

    Last Modified: 15 Apr 2026

    An improper input validation vulnerability is identified in the End of Life (EOL) OVA based connect component which is deployed for installation purposes in the customer internal network. This EOL component was deprecated in September 2023 with end of support extended till January 2024. Under certain circumstances, an actor can manipulate a specific request parameter and inject code execution payload which could lead to a remote code execution on the infrastructure hosting this component.

    Published: 21 Apr 2025
    3.8
    Low

    CVE-2025-25228

    Last Modified: 28 May 2025

    A SQL injection in VirtueMart component 1.0.0 - 4.4.7 for Joomla allows authenticated attackers (administrator) to execute arbitrary SQL commands in the product management area in backend.

    Published: 21 Apr 2025
    9.2
    Critical

    CVE-2025-0632

    Last Modified: 15 Apr 2026

    Local File Inclusion (LFI) vulnerability in a Render function of Formulatrix Rock Maker Web (RMW) allows a remote attacker to obtain sensitive data via arbitrary code execution. A malicious actor could execute malicious scripts to automatically download configuration files in known locations to exfiltrate data including credentials, and with no rate limiting a malicious actor could enumerate the filesystem of the host machine and potentially lead to full host compromise. This issue affects Rock Maker Web: from 3.2.1.1 and later

    Published: 21 Apr 2025
    3.3
    Low

    CVE-2025-29446

    Last Modified: 29 Jun 2026

    DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.

    Published: 21 Apr 2025
    8.1
    High

    CVE-2025-43922

    Last Modified: 15 Apr 2026

    The FileWave Windows client before 16.0.0, in some non-default configurations, allows an unprivileged local user to escalate privileges to SYSTEM.

    Published: 21 Apr 2025
    6.8
    Medium

    CVE-2025-43973

    Last Modified: 8 May 2025

    An issue was discovered in GoBGP before 3.35.0. pkg/packet/rtr/rtr.go does not verify that the input length corresponds to a situation in which all bytes are available for an RTR message.

    Published: 21 Apr 2025
    8.6
    High

    CVE-2025-43971

    Last Modified: 8 May 2025

    An issue was discovered in GoBGP before 3.35.0. pkg/packet/bgp/bgp.go allows attackers to cause a panic via a zero value for softwareVersionLen.

    Published: 21 Apr 2025
    6.5
    Medium

    CVE-2025-28367

    Last Modified: 22 Aug 2025

    mojoPortal <=2.9.0.1 is vulnerable to Directory Traversal via BetterImageGallery API Controller - ImageHandler Action. An attacker can exploit this vulnerability to access the Web.Config file and obtain the MachineKey.

    Published: 21 Apr 2025
    9.8
    Critical

    CVE-2025-29659

    Last Modified: 23 Jun 2025

    Yi IOT XY-3820 6.0.24.10 is vulnerable to Remote Command Execution via the "cmd_listen" function located in the "cmd" binary.

    Published: 21 Apr 2025
    6.8
    Medium

    CVE-2025-43972

    Last Modified: 8 May 2025

    An issue was discovered in GoBGP before 3.35.0. An attacker can cause a crash in the pkg/packet/bgp/bgp.go flowspec parser by sending fewer than 20 bytes in a certain context.

    Published: 21 Apr 2025
    5.4
    Medium

    CVE-2024-41446

    Last Modified: 24 Apr 2025

    A stored cross-site scripting (XSS) vulnerability in Alkacon OpenCMS v17.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the image parameter under the Create/Modify article function.

    Published: 21 Apr 2025
    6.5
    Medium

    CVE-2024-42699

    Last Modified: 24 Apr 2025

    Cross Site Scripting vulnerability in Create/Modify article function in Alkacon OpenCMS 17.0 allows remote attacker to inject javascript payload via image title sub-field in the image field

    Published: 21 Apr 2025
    8.8
    High

    CVE-2024-57394

    Last Modified: 23 Jun 2025

    The quarantine - restore function in Qi-ANXIN Tianqing Endpoint Security Management System v10.0 allows user to restore a malicious file to an arbitrary file path. Attackers can write malicious DLL to system path and perform privilege escalation by leveraging Windows DLL hijacking vulnerabilities.

    Published: 21 Apr 2025
    4.3
    Medium

    CVE-2025-28099

    Last Modified: 13 Jun 2025

    opencms V2.3 is vulnerable to Arbitrary file read in src/main/webapp/view/admin/document/dataPage.jsp,

    Published: 21 Apr 2025
    6.1
    Medium

    CVE-2025-28102

    Last Modified: 23 Jun 2025

    A cross-site scripting (XSS) vulnerability in flaskBlog v2.6.1 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the postContent parameter at /createpost.

    Published: 21 Apr 2025
    6.4
    Medium

    CVE-2025-28103

    Last Modified: 28 May 2025

    Incorrect access control in laskBlog v2.6.1 allows attackers to arbitrarily delete user accounts via a crafted request.

    Published: 21 Apr 2025
    9.1
    Critical

    CVE-2025-28104

    Last Modified: 28 May 2025

    Incorrect access control in laskBlog v2.6.1 allows attackers to access all usernames via a crafted input.

    Published: 21 Apr 2025
    6.1
    Medium

    CVE-2025-28121

    Last Modified: 24 Apr 2025

    code-projects Online Exam Mastering System 1.0 is vulnerable to Cross Site Scripting (XSS) in feedback.php via the "q" parameter allowing remote attackers to execute arbitrary code.

    Published: 21 Apr 2025
    9.8
    Critical

    CVE-2025-29287

    Last Modified: 24 Apr 2025

    An arbitrary file upload vulnerability in the ueditor component of MCMS v5.4.3 allows attackers to execute arbitrary code via uploading a crafted file.

    Published: 21 Apr 2025
    9.8
    Critical

    CVE-2025-29660

    Last Modified: 23 Jun 2025

    A vulnerability exists in the daemon process of the Yi IOT XY-3820 v6.0.24.10, which exposes a TCP service on port 6789. This service lacks proper input validation, allowing attackers to execute arbitrary scripts present on the device by sending specially crafted TCP requests using directory traversal techniques.

    Published: 21 Apr 2025
    2.5
    Low

    CVE-2025-32408

    Last Modified: 15 Apr 2026

    In Soffid Console 3.6.31 before 3.6.32, authorization to use the pam service is mishandled.

    Published: 21 Apr 2025
    3.4
    Low

    CVE-2025-43916

    Last Modified: 15 Apr 2026

    Sonos api.sonos.com through 2025-04-21, when the /login/v3/oauth endpoint is used, accepts a redirect_uri containing userinfo in the authority component, which is not consistent with RFC 6819 section 5.2.3.5. An authorization code may be sent to an attacker-controlled destination. This might have further implications in conjunction with "Decompiling the app revealed a hardcoded secret."

    Published: 21 Apr 2025
    4.3
    Medium

    CVE-2025-43970

    Last Modified: 8 May 2025

    An issue was discovered in GoBGP before 3.35.0. pkg/packet/mrt/mrt.go does not properly check the input length, e.g., by ensuring that there are 12 bytes or 36 bytes (depending on the address family).

    Published: 21 Apr 2025
    5.3
    Medium

    CVE-2025-3830

    Last Modified: 30 Apr 2025

    A vulnerability was found in kuangstudy KuangSimpleBBS 1.0. It has been declared as critical. Affected by this vulnerability is the function fileUpload of the file src/main/java/com/kuang/controller/QuestionController.java. The manipulation of the argument editormd-image-file leads to unrestricted upload. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.

    Published: 20 Apr 2025
    6.9
    Medium

    CVE-2025-3829

    Last Modified: 28 Apr 2025

    A vulnerability was found in PHPGurukul Men Salon Management System 1.0. It has been classified as critical. Affected is an unknown function of the file /admin/sales-reports-detail.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.

    Published: 20 Apr 2025
    6.9
    Medium

    CVE-2025-3828

    Last Modified: 28 Apr 2025

    A vulnerability was found in PHPGurukul Men Salon Management System 1.0 and classified as critical. This issue affects some unknown processing of the file /admin/view-appointment.php?viewid=11. The manipulation of the argument remark leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well.

    Published: 20 Apr 2025
    6.9
    Medium

    CVE-2025-3827

    Last Modified: 28 Apr 2025

    A vulnerability has been found in PHPGurukul Men Salon Management System 1.0 and classified as critical. This vulnerability affects unknown code of the file /admin/forgot-password.php. The manipulation of the argument email leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.

    Published: 20 Apr 2025
    4.8
    Medium

    CVE-2025-3826

    Last Modified: 30 Apr 2025

    A vulnerability, which was classified as problematic, was found in SourceCodester Web-based Pharmacy Product Management System 1.0. This affects an unknown part of the file add-supplier.php. The manipulation of the argument txtsupplier_name/txtaddress 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.

    Published: 20 Apr 2025
    4.8
    Medium

    CVE-2025-3825

    Last Modified: 30 Apr 2025

    A vulnerability, which was classified as problematic, has been found in SourceCodester Web-based Pharmacy Product Management System 1.0. Affected by this issue is some unknown functionality of the file add-category.php. The manipulation of the argument txtcategory_name leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.

    Published: 20 Apr 2025
    4.8
    Medium

    CVE-2025-3824

    Last Modified: 30 Apr 2025

    A vulnerability classified as problematic was found in SourceCodester Web-based Pharmacy Product Management System 1.0. Affected by this vulnerability is an unknown functionality of the file add-product.php. The manipulation of the argument txtprice/txtproduct_name leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.

    Published: 20 Apr 2025