Skip to content

Commit

Permalink
Create Articles “case-apache-log4j2”
Browse files Browse the repository at this point in the history
  • Loading branch information
ser1aa authored Dec 9, 2024
1 parent 50017a6 commit 23856e7
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 0 deletions.
Binary file added assets/images/DIVD-Lof4J casefile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions content/newsroom/articles/case-apache-log4j2.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
title: "CASE: APACHE LOG4J2"
date: 2022-04-05T12:15:00+02:00
author: []
tag: case
intro: Apache reported a remote code execution vulnerability in Apache Log4j2, the vulnerability in the Log framework of Apache makes it possible to misuse the record log information feature. This makes it possible for an attacker to construct special data request packets through this vulnerable component, and ultimately trigger remote code execution.
image: /images/DIVD-Lof4J casefile.png
Alt tag for image: ""
case:
caseid: DIVD-2021-00038
closed: true
link: https://csirt.divd.nl/cases/DIVD-2021-00038/
lead: Victor Gevers
leadlink: https://www.divd.nl/who-we-are/team/people/victor-gevers/
researchers:
- label: Victor Pasman
link: https://www.divd.nl/who-we-are/team/people/victor-pasman/
- label: Wietse Boonstra
link: https://www.divd.nl/who-we-are/team/people/wietse-boonstra/
- label: Lennaert Oudshoorn
link: https://www.divd.nl/who-we-are/team/people/lennaert-oudshoorn/
- label: Ralph Horn
link: https://www.divd.nl/who-we-are/team/people/ralph-horn/
- label: Ruben Uithol
link: https://www.divd.nl/who-we-are/team/people/ruben-uithol/
- label: Matthijs Koot
link: ""
- label: Frank Breedijk
link: https://staging.divd.nl/who-we-are/team/people/frank-breedijk/
researchers_people: []
faq_enabled: false
faq: null
---
Written on 05 Apr 2022 by [Gerard Janssen](https://staging.divd.nl/who-we-are/team/people/gerard-janssen/), and updated on 09 Dec 2024 by [Serena de Pater](https://staging.divd.nl/who-we-are/team/people/serena-de-pater/)

## The case

On Thursday, December 9th, Twitter user Lunasec (@P0rZ9) wrote a cryptic tweet:

_‘Apache Log4j2 jndi RCE’_

The tweet suggested Lunasec could take control of version 2 of Log4j, java’s logging library. [Log4j ](https://logging.apache.org/log4j/2.x/index.html)is an open-source Java Library and one of the most popular Java logging frameworks. It is a project of the Apache Software Foundation (ASF), a non-profit organization. The same day the tweet appeared, a proof of concept of the exploit was published on GitHub.

## The exploit

The exploit functions in the following way: a vulnerable Log4j server logs a payload that an attacker has crafted. This action can trigger the server, through JNDI (Java Naming and Directory Interface), to request a server controlled by the attacker, allowing for the execution of an additional payload. The attack can be carried out in various ways, such as through HTTP requests, SMS messages, emails, or even by using fields that can be manipulated by users—essentially, anything that ends up being logged. With the right message in the log, an attacker could initiate an unauthenticated Remote Code Execution (RCE).

## The impact

The news caused shockwaves in the information security community. The impact of the vulnerability and the ease with which it could be exploited made the possible impact enormous. Log4j is ubiquitous and present in a whole range of software. In a lot of cases, the developers don’t even know they are using it. ‘It is like sugar: present in your meals, even when you didn’t know,’ said DIVD researcher Frank Breedijk. The vulnerability has been dubbed Log4Shell, to which Apache assigned CVE-2021-44228. It turned out that the vulnerability was already discovered on November 24th, by the Alibaba cloud security team which reported it to Apache.

## What we did

Since December 10th 2022, multiple researchers from DIVD have been working around the clock to search for vulnerable servers. Most spent an average of 16 hours per day, working on methodologies to scan the internet for this vulnerability, and warning users of vulnerable software. DIVD notified more than 3,500 users worldwide who were possibly vulnerable and got a notification email with advice to upgrade to patched version 2.16.0. DIVD cooperated with DTACT in building a scanner and also helped the Dutch NCSC with compiling a list of software vulnerable to log4shell. The case was officially closed on the 5th of April, 2022.

## What you can do

If you run Apache with version less then 2.0 or Apache and/or log4j2 less then 2.15.0-rc1 upgrade to version 2.17.1 as soon as possible.

## More information

- [Lunasec Advisory](https://www.lunasec.io/docs/blog/log4j-zero-day/)
- [Tweet Lunasec](https://web.archive.org/web/20211211082351/https:/twitter.com/P0rZ9/status/1468949890571337731)
- [DIVD article](https://csirt.divd.nl/2021/12/14/Update-Apache-log4j-remote-code-execution/)
- [DIVD-2021-00038](https://csirt.divd.nl/cases/DIVD-2021-00038/)
- [POC Github](https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce)
- [DIVD DTACT log4j-scanner](https://github.com/dtact/divd-2021-00038--log4j-scanner)
- [NCSC list of vulnerable applications](https://github.com/NCSC-NL/log4shell)
35 changes: 35 additions & 0 deletions content/newsroom/articles/case-apache-log4j2.nl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "CASE: APACHE LOG4J2"
date: ""
author: []
tag: ""
intro: Apache heeft een kwetsbaarheid gemeld voor het op afstand uitvoeren van code in Apache Log4j2. De kwetsbaarheid in het Log-framework van Apache maakt het mogelijk om misbruik te maken van de functie Record Log Information. Dit maakt het mogelijk voor een aanvaller om speciale dataverzoekpakketten samen te stellen via deze kwetsbare component, en uiteindelijk code-uitvoering op afstand te veroorzaken.
image: ""
Alt tag for image: ""
case: null
faq_enabled: false
faq: null
---
De zaak

Op donderdag 9 december schreef Twitter-gebruiker Lunasec (@P0rZ9) een cryptische tweet:

'Apache Log4j2 jndi RCE'.

De tweet suggereerde dat Lunasec de controle kon overnemen over versie 2 van Log4j, de logbibliotheek van Java. Log4j is een open-source Java-bibliotheek en een van de populairste Java logging frameworks. Het is een project van de Apache Software Foundation (ASF), een non-profitorganisatie. Dezelfde dag dat de tweet verscheen, werd een proof of concept van de exploit gepubliceerd op GitHub.

De exploit

De exploit werkt op de volgende manier: een kwetsbare Log4j-server logt een payload die is gemaakt door een aanvaller. Deze actie kan de server activeren om via JNDI (Java Naming and Directory Interface) een server op te vragen die wordt beheerd door de aanvaller, waardoor een extra payload kan worden uitgevoerd. De aanval kan op verschillende manieren worden uitgevoerd, zoals via HTTP verzoeken, SMS berichten, e-mails of zelfs door gebruik te maken van velden die door gebruikers kunnen worden gemanipuleerd - in feite alles wat uiteindelijk wordt gelogd. Met het juiste bericht in het logboek kan een aanvaller een ongeauthenticeerde Remote Code Execution (RCE) uitvoeren.

De impact

Het nieuws veroorzaakte schokgolven in de informatiebeveiligingsgemeenschap. De impact van de kwetsbaarheid en het gemak waarmee deze kon worden uitgebuit, maakten de mogelijke gevolgen enorm. Log4j is alomtegenwoordig en aanwezig in een hele reeks software. In veel gevallen weten de ontwikkelaars niet eens dat ze het gebruiken. Het is als suiker: aanwezig in je maaltijden, zelfs als je het niet wist,” zei DIVD-onderzoeker Frank Breedijk. De kwetsbaarheid heeft de naam Log4Shell gekregen, waaraan Apache CVE-2021-44228 heeft toegekend. Het bleek dat de kwetsbaarheid al op 24 november was ontdekt door het Alibaba cloud security team, dat het meldde aan Apache.

Wat we deden

Vanaf 10 december werkten meerdere onderzoekers van DIVD de klok rond om naar kwetsbare servers te zoeken. De meesten besteedden gemiddeld 16 uur per dag aan methodologieën om het internet te scannen op deze kwetsbaarheid en gebruikers te waarschuwen voor kwetsbare software. De DIVD waarschuwde wereldwijd meer dan 3.500 gebruikers die mogelijk kwetsbaar waren en een e-mail kregen met het advies om te upgraden naar de gepatchte versie 2.16.0. DIVD werkte samen met DTACT bij het bouwen van een scanner en hielp ook het Nederlandse NCSC met het samenstellen van een lijst met software die kwetsbaar is voor log4shell.

Wat je kunt doen

Als je Apache draait met een versie lager dan 2.0 of Apache en/of log4j2 lager dan 2.15.0-rc1 upgrade dan zo snel mogelijk naar versie 2.17.1.

0 comments on commit 23856e7

Please sign in to comment.