No Image

USN-3372-1: NSS vulnerability

2017-08-01 KENNETH 0

USN-3372-1: NSS vulnerability Ubuntu Security Notice USN-3372-1 31st July, 2017 nss vulnerability A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 12.04 LTS Summary Several security issues were fixed in NSS. Software description nss – Network Security Service library Details It was discovered that NSS incorrectly handled certain empty SSLv2messages. A remote attacker could possibly use this issue to cause NSS tocrash, resulting in a denial of service. (CVE-2017-7502) Karthik Bhargavan and Gaetan Leurent discovered that the DES and Triple DESciphers were vulnerable to birthday attacks. A remote attacker couldpossibly use this flaw to obtain clear text data from long encryptedsessions. This update causes NSS to limit use of the same symmetric key.(CVE-2016-2183) It was discovered that NSS incorrectly handled Base64 decoding. A remoteattacker could use this flaw to cause NSS to crash, resulting in a denialof [ more… ]

No Image

RHSA-2017:1833-1: Important: chromium-browser security update

2017-08-01 KENNETH 0

RHSA-2017:1833-1: Important: chromium-browser security update Red Hat Enterprise Linux: An update for chromium-browser is now available for Red Hat Enterprise Linux 6 Supplementary. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. CVE-2017-5091, CVE-2017-5092, CVE-2017-5093, CVE-2017-5094, CVE-2017-5095, CVE-2017-5096, CVE-2017-5097, CVE-2017-5098, CVE-2017-5099, CVE-2017-5100, CVE-2017-5101, CVE-2017-5102, CVE-2017-5103, CVE-2017-5104, CVE-2017-5105, CVE-2017-5106, CVE-2017-5107, CVE-2017-5108, CVE-2017-5109, CVE-2017-5110, CVE-2017-7000 Source: RHSA-2017:1833-1: Important: chromium-browser security update

No Image

MySQL 8.0.2 More Flexible Undo Tablespace Management

2017-07-31 KENNETH 0

MySQL 8.0.2 More Flexible Undo Tablespace Management In MySQL 8.0.2 DMR we will introduce features which make managing undo tablespaces easier in InnoDB. The main improvement is that you can now create and drop undo tablespaces at any time.  You can change the config file setting before any startup, whether recovery is needed or not. … Source: MySQL 8.0.2 More Flexible Undo Tablespace Management

MySQL에서 다운타임 거의 없이 DynamoDB로 마이그레이션하기

2017-07-31 KENNETH 0

MySQL에서 다운타임 거의 없이 DynamoDB로 마이그레이션하기 많은 고객들이 MySQL 과 같은 관계형 데이터베이스에서 Amazon DynamoDB으로 마이그레이션 하고자 합니다. 왜냐하면, 완전 관리형, 고성능, 높은 확장성과 유연성을 갖춘 NoSQL 데이터베이스 서비스이기 때문입니다.  DynamoDB의 경우, 트래픽 및 비즈니스 요구 사항에 따라 용량을 유연하게 증가 및 감소시킬 수 있기 때문에 서비스에 필요한 총 비용을 기존의 서버 기반의 RDBMS보다 더 쉽게 최적화 하는 것이 가능합니다. 하지만, 마이그레이션 작업은 통상적으로 다음과 같은 두 가지 이슈가 있을 수 있습니다: 고객서비스가 반드시 24/7/365 가용 해야 할 경우 다운타임으로 인한 서비스 중단을 어떻게 최소화할 것인가? RDBMS와 DynamoDB의 서로 다른 Key Design을 어떻게 반영할 것인가? 이 글에서는 다운타임을 최소화하면서 MySQL의 주요 DB 디자인을 NoSQL에 적합한 형태로 변환한 후,  MySQL의 기존 데이터를 DynamoDB로 원활하게 마이그레이션하는 두 가지 방법을 소개합니다. 마이그레이션을 위한 AWS 서비스 빌딩 블록 이 글에서 포함된 예제 코드들은 다음 AWS 서비스을 사용합니다: AWS 데이터 마이그레이션 서비스(AWS DMS) 는 가장 [ more… ]