Sumit Kharatsumitkharatdot.hashnode.dev·Aug 16, 2024Log4J Vulnerability: What You Need to KnowThe Log4j vulnerability, also known as "Log4Shell," is a critical security flaw that was discovered in December 2021. It affected a widely-used Java library called Log4j, which is part of the Apache Logging Services. Here's a breakdown of the key poi...#Log4jVulnerability
Anjalipeachycloudsecurity.hashnode.dev·Mar 13, 2024Testing Cloud (AWS & Azure) WAF Capabilities Against log4shell(CVE-2021–44228)Log4j shell or Log4Shell or LogJam[CVE-2021–44228] is a zero day that allows hackers to execute remote code execution(RCE). It exploits JNDI Api that uses LDAP protocol.Some organization might be thinking that they have cloud WAF’s like AWS WAF & Azu...CVE-2021–44228
Ignacio Cassiignaciocassi.hashnode.dev·Nov 27, 2023Everything you need to know about Log4Shell vulnerabilityTo understand this vulnerability, we first need to understand its origin. Log4J is the most widely used logging framework in Java for many years. It mainly allows logging events that occur during the execution of a Java application to keep a record, ...log4shell
Securiosecurio.hashnode.dev·May 19, 2023Exploring the Critical Log4j Vulnerability: A TryHackMe WriteupThe recent discovery of the Log4j vulnerability has sent shockwaves through the cybersecurity community. With its potential to compromise a wide range of systems, this vulnerability has become a major concern for security professionals worldwide. In ...69 readsWriteupstryhackme
Madhurendramaddyraj.hashnode.dev·Jan 22, 2023Java is incomplete without these Libraries and APIs. 8 Libraries and APIs every JAVA developer should know in 2023.Software development is incomplete without having a programming language. Libraries and APIs are making programming languages strong and powerful. How good and experienced Java developer depends on how extensive knowledge of API, including JDK and th...45 readsJava
Nikolay Stanchevnsnotes.hashnode.dev·Dec 17, 2022Adding Logging and Metrics to a Java REST APIIntroduction This post is a follow-up to the last two tutorials for building a Java REST API (Task Management Service) and integrating it with a MongoDB database: https://blog.teonisoftware.com/step-by-step-tutorial-for-building-a-rest-api-in-java ...1.0K readsBuilding a task management REST API in JavaJava