Tag

DoS

0 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Aug 16, 2024 · Information Security

Fix Critical Spring Framework CVE-2024-38808 & CVE-2024-38809

Spring Framework versions up to 5.3.38 and certain Spring Boot releases contain two severe DoS vulnerabilities (CVE-2024-38808 and CVE-2024-38809); this guide explains their impact, affected products, and provides detailed mitigation steps, including version upgrades and configuration changes to secure your applications.

Backend DevelopmentCVE-2024-38808CVE-2024-38809
0 likes · 6 min read
Fix Critical Spring Framework CVE-2024-38808 & CVE-2024-38809
IT Services Circle
IT Services Circle
Jan 2, 2024 · Fundamentals

The Rise of Text‑Mode IDEs in the Late 80s and Early 90s

In the late 1980s and early 1990s, DOS‑based text‑mode Integrated Development Environments like EDIT.COM and Borland Turbo C++ offered programmers full editing, compilation, debugging, and project management capabilities despite lacking graphical interfaces, shaping early software development practices before graphical IDEs became prevalent.

DoSIDETurbo C++
0 likes · 3 min read
The Rise of Text‑Mode IDEs in the Late 80s and Early 90s
Java Architecture Diary
Java Architecture Diary
Mar 22, 2023 · Information Security

Understanding Spring Framework DoS Vulnerability CVE-2023-20861 and How to Fix It

This article explains the Spring Framework DoS vulnerability (CVE‑2023‑20861), outlines affected versions, details the root cause in SpEL expression handling, and provides step‑by‑step mitigation and upgrade instructions for both Spring Framework and Spring Boot, along with references and security considerations.

CVE-2023-20861DoSMitigation
0 likes · 7 min read
Understanding Spring Framework DoS Vulnerability CVE-2023-20861 and How to Fix It
Selected Java Interview Questions
Selected Java Interview Questions
Jan 2, 2022 · Information Security

Understanding TCP/IP Protocol Layers and Common Network Attacks (ARP Spoofing, DoS, DNS)

The article explains how increasing network attacks such as ARP spoofing, DoS, and DNS hijacking exploit vulnerabilities in the four TCP/IP layers, describes their mechanisms, impacts, and defensive measures, and highlights the importance of packet analysis for security.

ARP SpoofingDNSDoS
0 likes · 11 min read
Understanding TCP/IP Protocol Layers and Common Network Attacks (ARP Spoofing, DoS, DNS)
Laravel Tech Community
Laravel Tech Community
Dec 19, 2021 · Information Security

Apache Log4j 2.17.0 Release Fixes CVE‑2021‑45105 and Other Vulnerabilities

Apache Log4j 2.17.0 has been released, addressing CVE‑2021‑45105 and fixing recursive string‑replacement vulnerabilities that could cause StackOverflowError DoS attacks, while also tightening JNDI usage and correcting several configuration and appender issues, with recommended mitigation steps for earlier versions.

CVE-2021-45105DoSLogging
0 likes · 4 min read
Apache Log4j 2.17.0 Release Fixes CVE‑2021‑45105 and Other Vulnerabilities
php中文网 Courses
php中文网 Courses
Nov 2, 2020 · Information Security

Common Web Security Vulnerabilities: XSS, SQL Injection, CSRF, CC, DoS and DDoS

This article explains common web security threats—including XSS, SQL injection, CSRF, CC, DoS, and DDoS—detailing their mechanisms, potential impacts, and practical defense strategies such as input validation, token usage, Referer checks, and resource limiting to protect applications and servers.

CSRFDoSSQL injection
0 likes · 14 min read
Common Web Security Vulnerabilities: XSS, SQL Injection, CSRF, CC, DoS and DDoS