impacket 0.9.22-2 source package in Ubuntu

Changelog

impacket (0.9.22-2) unstable; urgency=medium

  * Team upload.
  * Resolve CVE-2021-31800: Fix Path Traversal vulnerabilities by checking
    path prefix against incoming filename. (Closes: #988141)

 -- Stefano Rivera <email address hidden>  Fri, 21 May 2021 13:02:37 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
impacket_0.9.22-2.dsc 1.5 KiB ab03c9731228be2db3d2b110e3623ee0b6c4f889d07e60b245c6213b308950eb
impacket_0.9.22.orig.tar.gz 1.3 MiB 4bf7e7b595356585599b4b2773b8a463d7b9765c97012dcd5a44eb6d547f6a1d
impacket_0.9.22-2.debian.tar.xz 39.4 KiB 58a63b219f79964d93f4ea92f57a4485256ba542d2a2f9093b6a51330ebc3067

Available diffs

No changes file available.

Binary packages built by this source

python3-impacket: Python3 module to easily build and dissect network protocols

 Impacket is a collection of Python3 classes focused on providing
 access to network packets. Impacket allows Python3 developers to
 craft and decode network packets in simple and consistent manner. It
 includes support for low-level protocols such as IP, UDP and TCP, as
 well as higher-level protocols such as NMB and SMB.
 .
 Impacket is highly effective when used in conjunction with a packet
 capture utility or package such as Pcapy. Packets can be constructed
 from scratch, as well as parsed from raw data. Furthermore, the
 object oriented API makes it simple to work with deep protocol
 hierarchies.