Lucene search

K
osvGoogleOSV:GHSA-XG75-Q3Q5-CQMV
HistoryApr 22, 2022 - 8:55 p.m.

Denial of Service in http-swagger

2022-04-2220:55:52
Google
osv.dev
10
denial of service
upgrade
v1.2.6
workaround
restrict method prefix
reporter dongguangli
http-swagger

EPSS

0.002

Percentile

53.1%

Impact

Allows an attacker to perform a DOS attack consisting of memory exhaustion on the host system.

Patches

Yes. Please upgrade to v1.2.6.

Workarounds

A workaround is to restrict the path prefix to the “GET” method. As shown below

func main() {
	r := mux.NewRouter()

	r.PathPrefix("/swagger/").Handler(httpSwagger.Handler(
		httpSwagger.URL("http://localhost:1323/swagger/doc.json"), //The url pointing to API definition
		httpSwagger.DeepLinking(true),
		httpSwagger.DocExpansion("none"),
		httpSwagger.DomID("#swagger-ui"),
	)).Methods(http.MethodGet)

References

Reporter dongguangli from https://www.huoxian.cn/ company

For more information

If you have any questions or comments about this advisory:

EPSS

0.002

Percentile

53.1%