꿈을꾸는 파랑새

모질라 에서 제공하는 브라우저인 파이어폭스에 대한 보안 업데이트 및 새로운 추가 기능은 번역 기능에 대해 알아보겠습니다. 2023년 8월 29일에 출시된 Firefox 117은 새로운 모국어 번역 기능, 추가 로케일에서 신용 카드 자동 완성 기능, macOS 장치의 새로운 탭 키 컨트롤, 컴퓨터에서 Shift-Right-Click 동작을 결정하는 새로운 환경 설정을 제공하기 시작을 합니다.
브라우저의 13가지 다양한 취약점을 해결하며 그 중 일부는 높은 심각도 등급으로 평가되며 Firefox ESR 115.2는 심각도 등급이 높거나 낮은 14가지 보안 문제를 해결합니다.
Firefox 102.15는 최종적으로 심각도 등급이 높거나 낮은 6가지 보안 문제를 해결합니다.

Firefox 117.0
Firefox 117.0

Firefox 117.0의 새로운 기능 및 개선 사항

원어민 번역 기능
파이어폭스 웹 브라우저의 기본 번역 기능은 파이어폭스 117 릴리스에 포함되어 있으며 기본적으로 비활성화되어 있으며 모질라는 현재 이를 베타라고 표시하고 있습니다.
물론 활성화하는 방법도 있습니다.
1.about:config
2.browser.translations.enable을 검색
3.브라우저 재부팅
해당 기능을 파이어폭스에서 활성화 외국어 페이지가 열릴 때 주소 표시 줄에 새로운 번역 아이콘을 표시하게 되며 아이콘을 클릭하면 페이지를 번역하고 언어 및 또는 사이트에 대한 번역을 구성하는 옵션이 표시할 수가 있습니다. 일단 한국어, 일본어, 중국어 같은 아시아 어는 지원이 되지 않으며 기본적으로 영어, 네덜란드어, 독일어, 불가리아어, 스페인 어, 이탈리아어, 포르투갈어, 폴란드어, 프랑스 어 만 현재 지원이 됩니다.
한마디로 다른 번역 부가기능을 사용해야 합니다.

browser.translations.enable 기능 활성화
browser.translations.enable 기능 활성화


파이어폭스 번역은 구글 번역 및 브라우저의 다른 번역 기능과 다르며 해당 기본 번역 기능이므로 클라우드 연결이 필요하지 않으며 데이터가 제3자 서버에 제출되지 않으므로 개인정보 보호가 향상됩니다. 파이어폭스는 새로운 언어를 처음 번역해야 할 때 언어 데이터를 다운로드 해야 합니다.

기타 변경 사항 및 수정 사항 

Firefox 102.15 ESR 릴리스는 해당 버전의 확장 지원 릴리스 채널에 대한 마지막 릴리스
설치 시 2023년 9월 26일에 Firefox 115.3 업데이트 가 자동으로 수신
IT, ES, AT, BE 및 PL 로케일 에서 신용 카드 자동 완성을 사용할 수 있습니다.
macOS 장치의 파이어폭스 사용자는 이제 브라우저 설정에서 탭키 동작을 제어할 수 있습니다. 새로운 탭 키를 사용하여 양식 컨트롤 과 링크 간에 포커스 이동 옵션을 여기에서 사용할 수 있습니다.
새로운 환경 설정 dom.event.contextmenu.shift_suppresses_event는 사용자가 Shift-오른쪽 클릭을 누를 때 자체 컨텍스트 메뉴를 표시하는 사이트의 접근성을 향상시킵니다.
파이어폭스는 는 더는 Wayland 데스크톱 환경에 자체 화면 공유 표시기를 표시하지 않으며 대신 시스템 기본 공유 표시기가 사용됩니다.

파이어폭스 번역기 기능
파이어폭스 번역기 기능

개발자 변경

