[From nobody Tue May  5 16:35:07 2026
Received: (at submit) by bugs.debian.org; 1 May 2026 05:59:47 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-9.9 required=4.0 tests=BAYES_00, FOURLA,
 FROMDEVELOPER, 
 NO_RELAYS,XMAILER_REPORTBUG autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 21; hammy, 149; neutral, 49; spammy,
 1. spammytokens:0.942-+--H*r:bugs.debian.org
 hammytokens:0.000-+--H*F:U*carnil, 0.000-+--XDebbugsCc,
 0.000-+--X-Debbugs-Cc, 0.000-+--HTo:N*Debian, 0.000-+--H*Ad:N*Bug
Return-path: &lt;carnil@debian.org&gt;
Received: via submission by buxtehude.debian.org with esmtp (Exim 4.96)
 (envelope-from &lt;carnil@debian.org&gt;) id 1wIgue-00GSoV-11
 for submit@bugs.debian.org; Fri, 01 May 2026 05:59:46 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Salvatore Bonaccorso &lt;carnil@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: libdancer-perl: CVE-2026-5080
Message-ID: &lt;177761518331.1655184.16063263954049202185.reportbug@eldamar.lan&gt;
X-Mailer: reportbug 13.2.0
Date: Fri, 01 May 2026 07:59:43 +0200
Delivered-To: submit@bugs.debian.org

Source: libdancer-perl
Version: 1.3522-1
Severity: important
Tags: security upstream
X-Debbugs-Cc: carnil@debian.org, Debian Security Team &lt;team@security.debian.org&gt;

Hi,

The following vulnerability was published for libdancer-perl.

CVE-2026-5080[0]:
| Dancer::Session::Abstract versions through 1.3522 for Perl generates
| session ids insecurely.  The session id is generated from summing
| the character codepoints of the absolute pathname with the process
| id, the epoch time and calls to the built-in rand() function to
| return a number between 0 and 999-billion, and concatenating that
| result three times.  The path name might be known or guessed by an
| attacker, especially for applications known to be written using
| Dancer with standard installation locations.  The epoch time can be
| guessed by an attacker, and may be leaked in the HTTP header.  The
| process id comes from a small set of numbers, and workers may have
| sequential process ids.  The built-in rand() function is seeded with
| 32-bits and is considered unsuitable for security applications.
| Predictable session ids could allow an attacker to gain access to
| systems.


If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities &amp; Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2026-5080
    https://www.cve.org/CVERecord?id=CVE-2026-5080
[1] https://lists.security.metacpan.org/cve-announce/msg/39488574/

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore
]