memcached 1.5.22-2ubuntu0.3 source package in Ubuntu

Changelog

memcached (1.5.22-2ubuntu0.3) focal-security; urgency=medium

  * SECURITY UPDATE: Denial of service
    - debian/patches/CVE-2022-48571.patch: fix a null reference crash in
      memcached.c.
    - CVE-2022-48571

 -- Leonidas Da Silva Barbosa <email address hidden>  Thu, 07 Sep 2023 09:42:48 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main web
Focal security main web

Downloads

File Size SHA-256 Checksum
memcached_1.5.22.orig.tar.gz 520.2 KiB c2b47e9d20575a2367087c229636ffc3fb699a6c3a7f3a22f44402f25f5f1f93
memcached_1.5.22-2ubuntu0.3.debian.tar.xz 17.9 KiB af69f2a22550d7fc852f8dea6d8098e32c3d11ecef4dc61b9cd8d7144c169a0f
memcached_1.5.22-2ubuntu0.3.dsc 2.0 KiB b7306eb7f3ee823e853da981ede6d47cde71e4c954c7a4585a9eef79e2b6fc93

View changes file

Binary packages built by this source

memcached: High-performance in-memory object caching system

 Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
 a site which was already doing 20 million+ dynamic page views per day for 1
 million users with a bunch of webservers and a bunch of database servers.
 memcached dropped the database load to almost nothing, yielding faster page
 load times for users, better resource utilization, and faster access to the
 databases on a memcache miss.
 .
 memcached optimizes specific high-load serving applications that are designed
 to take advantage of its versatile no-locking memory access system. Clients
 are available in several different programming languages, to suit the needs
 of the specific application. Traditionally this has been used in mod_perl
 apps to avoid storing large chunks of data in Apache memory, and to share
 this burden across several machines.

memcached-dbgsym: debug symbols for memcached