memcached 1.6.14-1ubuntu0.1 source package in Ubuntu

Changelog

memcached (1.6.14-1ubuntu0.1) jammy-security; urgency=medium

  * SECURITY UPDATE: buffer overflow via multiget requests in proxy mode
    - debian/patches/CVE-2023-46852.patch: fix buffer overflow with
      multiget syntax in proto_proxy.c.
    - CVE-2023-46852
  * SECURITY UPDATE: off-by-one error via proxy requests in proxy mode
    - debian/patches/CVE-2023-46853.patch: fix off-by-one if \r is missing
      in proto_proxy.c, t/proxy.t.
    - CVE-2023-46853

 -- Marc Deslauriers <email address hidden>  Wed, 01 Nov 2023 10:19:02 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
memcached_1.6.14.orig.tar.xz 751.8 KiB fb9dbf3b42b748125017a016b63ef9e835fee220b569c58506df1a836c95a698
memcached_1.6.14-1ubuntu0.1.debian.tar.xz 18.9 KiB cc3e849e691c708ceb00f46127a587e71470f4f14d4b33437d44e418ed132723
memcached_1.6.14-1ubuntu0.1.dsc 2.1 KiB dbde1501b3ca61bd34e2cbce1184bb1502abe23a4d63010c5987099d72bd51c7

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