이제 수학 스타일 및 수학 깊이 속성이 지원
contain-intrinsic-size: auto none; 이제 구문이 지원
인라인 SVG는 이제 type="module", defer 및 async 속성이 있는 <script> 요소를 지원
값이 단일 바이트 범위였으면 Range 헤더는 이제 CORS 허용 목록에 있는 요청 헤더
이제 ReadableStream.from() 정적 멤버가 지원
이제 CanvasRenderingContext2D.getContextAttributes() 메서드를 사용하여 브라우저에서 사용되는 2D 컨텍스트 속성을 가져올 수 있음
Developer Tools Inspector의 새로운 CSS 호환성 도구 설명을 통해 웹 호환성 검사가 향상
영구 로그 활성화 옵션이 활성화된 경우 console.clear()는 더는 콘솔 출력을 지우지 않습니다.
이제 향상된 CSS 중첩 지원이 기본적으로 활성화

보안 취약점 업데이트

CVE-2023-4573: Memory corruption in IPC CanvasTranslator
Description
When receiving rendering data over IPC mStream could have been destroyed when initialized, which could have led to a use-after-free causing a potentially exploitable crash.
CVE-2023-4574: Memory corruption in IPC ColorPickerShownCallback
Description
When creating a callback over IPC for showing the Color Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash
CVE-2023-4575: Memory corruption in IPC FilePickerShownCallback
Description
When creating a callback over IPC for showing the File Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash.
CVE-2023-4576: Integer Overflow in RecordedSourceSurfaceCreation
Description
On Windows, an integer overflow could occur in RecordedSourceSurfaceCreation which resulted in a heap buffer overflow potentially leaking sensitive data that could have led to a sandbox escape.
This bug only affects Firefox on Windows. Other operating systems are unaffected.
CVE-2023-4577: Memory corruption in JIT UpdateRegExpStatics
Description
When UpdateRegExpStatics attempted to access initialStringHeap it could already have been garbage collected prior to entering the function, which could potentially have led to an exploitable crash.
CVE-2023-4578: Error reporting methods in SpiderMonkey could have triggered an Out of Memory Exception
Description
When calling JS::CheckRegExpSyntax a Syntax Error could have been set which would end in calling convertToRuntimeErrorAndClear. A path in the function could attempt to allocate memory when none is available which would have caused a newly created Out of Memory exception to be mishandled as a Syntax Error.
CVE-2023-4579: Persisted search terms were formatted as URLs
Description
Search queries in the default search engine could appear to have been the currently navigated URL if the search query itself was a well formed URL. This could have led to a site spoofing another if it had been maliciously set as the default search engine.
CVE-2023-4580: Push notifications saved to disk unencrypted
Description
Push notifications stored on disk in private browsing mode were not being encrypted potentially allowing the leak of sensitive information.
CVE-2023-4581: XLL file extensions were downloadable without warnings
Description
Excel .xll add-in files did not have a blocklist entry in Firefox's executable blocklist which allowed them to be downloaded without any warning of their potential harm.
#CVE-2023-4582: Buffer Overflow in WebGL glGetProgramiv
Description
Due to large allocation checks in Angle for glsl shaders being too lenient a buffer overflow could have occured when allocating too much private shader memory on mac OS.
This bug only affects Firefox on macOS. Other operating systems are unaffected.
CVE-2023-4583: Browsing Context potentially not cleared when closing Private Window
Description
When checking if the Browsing Context had been discarded in HttpBaseChannel, if the load group was not available then it was assumed to have already been discarded which was not always the case for private channels after the private session had ended.
CVE-2023-4584: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2
Description
Memory safety bugs present in Firefox 116, Firefox ESR 102.14, Firefox ESR 115.1, Thunderbird 102.14, and Thunderbird 115.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
CVE-2023-4585: Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2
Description
Memory safety bugs present in Firefox 116, Firefox ESR 115.1, and Thunderbird 115.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
Enterprise(엔터프라이즈)버전 변경 사항
ExtensionSettings 정책이 default_area(Firefox 113에 도입되었지만, 지금까지 문서로 만들어 지지 않음)를 지원하도록 업데이트
파이어폭스를 사용하시는 분들은 반드시 보안 업데이트를 통해서 안전하게 컴퓨터를 사용하시면 될 것이며 스마트폰 사용자를 위한 파이어폭스 브라우저도 업데이트가 되었으니 반드시 갱신을 해서 사용을 하는 것이 좋습니다.

공유하기

facebook twitter kakaoTalk kakaostory naver band