Security Advisories (1)
CVE-2026-5083 (2026-04-08)

Ado::Sessions versions through 0.935 for Perl generates insecure session ids. The session id is generated from a SHA-1 hash seeded with the built-in rand function, the epoch time, and the PID. The PID will come from a small set of numbers, and the epoch time may be guessed, if it is not leaked from the HTTP Date header. The built-in rand function is unsuitable for cryptographic usage. Predicable session ids could allow an attacker to gain access to systems. Note that Ado is no longer maintained, and has been removed from the CPAN index. It is still available on BackPAN.

Changes for version 0.12 - 2013-12-09

  • Requiring Mojolicious::Plugin::DSC 0.999, IO::Socket::SSL 1.957, Mojolicious 4.59.
  • Changed plugins description in config file from HASHREF to ARRAYREF.
  • Added Ado::Control::Ado::Users, Ado::Plugin, Ado::Manual::Plugin, Ado::Manual::RESTAPI
  • $config->{routes} is now an ARRAYREF. -Implemented example (Ado::Control::Ado::Users::list()) of following "RESTful Service Best Practices" from www.RestApiTutorial.com

Documentation

Ado
busy or delaying activity; bustle; fuss.
How
How to write an Ado::Plugin?

Modules

Ado
busy or delaying activity; bustle; fuss.
Custom routines for Ado installation
Ado namespace for Mojo commands!
The base class for all controllers!
Base controller class for Ado back-office applications.
The default controller for the back-office.
The controller to manage users.
The default controller for the site.
the base schema class.
namespace for Ado specific plugins.