Skip to content

Commit

Permalink
Merge branch 'master' into survey-splash
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerweb authored Dec 20, 2023
2 parents f147a13 + 1a7a6b9 commit f0c2d42
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 2 deletions.
38 changes: 38 additions & 0 deletions _posts/2023-12-18-security-advisory-2023-0012.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: post
title: WebKitGTK and WPE WebKit Security Advisory WSA-2023-0012
permalink: /security/WSA-2023-0012.html
tags: WSA
---

* Date Reported: **December 18, 2023**

* Advisory ID: **WSA-2023-0012**

* CVE identifiers: [CVE-2023-42883](#CVE-2023-42883), [CVE-2023-42890](#CVE-2023-42890).


Several vulnerabilities were discovered in WebKitGTK and WPE WebKit.

* <a name="CVE-2023-42883" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-42883">CVE-2023-42883</a>
* Versions affected: WebKitGTK and WPE WebKit before 2.42.4.
* Credit to Zoom Offensive Security Team.
* Impact: Processing a SVG image may lead to a denial-of-service.
Description: The issue was addressed with improved memory handling.
* WebKit Bugzilla: 263349

* <a name="CVE-2023-42890" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-42890">CVE-2023-42890</a>
* Versions affected: WebKitGTK and WPE WebKit before 2.42.0.
* Credit to Pwn2car.
* Impact: Processing web content may lead to arbitrary code execution.
Description: The issue was addressed with improved memory handling.
* WebKit Bugzilla: 259830


We recommend updating to the latest stable versions of WebKitGTK and WPE
WebKit. It is the best way to ensure that you are running safe versions
of WebKit. Please check our websites for information about the latest
stable releases.

Further information about WebKitGTK and WPE WebKit security advisories can be found at:
[https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/).
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,17 @@
.success-stories > div {
grid-column: main / -2;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr 2fr;
grid-template-rows: min-content;
align-items: center;
gap: 4rem;
}
.success-stories > div:nth-of-type(even) {
grid-template-columns: 2fr 1fr;
}
.success-stories > div:nth-of-type(even) .spotlight {
padding-inline-end: 0;
}
.success-stories > * {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -344,7 +350,7 @@ <h3><a href="/about/a-good-choice.html">Why Choose WPE?</a></h3>
<div class="spotlight"><h2>Success Story</h2>
<h3><a href="/blog/2022-success-metrological.html"><img src="/assets/img/[email protected]" alt="Metrological"></a></h3>
<p>WPE WebKit brought RDK, a modern, performant web browser, to millions of screens. It enables operators to manage devices and easily customize their UIs and apps and provides analytics to improve the customer experience and drive business results.</p>
<p><a href="/blog/2022-success-metrological.html" class="cta btn large">Read Success Story</a></p>
<p><a href="/blog/2022-success-metrological.html" class="cta btn large">Read More</a></p>
</div>
</div>

Expand Down
26 changes: 26 additions & 0 deletions release/2023-12-13-cog-0.18.2-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: post
title: "Cog 0.18.2 released"
tags: [release, stable]
package: cog
version: 0.18.2
permalink: /release/cog-0.18.2.html
---

This is a bug fix release in the stable 0.18 series.

### What's new in Cog 0.18.2?

- drm: Fix crash on iMX.6 (and possibly others) by improving how the CRTC
and encoder combination is chosen.
- wl: Add support for Weston protocols version 13.
- launcher: Handle `GApplication` activation to avoid a warning.

#### Checksums

<pre>
cog-0.18.2.tar.xz (123.1 KiB)
md5sum: 7fbfc2e19304132be0d73f5e5512151c
sha1sum: 045294f7fa878db86e4b8a617ee4ac056a71cb75
sha256sum: 3c4237cff6323b8c3eaf52c6f3f6415b898a22c0127c6c396c1eaa6eef46c279
</pre>
26 changes: 26 additions & 0 deletions release/2023-12-14-wpewebkit-2.42.4-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: post
title: "WPE WebKit 2.42.4 released"
tags: [release, stable]
package: wpewebkit
version: 2.42.4
permalink: /release/wpewebkit-2.42.4.html
---

This is a bug fix release in the stable 2.42 series.

### What's new in WPE WebKit 2.42.4?

- Fix incorrect random images incorrectly displayed as backgrounds
of `<div>` elements.
- Fix videos displayed aliased after being resized e.g. on YouTube.
- Fix several crashes and rendering issues.

#### Checksums

<pre>
wpewebkit-2.42.4.tar.xz (30.9 MiB)
md5sum: 154dd24d1811bd51d2dd6bb22120d283
sha1sum: 34da38e9554586154c83fdbb5c20e353b6d97277
sha256sum: 8836040a3687581970b47a232b713e7023c080d5613427f52db619c29fb253a4
</pre>

0 comments on commit f0c2d42

Please sign in to comment.