You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
PAGI::Middleware::Session::Store::Cookie versions through 0.001003 for Perl generates random bytes insecurely.
PAGI::Middleware::Session::Store::Cookie attempts to read bytes from the /dev/urandom device directly. If that fails (for example, on systems without the device, such as Windows), then it will emit a warning that recommends the user install Crypt::URandom, and then return a string of random bytes generated by the built-in rand function, which is unsuitable for cryptographic applications.
This modules does not use the Crypt::URandom module, and installing it will not fix the problem.
The random bytes are used for generating an initialisation vector (IV) to encrypt the cookie.
A predictable IV may make it easier for malicious users to decrypt and tamper with the session data that is stored in the cookie.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: JJNAPIORK, Description: Las versiones de PAGI::Middleware::Session::Store::Cookie hasta la 0.001003 para Perl generan bytes aleatorios de forma insegura.
PAGI::Middleware::Session::Store::Cookie intenta leer bytes directamente del dispositivo /dev/urandom. Si eso falla (por ejemplo, en sistemas sin el dispositivo, como Windows), entonces emitirá una advertencia que recomienda al usuario instalar Crypt::URandom, y luego devolverá una cadena de bytes aleatorios generados por la función 'rand' incorporada, lo cual no es adecuado para aplicaciones criptográficas.
Este módulo no utiliza el módulo Crypt::URandom, e instalarlo no solucionará el problema.
Los bytes aleatorios se utilizan para generar un vector de inicialización (IV) para cifrar la cookie.
Un IV predecible puede facilitar a los usuarios malintencionados descifrar y manipular los datos de la sesión que se almacenan en la cookie.
OR
*cpe:2.3:a:jjnapiork:pagi::middleware::session::store::cookie:*:*:*:*:*:perl:*:* versions up to (including) 0.001003
Added
Reference Type
CPANSec: https://metacpan.org/release/JJNAPIORK/PAGI-Middleware-Session-Store-Cookie-0.001003/source/lib/PAGI/Middleware/Session/Store/Cookie.pm#L156-173 Types: Broken Link
New CVE Received from CPANSec3/31/2026 12:16:35 PM
Action
Type
Old Value
New Value
Added
Description
PAGI::Middleware::Session::Store::Cookie versions through 0.001003 for Perl generates random bytes insecurely.
PAGI::Middleware::Session::Store::Cookie attempts to read bytes from the /dev/urandom device directly. If that fails (for example, on systems without the device, such as Windows), then it will emit a warning that recommends the user install Crypt::URandom, and then return a string of random bytes generated by the built-in rand function, which is unsuitable for cryptographic applications.
This modules does not use the Crypt::URandom module, and installing it will not fix the problem.
The random bytes are used for generating an initialisation vector (IV) to encrypt the cookie.
A predictable IV may make it easier for malicious users to decrypt and tamper with the session data that is stored in the cookie.