Lucene search
+L

736 matches found

Veracode
Veracode
added 2019/01/15 9:24 a.m.26 views

Remote Code Execution (RCE)

github.com/src-d/go-git is vulnerable to remote code execution RCE attacks. A malicious user can pass a .gitmodules file to the application to cause arbitrary code to be executed on a target machine that runs the git clone --recurse-submodules command. This is related to CVE-2018-11235...

7.8CVSS8.1AI score0.48752EPSS
SaveExploits10References12Affected Software2
Veracode
Veracode
added 2019/01/15 9:20 a.m.38 views

Remote Code Execution (RCE)

github.com/golang/go is vulnerable to remote code execution RCE. If custom domains are used, a malicious user can set a domain example.com/proj1 to point to a subversion repository and another domain example.com/proj1/proj2 to point to a git repository. When the go get command is run, arbitrary...

9.8CVSS9.7AI score0.08944EPSS
SaveExploits0References11Affected Software5
Veracode
Veracode
added 2019/01/15 9:19 a.m.33 views

Remote Code Execution (RCE)

github.com/kubernetes/dns leverages the dnsmasq library which is vulnerable to a heap-based buffer overflow. An attacker could cause a denial of service or execute arbitrary code via crafted DNS response. This issue in dnsmasq has been assigned CVE-2017-14491...

9.8CVSS8.9AI score0.84925EPSS
SaveExploits6References47Affected Software1
Veracode
Veracode
added 2019/01/15 9:18 a.m.29 views

Denial Of Service (DoS) Via Multipart Request

net/http in github.com/golang/go is vulnerable to denial of service DoS attacks. The attacks exist because Request.ParseMultipartForm begins writing temporary files regardless of the request body size surpassing the given "maxMemory" limit. Attacker can send malicious multipart request to consume...

7.5CVSS7.1AI score0.02078EPSS
SaveExploits0References13Affected Software1
Veracode
Veracode
added 2019/01/15 9:15 a.m.33 views

Information Disclosure

github.com/opencontainers/runc is vulnerable to information disclosure attacks. These attacks are possible because a run exec command can be ptraced by the pid 1 of the container. Using this, it allows attackers to gain access to the file-descriptors of new processes during initialization. It may...

6.4CVSS6.4AI score0.00396EPSS
SaveExploits0References45Affected Software2
Veracode
Veracode
added 2019/01/15 9:12 a.m.29 views

HTTP Header Injection

net/textproto in github.com/golang/go is vulnerable to HTTP header injection attacks. These attacks are possible because it treats spaces as hyphens. This leaves net/textproto vulnerable to request smuggling...

9.8CVSS9.3AI score0.09625EPSS
SaveExploits0References16Affected Software1
Veracode
Veracode
added 2019/01/15 2:30 a.m.22 views

Weak Authentication

github.com/etcd-io/etcd is vulnerable to privilege escalation. The vulnerability exists as it uses Common Name CN in the etcd client server TLS certificate to authenticate user with any valid certificate to the gRPC-gateway...

8.1CVSS7.8AI score0.04031EPSS
SaveExploits0References10Affected Software2
Veracode
Veracode
added 2018/12/11 7:42 a.m.13 views

Cross Site Request Forgery (CSRF)

github.com/gogs/gog is vulnerable to cross-site request forgery CSRF attack. The library does not properly validate the token for user sign-in process, allowing a malicious user to launch a cross-site request forgery attack...

6.6AI score
SaveExploits0
Veracode
Veracode
added 2018/11/13 7:30 a.m.36 views

Denial Of Service (DoS)

github.com/golang/net is vulnerable to a denial of service DoS attack. The library does not parse nested tags properly, causing a panic: runtime error exception which crashes the application...

7.5CVSS7.3AI score0.02677EPSS
SaveExploits1References7Affected Software1
Veracode
Veracode
added 2018/11/12 7:44 a.m.14 views

Directory Traversal

github.com/astaxie/beego is vulnerable to directory traversal. The library does not properly sanitize the sessionID field, allowing a malicious user to pass a string with the ./ characters through this field to traverse the directory and gain access to sensitive files...

6.8AI score
SaveExploits0
Veracode
Veracode
added 2018/10/17 1:39 p.m.21 views

DNS Rebinding

github.com/kubernetes/minikube is vulnerable to DNS rebinding. The library does not randomize its ports or enforce host checking, allowing a malicious user to conduct a DNS rebinding to execute arbitrary code on another user's minikube cluster...

8.8CVSS9AI score0.00702EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2018/10/10 2:33 a.m.9 views

Denial Of Service (DoS)

github.com/moby/moby is vulnerable to denial of service DoS attacks. The vulnerability exists when a large number of CPU units is provided which causes a DoS attack when the value is used...

6.4AI score
SaveExploits0
Veracode
Veracode
added 2018/09/18 1:44 a.m.30 views

Denial Of Service (DoS)

github.com/golang/net is vulnerable to denial of service. A panic: runtime error occurs in inBodyIM in parse.go when the html.Parse is called with an unclosed tag, resulting in a denial of service condition...

7.5CVSS7.1AI score0.02772EPSS
SaveExploits1References7Affected Software1
Veracode
Veracode
added 2018/09/17 8:13 a.m.21 views

Denial Of Service (DoS)

github.com/golang/net is vulnerable to a denial of service DoS attack. The library does not properly handle special TokenTypes when parsed during the in frameset insertion mode, causing a panic: runtime error that can crash the application...

7.5CVSS7.2AI score0.02774EPSS
SaveExploits1References8Affected Software1
Veracode
Veracode
added 2018/09/05 8:28 a.m.14 views

Denial Of Service (DoS)

github.com/nanomsg/mangos is vulnerable to denial of service. The websocket module does not limit the size of messages which would allow an attacker to submit large messages and cause a denial of service condition on the server...

6.4AI score
SaveExploits0
Veracode
Veracode
added 2018/09/03 5:35 a.m.22 views

Cross-site Scripting (XSS)

github.com/portainer/portainer is vulnerable to cross-site scripting XSS attacks. The library does not use HTTP Secure Headers, allowing a malicious user to inject and execute arbitrary Javascript through the Team Name field...

5.4CVSS5.5AI score0.00794EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2018/07/27 7:38 a.m.11 views

Path Traversal

github.com/openshift/osin is vulnerable to path traversal. The vulnerability exists because it does not properly validate the redirect URL, allowing access to sensitive files...

6.6AI score
SaveExploits0
Veracode
Veracode
added 2018/07/23 7:58 a.m.21 views

Open Redirect

github.com/s-gv/orangeforum is susceptible to open redirect attacks. The attacks exist because views/auth.go does not properly handle the redirectURL parameter in LoginHandler and LogoutHandler, allowing an attacker to create a link to redirect users to a malicious webpage...

6.1CVSS6.1AI score0.02257EPSS
SaveExploits1References1Affected Software1
Veracode
Veracode
added 2018/07/06 6:40 a.m.24 views

Directory Traversal

github.com/golang/gddo is vulnerable to directory traversal attacks. The vulnerability exists due to the tags in the packages that are fetched by github.com/golang/gddo, allowing directory traversal attacks...

9.8CVSS9.1AI score0.0447EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2018/06/07 4:52 a.m.35 views

Remote Code Execution (RCE)

github.com/src-d/go-git is vulnerable to remote code execution RCE attacks. A malicious user can pass a .gitmodules file to the application to cause arbitrary code to be executed on a target machine that runs the git clone --recurse-submodules command. This is related to CVE-2018-11235...

7.8CVSS8.1AI score0.48752EPSS
SaveExploits10References13Affected Software1
Rows per page
Query Builder