libntlm 1.5-2ubuntu0.1 source package in Ubuntu

Changelog

libntlm (1.5-2ubuntu0.1) focal-security; urgency=medium

  * SECURITY UPDATE: Stack-based buffer over-read.
    - debian/patches/10_fix_buffer_overflow-CVE-2019-17455.patch: Fix
      buffer overflow.
    - debian/patches/20_test_CVE-2019-17455.patch: Add regression check
      for CVE-2019-17455 overflow.
    - CVE-2019-17455
  * debian/rules: Perform build in ./

 -- Spyros Seimenis <email address hidden>  Fri, 08 Oct 2021 12:11:56 +0300

Upload details

Uploaded by:
Spyros Seimenis
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe libs
Focal security universe libs

Downloads

File Size SHA-256 Checksum
libntlm_1.5.orig.tar.gz 643.5 KiB 53d799f696a93b01fe877ccdef2326ed990c0b9f66e380bceaf7bd9cdcd99bbd
libntlm_1.5.orig.tar.gz.asc 310 bytes d5e65317fb177de9a87281215c1920966c636cf9cee4c2c117d65fcb2c4a667c
libntlm_1.5-2ubuntu0.1.debian.tar.xz 11.3 KiB 191a458cbc34e1757795eb4d18e505a5dab7d9dcf6601a0d4e460ee8b292dd38
libntlm_1.5-2ubuntu0.1.dsc 2.0 KiB f34112ef88dfee90a61c3b230270511a2e4feb5324a5a592de682500b80ff3a8

View changes file

Binary packages built by this source

libntlm0: NTLM authentication library

 NTLM is an authentication protocol used in various Microsoft network
 protocol implementations and supported by the NTLM Security Support
 Provider ("NTLMSSP"). Originally used for authentication and negotiation
 of secure DCE/RPC, NTLM is also used throughout Microsoft's systems as
 an integrated single sign-on mechanism.
 .
 NTLM employs a challenge-response mechanism for authentication, in which
 clients are able to prove their identities without sending a password to
 the server. It consists of three messages, commonly referred to as Type 1
 (negotiation), Type 2 (challenge) and Type 3 (authentication).

libntlm0-dbgsym: debug symbols for libntlm0
libntlm0-dev: Development files for the NTLM authentication library

 Libntlm is a library that implements Microsoft's NTLM authentication.
 This package contains all the files necessary for developing programs
 with NTLM support.