SonicJS through 0.6.0 allows file overwrite. It has the following mutations that are used for updating files: fileCreate and fileUpdate. Both of these mutations can be called without any authenticatio ...
Continue ReadingSeptember 30, 2022
GraphQL is an open-source query and manipulation language for APIs and a server-side runtime built to handle these queries on the application dataset. GraphQL servers often allow other `Content-Type` ...
Continue ReadingSeptember 30, 2022
Hi, Spring fans! Welcome to another installment of _This Week in Spring_! It's the last week of _September_, already! The year's more done than not. The days are receding into darkness earlier. And th ...
Continue ReadingSeptember 27, 2022
It has taken me an embarrassingly long time to appreciate and understand that the devil is in the details regarding software development. Writing happy-path business logic isn't the hard part! It's th ...
Continue ReadingSeptember 23, 2022
WordPress and WordPress plugin are both products of the WordPress Foundation. WordPress is a set of blogging platforms developed using the PHP language. WordPress plugin is an application plugin. Word ...
Continue ReadingSeptember 22, 2022
# Description There is a significant timing difference in the login functionality for valid and invalid usernames. # Proof of Concept Steps to reproduce: ``` 1. Attempt a Login with a valid user and a ...
Continue ReadingSeptember 17, 2022
graphql-java before 19.0, 18.3, and 17.4 is vulnerable to Denial of Service. An attacker send a malicious GraphQL query that consumes CPU resources. The fixed versions are 19.0, 18.3, and 17.4.Read Mo ...
Continue ReadingSeptember 16, 2022
graphql-java is vulnerable to denial-of-service. The vulnerability exists because of the missing sanitizations in the `parseDocumentImpl` function in `Parser.java` which allows a remote attacker to ca ...
Continue ReadingSeptember 15, 2022
Back to Main