
CVE-2025-32896 – Apache SeaTunnel: Unauthenticated insecure access
https://notcve.org/view.php?id=CVE-2025-32896
19 Jun 2025 — # Summary Unauthorized users can perform Arbitrary File Read and Deserialization attack by submit job using restful api-v1. # Details Unauthorized users can access `/hazelcast/rest/maps/submit-job` to submit job. An attacker can set extra params in mysql url to perform Arbitrary File Read and Deserialization attack. This issue affects Apache SeaTunnel: <=2.3.10 # Fixed Users are recommended to upgrade to version 2.3.11, and enable restful api-v2 & open https two-way authentication , which fixes the issue. #... • https://github.com/apache/seatunnel/pull/9010 • CWE-306: Missing Authentication for Critical Function •

CVE-2023-49198 – Apache SeaTunnel Web: Arbitrary file read vulnerability
https://notcve.org/view.php?id=CVE-2023-49198
21 Aug 2024 — Mysql security vulnerability in Apache SeaTunnel. Attackers can read files on the MySQL server by modifying the information in the MySQL URL allowLoadLocalInfile=true&allowUrlInLocalInfile=true&allowLoadLocalInfileInPath=/&maxAllowedPacket=655360 This issue affects Apache SeaTunnel: 1.0.0. Users are recommended to upgrade to version [1.0.1], which fixes the issue. Mysql security vulnerability in Apache SeaTunnel. Attackers can read files on the MySQL server by modifying the information in the MySQL URL allo... • https://lists.apache.org/thread/48j9f1nsn037mgzc4j9o51nwglb1s08h • CWE-552: Files or Directories Accessible to External Parties •

CVE-2023-48396 – Apache SeaTunnel Web: Authentication bypass
https://notcve.org/view.php?id=CVE-2023-48396
30 Jul 2024 — Web Authentication vulnerability in Apache SeaTunnel. Since the jwt key is hardcoded in the application, an attacker can forge any token to log in any user. Attacker can get secret key in /seatunnel-server/seatunnel-app/src/main/resources/application.yml and then create a token. This issue affects Apache SeaTunnel: 1.0.0. Users are recommended to upgrade to version 1.0.1, which fixes the issue. Web Authentication vulnerability in Apache SeaTunnel. • https://lists.apache.org/thread/1tdxfjksx0vb9gtyt77wlr6rdcy1qwmw • CWE-290: Authentication Bypass by Spoofing •