GHSA-ff2p-hmqr-hxm4
Electron: contextBridge object copy honors prototype setters
빠른 조치
GHSA-ff2p-hmqr-hxm4 — electron: 아래 명령으로 수정 버전으로 올리세요.
npm install electron@39.8.9 상세
### Impact Objects copied across the `contextBridge` boundary from untrusted content could carry an attacker-influenced prototype, enabling prototype-pollution-style attacks against preload code despite context isolation being enabled.
Apps are only affected if their preload code accepts object arguments from untrusted content and reads properties from them without own-property checks. Apps that only accept primitive arguments, or that validate object arguments, are not affected.
### Workarounds Validate objects received from untrusted content with own-property checks (`Object.hasOwn`), or copy them onto a null-prototype object before use.
### Fixed Versions * `42.0.0-beta.4` * `41.2.2` * `40.9.2` * `39.8.9`
### For more information If you have any questions or comments about this advisory, email Electron at [security@electronjs.org](mailto:security@electronjs.org)
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://github.com/electron/electron/security/advisories/GHSA-ff2p-hmqr-hxm4 [WEB]
- https://github.com/electron/electron/pull/51083 [WEB]
- https://github.com/electron/electron/pull/51084 [WEB]
- https://github.com/electron/electron/pull/51085 [WEB]
- https://github.com/electron/electron/pull/51086 [WEB]
- https://github.com/electron/electron/commit/17d5d26499cd279fab48f5f26527f8edc02a7713 [WEB]
- https://github.com/electron/electron/commit/23a6efb714dec80e2cf45d3054d18d701162e4dd [WEB]
- https://github.com/electron/electron/commit/4ac50292d552fb510eb778392620c85308770a55 [WEB]
- https://github.com/electron/electron/commit/5b699544cbbed51bedb7c60d75c8c42be5825737 [WEB]
- https://github.com/electron/electron [PACKAGE]
- https://github.com/electron/electron/releases/tag/v39.8.9 [WEB]
- https://github.com/electron/electron/releases/tag/v40.9.2 [WEB]
- https://github.com/electron/electron/releases/tag/v41.2.2 [WEB]
- https://github.com/electron/electron/releases/tag/v42.0.0-beta.4 [WEB]