GO-2021-0083

Source
https://pkg.go.dev/vuln/GO-2021-0083
Import Source
https://vuln.go.dev/ID/GO-2021-0083.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2021-0083
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
Improper certificate validation in github.com/hybridgroup/gobot
Details

TLS certificate verification is skipped when connecting to a MQTT server. This allows an attacker who can MITM the connection to read, or forge, messages passed between the client and server.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2021-0083"
}
References

Affected packages

Go / github.com/hybridgroup/gobot

Package

Name
github.com/hybridgroup/gobot
View open source insights on deps.dev
Purl
pkg:golang/github.com/hybridgroup/gobot

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.12.1-0.20190521122906-c1aa4f867846

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/hybridgroup/gobot/platforms/mqtt",
            "symbols": [
                "Adaptor.Connect",
                "Adaptor.newTLSConfig"
            ]
        }
    ]
}