<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.TimerTrigger$TimerTriggerCause'><shortDescription>Started by timer</shortDescription></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginoihipster _class='hudson.plugins.git.util.Build'><buildNumber>5335</buildNumber><marked><SHA1>04ac3e867db3637a6dd386947ebd31b217036bc7</SHA1><branch><SHA1>04ac3e867db3637a6dd386947ebd31b217036bc7</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></marked><revision><SHA1>04ac3e867db3637a6dd386947ebd31b217036bc7</SHA1><branch><SHA1>04ac3e867db3637a6dd386947ebd31b217036bc7</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></revision></refsremotesoriginoihipster><originoihipster _class='hudson.plugins.git.util.Build'><buildNumber>3897</buildNumber><marked><SHA1>5751b2ff5ccd4825400f4a37a10c38da4a0f23f3</SHA1><branch><SHA1>5751b2ff5ccd4825400f4a37a10c38da4a0f23f3</SHA1><name>origin/oi/hipster</name></branch></marked><revision><SHA1>5751b2ff5ccd4825400f4a37a10c38da4a0f23f3</SHA1><branch><SHA1>5751b2ff5ccd4825400f4a37a10c38da4a0f23f3</SHA1><name>origin/oi/hipster</name></branch></revision></originoihipster></buildsByBranchName><lastBuiltRevision><SHA1>04ac3e867db3637a6dd386947ebd31b217036bc7</SHA1><branch><SHA1>04ac3e867db3637a6dd386947ebd31b217036bc7</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></lastBuiltRevision><remoteUrl>git://github.com/OpenIndiana/oi-userland.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#5335</displayName><duration>705150</duration><estimatedDuration>2642343</estimatedDuration><fullDisplayName>illumos-gate #5335</fullDisplayName><id>5335</id><inProgress>false</inProgress><keepLog>false</keepLog><number>5335</number><queueId>2315</queueId><result>SUCCESS</result><timestamp>1535328300330</timestamp><url>https://hipster.openindiana.org/jenkins/job/illumos-gate/5335/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/library/openssl/openssl-1.0.2/Makefile</affectedPath><affectedPath>components/library/openssl/openssl-1.0.2/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/library/openssl/openssl-1.0.2/patches/CVE-2018-0732.patch</affectedPath><affectedPath>components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m</affectedPath><affectedPath>components/library/openssl/openssl-1.0.2/patches/CVE-2018-0737.patch</affectedPath><commitId>211606ddc8f2c04cb15f6567345ccfea77fcec9d</commitId><timestamp>1535273146000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/wacki</absoluteUrl><fullName>Andreas Wacknitz</fullName></author><authorEmail>A.Wacknitz@gmx.de</authorEmail><comment>OpenSSL 1.0.2p
Notes: https://www.openssl.org/news/openssl-1.0.2-notes.html
 Major changes between OpenSSL 1.0.2o and OpenSSL 1.0.2p:
* Client DoS due to large DH parameter (CVE-2018-0732)
* Cache timing vulnerability in RSA Key Generation (CVE-2018-0737)
 ABI compatible:
https://abi-laboratory.pro/index.php?view=objects_report&amp;l=openssl&amp;v1=1.0.2o&amp;v2=1.0.2p

 Test suite runs looked good.
</comment><date>2018-08-26 10:45:46 +0200</date><id>211606ddc8f2c04cb15f6567345ccfea77fcec9d</id><msg>OpenSSL 1.0.2p</msg><path><editType>delete</editType><file>components/library/openssl/openssl-1.0.2/patches/CVE-2018-0737.patch</file></path><path><editType>edit</editType><file>components/library/openssl/openssl-1.0.2/Makefile</file></path><path><editType>delete</editType><file>components/library/openssl/openssl-1.0.2/patches/CVE-2018-0732.patch</file></path><path><editType>edit</editType><file>components/library/openssl/openssl-1.0.2/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/network/openssh/Makefile</affectedPath><affectedPath>components/network/openssh/patches/CVE-2018-15473.patch</affectedPath><commitId>43616c8731a48eff82ca79506d41e2b1e3f90baf</commitId><timestamp>1535276343000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/wacki</absoluteUrl><fullName>Andreas Wacknitz</fullName></author><authorEmail>A.Wacknitz@gmx.de</authorEmail><comment>OpenSSH: fix CVE-2018-15473 (username enumeration)
Fix from OpenSSH 7.8p1 (https://www.openssh.com/releasenotes.html):
```
* sshd(8): add some countermeasures against timing attacks used for
  account validation/enumeration. sshd will enforce a minimum time
  or each failed authentication attempt consisting of a global 5ms
  minimum plus an additional per-user 0-4ms delay derived from a
  host secret.
```
 Debian patch:
https://sources.debian.org/patches/openssh/1:7.4p1-10+deb9u4/upstream-delay-bailout-for-invalid-authenticating-user.patch/


**Testing (exploit: https://www.exploit-db.com/exploits/45210/)**
 Affected:
```
$ python 45210.py 192.168.1.12 root
[+] Valid username

$ python 45210.py 192.168.1.12 thisisinvalid
[*] Invalid username
```
 Fixed:
```
$ python 45210.py 192.168.1.181 root
[+] Valid username

$ python 45210.py 192.168.1.181 thisisinvalid
[+] Valid username
```
</comment><date>2018-08-26 11:39:03 +0200</date><id>43616c8731a48eff82ca79506d41e2b1e3f90baf</id><msg>OpenSSH: fix CVE-2018-15473 (username enumeration)</msg><path><editType>add</editType><file>components/network/openssh/patches/CVE-2018-15473.patch</file></path><path><editType>edit</editType><file>components/network/openssh/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/library/libexpat/expat.p5m</affectedPath><affectedPath>components/library/libexpat/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/library/libexpat/Makefile</affectedPath><affectedPath>components/library/libexpat/test/results-all.master</affectedPath><commitId>04ac3e867db3637a6dd386947ebd31b217036bc7</commitId><timestamp>1535295895000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/wacki</absoluteUrl><fullName>Andreas Wacknitz</fullName></author><authorEmail>A.Wacknitz@gmx.de</authorEmail><comment>expat 2.2.6
Changes: https://github.com/libexpat/libexpat/blob/R_2_2_6/expat/Changes

 Notably, fixes UTF-8 bug required for Python 2.7.15 test suite to pass.

 Test suite now seems to have a different output.
</comment><date>2018-08-26 17:04:55 +0200</date><id>04ac3e867db3637a6dd386947ebd31b217036bc7</id><msg>expat 2.2.6</msg><path><editType>edit</editType><file>components/library/libexpat/expat.p5m</file></path><path><editType>edit</editType><file>components/library/libexpat/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/library/libexpat/Makefile</file></path><path><editType>edit</editType><file>components/library/libexpat/test/results-all.master</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://hipster.openindiana.org/jenkins/user/a.wacknitz</absoluteUrl><fullName>A.Wacknitz</fullName></culprit></freeStyleBuild>