I is not a bug, You are reading the book with Koreader so it shouldn't have DRM and You can check with calibre or Sigil if in the css there is a number in "orphans" different from 1 in the paragraph:
for example
Code:
p{
font-size: 100%;
margin: 0;
widows: 1;
orphans: 1;
}
You could also wish to set widows to one.