Skip to main content

Category: Web Server Problems

Problems related to web servers

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0055
Medium
Impact: 8/10
Mitigation: 3/10
Nginx upstream buffer size too smallNginx reports that an upstream server is sending headers that exceed the configured buffer size limits. This typically happens when the upstream application sends responses with large headers, cookies, or other header fields that don't fit in the default buffer allocation. When this occurs, Nginx cannot properly proxy the response to clients, resulting in HTTP errors.Web Server ProblemsnginxNginxConfigurationProxyHeader SizeBuffer
CRE-2025-0056
Medium
Impact: 8/10
Mitigation: 3/10
NGINX worker connections limit exceededNGINX has reported that the configured worker_connections limit has been reached. This indicates that the web server has exhausted the available connection slots for handling concurrent client requests. When this limit is reached, new connection attempts may be rejected until existing connections are closed, causing service degradation or outages.Web Server ProblemsnginxNginxCapacity IssueWeb ServerConfigurationPublic