{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "versions": [
              {
                "introduced": "0"
              },
              {
                "last_affected": "10.2.1"
              }
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "58bd1753c9a9c59a69e467b28a2feeea43f17072"
            },
            {
              "fixed": "61c842923a6d60d4aedd126445a8437b53b752c8"
            }
          ],
          "repo": "https://github.com/airsonic/airsonic",
          "type": "GIT"
        }
      ]
    }
  ],
  "details": "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.",
  "id": "CVE-2019-10908",
  "modified": "2026-03-13T21:58:10.498445657Z",
  "published": "2019-04-07T14:29:00.427Z",
  "references": [
    {
      "type": "FIX",
      "url": "https://github.com/airsonic/airsonic/commit/61c842923a6d60d4aedd126445a8437b53b752c8"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ]
}