Skip to content

Commit

Permalink
deps: update dependency ch.qos.logback:logback-core to v1.3.15 [secur…
Browse files Browse the repository at this point in the history
…ity] (#3654)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ch.qos.logback:logback-core](http://logback.qos.ch)
([source](https://github.com/qos-ch/logback),
[changelog](https://logback.qos.ch/news.html)) | `1.2.13` -> `1.3.15` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-core/1.3.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/ch.qos.logback:logback-core/1.3.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/ch.qos.logback:logback-core/1.2.13/1.3.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-core/1.2.13/1.3.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

### GitHub Vulnerability Alerts

#### [CVE-2024-12798](https://nvd.nist.gov/vuln/detail/CVE-2024-12798)

ACE vulnerability in JaninoEventEvaluator by QOS.CH logback-core up to
and including version 1.5.12 in Java applications allows attackers to
execute arbitrary code by compromising an existing logback configuration
file or by injecting an environment variable before program execution.

Malicious logback configuration files can allow the attacker to execute
arbitrary code using the JaninoEventEvaluator extension.

A successful attack requires the user to have write access to a
configuration file. Alternatively, the attacker could inject a malicious
environment variable pointing to a malicious configuration file. In both
cases, the attack requires existing privilege.

#### [CVE-2024-12801](https://nvd.nist.gov/vuln/detail/CVE-2024-12801)

Server-Side Request Forgery (SSRF) in SaxEventRecorder by QOS.CH logback
version 1.5.12 on the Java platform, allows an attacker to forge
requests by compromising logback configuration files in XML.
 
The attacks involves the modification of DOCTYPE declaration in  XML
configuration files.

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate-bot authored Feb 25, 2025
1 parent 29c061e commit 093d867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions showcase/gapic-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.13</version>
<version>1.3.15</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -333,7 +333,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.13</version>
<version>1.3.15</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 093d867

Please sign in to comment.