No Image

USN-4062-1: WavPack vulnerabilities

2019-07-17 KENNETH 0

USN-4062-1: WavPack vulnerabilities wavpack vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 19.04 Ubuntu 18.04 LTS Summary WavPack could be made to crash if it received a specially crafted WAV file. Software Description wavpack – audio codec (lossy and lossless) – encoder and decoder Details Rohan Padhye discovered that WavPack incorrectly handled certain WAV files. An attacker could possibly use this issue to cause a denial of service. (CVE-2019-1010315, CVE-2019-1010317, CVE-2019-1010318, CVE-2019-1010319) Update instructions The problem can be corrected by updating your system to the following package versions: Ubuntu 19.04 libwavpack1 – 5.1.0-5ubuntu0.2 wavpack – 5.1.0-5ubuntu0.2 Ubuntu 18.04 LTS libwavpack1 – 5.1.0-2ubuntu1.4 wavpack – 5.1.0-2ubuntu1.4 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. In general, a standard system update will make all the necessary changes. References CVE-2019-1010315 CVE-2019-1010317 CVE-2019-1010318 CVE-2019-1010319 Source: USN-4062-1: WavPack vulnerabilities

No Image

USN-4060-2: NSS vulnerabilities

2019-07-17 KENNETH 0

USN-4060-2: NSS vulnerabilities nss vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 14.04 ESM Ubuntu 12.04 ESM Summary Several security issues were fixed in NSS. Software Description nss – Network Security Service library Details USN-4060-1 fixed several vulnerabilities in nss. This update provides the corresponding update for Ubuntu 12.04 ESM and Ubuntu 14.04 ESM. Original advisory details: Henry Corrigan-Gibbs discovered that NSS incorrectly handled importing certain curve25519 private keys. An attacker could use this issue to cause NSS to crash, resulting in a denial of service, or possibly obtain sensitive information. (CVE-2019-11719) Jonas Allmann discovered that NSS incorrectly handled certain p256-ECDH public keys. An attacker could possibly use this issue to cause NSS to crash, resulting in a denial of service. (CVE-2019-11729) Update instructions The problem can be corrected by updating your system to the [ more… ]

No Image

USN-4061-1: Redis vulnerabilities

2019-07-16 KENNETH 0

USN-4061-1: Redis vulnerabilities redis vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 19.04 Ubuntu 18.04 LTS Ubuntu 16.04 LTS Summary Several security issues were fixed in Redis. Software Description redis – Persistent key-value database with network interface Details It was discovered that Redis incorrectly handled the hyperloglog data structure. An attacker could use this issue to cause Redis to crash, resulting in a denial of service, or possibly execute arbitrary code. Update instructions The problem can be corrected by updating your system to the following package versions: Ubuntu 19.04 redis – 5:5.0.3-4ubuntu0.1 redis-tools – 5:5.0.3-4ubuntu0.1 Ubuntu 18.04 LTS redis – 5:4.0.9-1ubuntu0.2 redis-tools – 5:4.0.9-1ubuntu0.2 Ubuntu 16.04 LTS redis-tools – 2:3.0.6-1ubuntu0.4 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. In general, a standard system update will make all the necessary changes. References CVE-2019-10192 CVE-2019-10193 Source: [ more… ]

No Image

USN-4060-1: NSS vulnerabilities

2019-07-16 KENNETH 0

USN-4060-1: NSS vulnerabilities nss vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 19.04 Ubuntu 18.04 LTS Ubuntu 16.04 LTS Summary Several security issues were fixed in NSS. Software Description nss – Network Security Service library Details Henry Corrigan-Gibbs discovered that NSS incorrectly handled importing certain curve25519 private keys. An attacker could use this issue to cause NSS to crash, resulting in a denial of service, or possibly obtain sensitive information. (CVE-2019-11719) Hubert Kario discovered that NSS incorrectly handled PKCS#1 v1.5 signatures when using TLSv1.3. An attacker could possibly use this issue to trick NSS into using PKCS#1 v1.5 signatures, contrary to expectations. This issue only applied to Ubuntu 19.04. (CVE-2019-11727) Jonas Allmann discovered that NSS incorrectly handled certain p256-ECDH public keys. An attacker could possibly use this issue to cause NSS to crash, resulting in [ more… ]

AWS Cloud Development Kit(CDK) – TypeScript 및 Python용 정식 버전 제공

2019-07-16 KENNETH 0

AWS Cloud Development Kit(CDK) – TypeScript 및 Python용 정식 버전 제공 코드 기반 인프라(Infra as Code, IaC) 관리는 데브옵스(DevOps) 프로세스를 성공적으로 적용하기 위한 발판입니다. 시스템 관리자와 개발자 모두 프로그래밍 가능한 인프라 구성 파일을 사용하여 애플리케이션에 필요한 컴퓨팅, 스토리지, 네트워크 및 애플리케이션 서비스의 프로비저닝을 자동화할 수 있습니다. 예를 들어, 코드 기반 인프라를 정의하면 다음이 가능해집니다. 동일한 리포지토리에 인프라 및 애플리케이션 코드 보관 서로 다른 환경, AWS 계정 및 AWS 리전에서 인프라 변경 사항을 반복 가능하고 예측 가능하게 설정 연속 테스트를 활성화하도록 스테이징 환경에서 프로덕션 복제 스트레스 테스트를 실행하는 데 필요한 시간 동안 사용하는 성능 테스트 환경에서 프로덕션 복제 배포에 인프라 업데이트를 포함할 수 있도록 코드 변경과 동일한 도구를 사용하여 인프라 변경 사항 공개 소규모 변경 사항 자주 배포 또는 코드 검토와 같은 인프라 관리에 소프트웨어 개발 모범 사례 적용 인프라를 관리하는 데 사용되는 구성 파일은 기존에 YAML 또는 JSON 텍스트 파일로 [ more… ]