No Image

USN-5613-2: Vim regression

2022-09-19 KENNETH 0

USN-5613-2: Vim regression USN-5613-1 fixed vulnerabilities in Vim. Unfortunately that update failed to include binary packages for some architectures. This update fixes that regression. We apologize for the inconvenience. Original advisory details: It was discovered that Vim was not properly performing bounds checks when executing spell suggestion commands. An attacker could possibly use this issue to cause a denial of service or execute arbitrary code. (CVE-2022-0943) It was discovered that Vim was using freed memory when dealing with regular expressions through its old regular expression engine. If a user were tricked into opening a specially crafted file, an attacker could crash the application, leading to a denial of service, or possibly achieve code execution. (CVE-2022-1154) It was discovered that Vim was not properly performing checks on name of lambda functions. An attacker could possibly use this issue to cause a [ more… ]

No Image

WP Briefing: Episode 39: Contributor Stories Live from WordCamp US!

2022-09-19 KENNETH 0

WP Briefing: Episode 39: Contributor Stories Live from WordCamp US! In the thirty-ninth episode of the WordPress Briefing, hear contributors at WordCamp US share stories about their why for using WordPress and attending WordCamps. Have a question you’d like answered? You can submit them to [email protected], either written or as a voice recording. Credits Editor: Dustin HartzlerLogo: Javier ArceProduction: Santana Inniss and Chloé BringmannSong: Fearless First by Kevin MacLeod Guests Topher DeRosiaJen MillerCourtney RobertsonKathy DrewienAlex StineCourtney Patubo KranzkeDustin HartzlerRicardas Kudirka References WordPress Translation Day September 28, 2022WooSesh October 11-13, 2022All Things Open October 30-November 2, 2022 Transcript [Josepha Haden Chomphosy 00:00:00]  Hello, everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up [ more… ]

[도서] C++ 함수형 프로그래밍

2022-09-19 KENNETH 0

[도서] C++ 함수형 프로그래밍 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]C++ 함수형 프로그래밍 알렉산드루 볼보아카 저/최동훈 역 | 에이콘출판사 | 2022년 09월 판매가 27,000원 (10%할인) | YES포인트 1,500원(5%지급) C++을 다룰 줄 알지만 아직 함수형 프로그래밍에 대한 개념이 생소하거나, 본인의 C++ 코드에 함수형 프로그래밍을 적용하고 싶은 개발자를 위한 책이다. 함수형 프로그래밍의 개념부터, 이를 기본으로 하는 파셜 애 Source: [도서] C++ 함수형 프로그래밍

No Image

USN-5616-1: Linux kernel (Intel IoTG) vulnerabilities

2022-09-16 KENNETH 0

USN-5616-1: Linux kernel (Intel IoTG) vulnerabilities Asaf Modelevsky discovered that the Intel(R) 10GbE PCI Express (ixgbe) Ethernet driver for the Linux kernel performed insufficient control flow management. A local attacker could possibly use this to cause a denial of service. (CVE-2021-33061) Moshe Kol, Amit Klein and Yossi Gilad discovered that the IP implementation in the Linux kernel did notprovide sufficient randomization when calculating port offsets. An attacker could possibly use this to expose sensitive information. (CVE-2022-1012, CVE-2022-32296) Norbert Slusarek discovered that a race condition existed in the perf subsystem in the Linux kernel, resulting in a use-after-free vulnerability. A privileged local attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2022-1729) Qiuhao Li, Gaoning Pan, and Yongkang Jia discovered that the KVM hypervisor implementation in the Linux kernel did not properly handle [ more… ]

AWS Lambda 오리진 및 Amazon CloudFront를 활용한 웹 애플리케이션 가속

2022-09-16 KENNETH 0

AWS Lambda 오리진 및 Amazon CloudFront를 활용한 웹 애플리케이션 가속 이 블로그에서는 AWS Lambda 함수 URL 기능을 사용하여 AWS Lambda 함수를 Amazon CloudFront의 오리진으로 정의하는 방법을 배웁니다. Lambda 함수 URL 기능은 AWS 리전에 배포된 Lambda 함수에 대한 전용 HTTPS 엔드포인트를 제공합니다. 함수 URL은 요청 유효성 검사, 트래픽 조정, 인증 및 권한 부여와 같은 고급 기능이 필요하지 않은 공용 엔드포인트로 단일 기능 마이크로서비스를 구현해야 하는 사용 사례에 매우 적합합니다. 예를 들어 웹훅 처리기, 양식 유효성 검사기, 모바일 결제 처리, 광고 배치, 기계 학습 추론 등에 적합합니다. CloudFront를 사용하여 Lambda 함수 URL 엔드포인트를 전면에 배치하면 전 세계적으로 분산된 콘텐츠 배포 네트워크를 활용하여 최종 사용자에게 더 가까운 위치에 콘텐츠를 캐시할 수 있습니다. 그리고 사용자 정의 도메인 이름을 정의하고 TLS를 통한 HTTPS 전달을 적용할 수도 있습니다. 또한 AWS Web Application Firewall(WAF) 및 AWS Shield Advanced를 활성화하여 악성 봇으로부터 애플리케이션을 보호하고 일반적인 애플리케이션 악용을 방지하며 [ more… ]