No Image

USN-6137-1: LibRaw vulnerabilities

2023-06-05 KENNETH 0

USN-6137-1: LibRaw vulnerabilities It was discovered that LibRaw incorrectly handled photo files. If a user or automated system were tricked into processing a specially crafted photo file, a remote attacker could cause applications linked against LibRaw to crash, resulting in a denial of service, or possibly execute arbitrary code. Source: USN-6137-1: LibRaw vulnerabilities

No Image

USN-6136-1: FRR vulnerabilities

2023-06-05 KENNETH 0

USN-6136-1: FRR vulnerabilities It was discovered that FRR incorrectly handled parsing certain BGP messages. A remote attacker could possibly use this issue to cause FRR to crash, resulting in a denial of service. This issue only affected Ubuntu 23.04. (CVE-2023-31489) It was discovered that FRR incorrectly handled parsing certain BGP messages. A remote attacker could possibly use this issue to cause FRR to crash, resulting in a denial of service. (CVE-2023-31490) Source: USN-6136-1: FRR vulnerabilities

No Image

WP Briefing: Episode 57: The Power of WordPress Mentorship

2023-06-05 KENNETH 0

WP Briefing: Episode 57: The Power of WordPress Mentorship Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time. 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: Brett McSherrySong: Fearless First by Kevin MacLeod Show Notes WordCamp Europe 2023, Athens, Greece. This event includes a special Keynote from Matt Mullenweg, Josepha Haden Chomposy, and Matías Ventura.  WordPress Contributor Mentorship Program: Pilot Program Proposal  Make WordPress Community: Idea generation: Next Gen WordCamps! WordPress ‘Milestones’ volume two book Building Blocks: The Evolution of WordPress is available in several formats for download on GitHub. Transcript Read more: Episode 57: The Power of WordPress Mentorship [Josepha Haden Chomphosy 00:00:00]  (Intro music) Hello [ more… ]

No Image

USN-6112-2: Perl vulnerability

2023-06-05 KENNETH 0

USN-6112-2: Perl vulnerability USN-6112-1 fixed vulnerabilities in Perl. This update provides the corresponding updates for Ubuntu 20.04 LTS, Ubuntu 22.04 LTS, Ubuntu 22.10, and Ubuntu 23.04. Original advisory details: It was discovered that Perl was not properly verifying TLS certificates when using CPAN together with HTTP::Tiny to download modules over HTTPS. If a remote attacker were able to intercept communications, this flaw could potentially be used to install altered modules. Source: USN-6112-2: Perl vulnerability

No Image

언어모델의 원리와 만들기

2023-06-05 KENNETH 0

언어모델의 원리와 만들기 언어모델 언어 모델(Language model)은 주어진 단어들의 시퀀스에 대해 임베딩 표현(Embedding representation) 또는 벡터(Embedding vector)를 만들어 줍니다. 언어 모델을 통해 만든 임베딩 표현으로 주제 찾기, 감정 분류, 개체명 인식과 같은 분류 문제나 기계 번역, 요약 등 텍스트 생성 문제를 풀 수 있습니다. 현재 언어 모델 중 가장 유명한 것은 GPT입니다. GPT는 Generative Pretrained Transformer의 약자로, 딥러닝 […] Source: 언어모델의 원리와 만들기