Vulnerabilities (CVE)

Filtered by vendor Airsonic Project Subscribe
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2018-20222 1 Airsonic Project 1 Airsonic 2023-12-10 7.5 HIGH 9.8 CRITICAL
XXE issue in Airsonic before 10.1.2 during parse.
CVE-2019-10908 1 Airsonic Project 1 Airsonic 2023-12-10 7.5 HIGH 9.8 CRITICAL
In Airsonic 10.2.1, RecoverController.java generates passwords via org.apache.commons.lang.RandomStringUtils, which uses java.util.Random internally. This PRNG has a 48-bit seed that can easily be bruteforced, leading to trivial privilege escalation attacks.
CVE-2019-10907 1 Airsonic Project 1 Airsonic 2023-12-10 5.0 MEDIUM 9.8 CRITICAL
Airsonic 10.2.1 uses Spring's default remember-me mechanism based on MD5, with a fixed key of airsonic in GlobalSecurityConfig.java. An attacker able to capture cookies might be able to trivially bruteforce offline the passwords of associated users.